summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)Author
2012-03-10gma500: use DRM_IOCTL_DEF_DRV instead of custom PSB_IOCTL_DEFKirill A. Shutemov
2012-03-10gma500: mmu: mark psb_mmu_free_pt() and psb_mmu_pt_alloc_map_lock() as staticKirill A. Shutemov
2012-03-10gma500: mmu: drop unused psb_get_default_pd_addr()Kirill A. Shutemov
2012-03-10gma500: gtt: mark psb_gtt_entry() and psb_gtt_alloc() as staticKirill A. Shutemov
2012-03-10gma500: mark psb_fbdev_destroy() and psb_fbdev_fini() as staticKirill A. Shutemov
2012-03-10gma500: drop unused psbfb_suspend()/psbfb_resume()Kirill A. Shutemov
2012-03-10gma500: gem_glue: add missing includeKirill A. Shutemov
2012-03-10gma500: medfield: drop a bit of dead codeKirill A. Shutemov
2012-03-10gma500: mdfld_dsi_output_init() drop unused parameterKirill A. Shutemov
2012-03-10gma500: psbfb_create(): move depth initialization out of loopKirill A. Shutemov
2012-03-10gma500: initial medfield mergeKirill A. Shutemov
2012-03-10gma500: rework register stuff sanelyAlan Cox
2012-03-10gma500: make init_pm callback in struct psb_op optionalKirill A. Shutemov
2012-03-10gma500: re-order calling on the fix setup so we set up after the DRM layerAlan Cox
2012-03-10intel, gma500, lvds: Fix use after free and mem leak in psb_intel_lvds_init()Jesper Juhl
2012-03-10gma500: Kconfig documentation tweakAlan Cox
2012-03-10gma500: now move the Oaktrail save state into its own structureAlan Cox
2012-03-10gma500: clean up some of the struct fields we no longer useAlan Cox
2012-03-10gma500: plug in more of the gamma functionalityAlan Cox
2012-03-07drm: cope with platformdev->id == -1Rob Clark
2012-03-05drm: drop setting vm_file to filpDave Airlie
2012-02-29drm/radeon: fix deferred page-flip detection logic on Avivo-based ASICsFelix Kuehling
2012-02-29drm: remove unused codeSascha Hauer
2012-02-29drm/radeon/kms: clean up radeon_asic struct (v2)Alex Deucher
2012-02-29drm/radeon/kms: reorganize surface callbacksAlex Deucher
2012-02-29drm/radeon/kms: move clock/pcie setting callbacks into pm structAlex Deucher
2012-02-29drm/radeon/kms: reorganize display callbacksAlex Deucher
2012-02-29drm/radeon/kms: reorganize gart callbacksAlex Deucher
2012-02-29drm/radeon/kms: make ring_start, ring_test, and ib_test per ringAlex Deucher
2012-02-29drm/radeon/kms: remove unused cp callbacks from radeon_asicAlex Deucher
2012-02-29drm/radeon/kms: reorganize irq callbacksAlex Deucher
2012-02-29drm/radeon/kms: reorganize copy callbacksAlex Deucher
2012-02-29drm/radeon: fix IB debugfs files for multiple cardsChristian König
2012-02-29drm/radeon: also make the cs_parse function per ringChristian König
2012-02-29drm/radeon/kms: no need to align IB like thisChristian König
2012-02-29drm/radeon: move ring syncing after bo validationChristian König
2012-02-27drm/radeon/kms: reorganize pm callbacksAlex Deucher
2012-02-27drm/radeon/kms: reorganize page flip callbacksAlex Deucher
2012-02-27drm/radeon/kms: reorganize hpd callbacksAlex Deucher
2012-02-27drm/radeon/kms: add a radeon asic callback for mc idleAlex Deucher
2012-02-27drm/radeon/kms: add wait_for_vblank asic callbackAlex Deucher
2012-02-23Merge remote-tracking branch 'airlied/drm-next' into for-airliedDaniel Vetter
2012-02-16drm: add some caps for userspace to discover more info for dumb KMS driver (v2)Dave Airlie
2012-02-16drm: move pci bus master enable into driver.Dave Airlie
2012-02-16Revert "drivers/gpu/drm/i915/intel_overlay.c needs seq_file.h"Danny Kukawka
2012-02-16drm/radeon/evergreen: make texdw[] array largerDan Carpenter
2012-02-15drm/i915/lvds: Always use the presence pin for LVDS on PCHChris Wilson
2012-02-15drm/i915: Record the position of the request upon errorChris Wilson
2012-02-15drm/i915: Record the in-flight requests at the time of a hangChris Wilson
2012-02-15drm/i915: Record the tail at each request and use it to estimate the headChris Wilson