summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux...Dave Airlie2012-03-154-47/+16
|\
| * drm exynos: use drm_fb_helper_set_par directlySascha Hauer2012-03-151-27/+1
| * drm/exynos: Fix fb_videomode <-> drm_mode_modeinfo conversionLaurent Pinchart2012-03-151-8/+8
| * drm/exynos: fix runtime_pm fimd device state on probeMarek Szyprowski2012-03-151-11/+6
| * drm/exynos: use correct 'exynos-drm' name for platform deviceMarek Szyprowski2012-03-151-1/+1
* | Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie2012-03-143-4/+5
|\ \ | |/ |/|
| * drm/i915: support 32 bit BGR formats in sprite planesJesse Barnes2012-03-071-0/+1
| * drm/i915: fix color order for BGR formats on SNBJesse Barnes2012-03-072-4/+4
| * drm/gma500: Fix Cedarview boot failures in 3.3-rcAlan Cox2012-03-053-6/+6
* | drm/radeon/kms: fix hdmi duallink checksAlex Deucher2012-03-082-5/+3
* | drm/radeon/kms: set SX_MISC in the r6xx blit code (v2)Marek Olšák2012-03-081-0/+8
* | drm/radeon: deal with errors from framebuffer init path.Dave Airlie2012-03-073-5/+26
* | drm/radeon: fix a semaphore deadlock on pre cayman asicsChristian König2012-03-072-0/+4
* | drm, gma500: Fix Cedarview boot failures in 3.3-rcAlan Cox2012-03-053-6/+6
|/
* drm/radeon/kms/vm: fix possible bug in radeon_vm_bo_rmv()Sebastian Biemueller2012-02-291-1/+1
* drm/radeon: fix uninitialized variableChristian König2012-02-291-0/+1
* Merge branch 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux...Dave Airlie2012-02-293-20/+27
|\
| * drm/exynos: added panel physical size.Eun-Chul Kim2012-02-153-20/+27
| * drm/exynos: added postclose to release resource.Inki Dae2012-02-151-0/+12
| * drm/exynos: removed exynos_drm_fbdev_recreate function.Inki Dae2012-02-151-66/+4
| * drm/exynos: fixed page flip issue.Inki Dae2012-02-153-5/+15
| * drm/exynos: added possible_clones setup function.Inki Dae2012-02-154-0/+42
| * drm/exynos: removed pageflip_event_list init code when closed.Joonyoung Shim2012-02-151-8/+2
| * drm/exynos: changed priority of mixer layers.Joonyoung Shim2012-02-151-5/+5
| * drm/exynos: Fix typo in exynos_mixer.cMasanari Iida2012-02-151-1/+1
* | drm/radeon/kms: fix radeon_dp_get_modes for LVDS bridges (v2)Alex Deucher2012-02-291-8/+17
* | drm/i915: Remove use of the autoreported ringbuffer HEAD positionChris Wilson2012-02-271-13/+1
* | drm/i915: Prevent a machine hang by checking crtc->active before loading lutAlban Browaeys2012-02-241-1/+1
* | drm/i915: fix operator precedence when enabling RC6pEugeni Dodonov2012-02-241-1/+1
* | drm/i915: fix a sprite watermark computation to avoid divide by zero if xpos<0Hai Lan2012-02-231-0/+9
* | drm/i915: fix mode set on load pipe. (v2)Dave Airlie2012-02-231-1/+1
* | drm/radeon/kms/atom: dpms bios scratch reg updatesAlex Deucher2012-02-221-0/+3
* | drm/radeon/kms: properly set accel working flag and bailout when falseJerome Glisse2012-02-2213-8/+64
* | drm/radeon: Only create additional ring debugfs files on Cayman or newer.Michel Dänzer2012-02-221-2/+5
* | Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie2012-02-222-2/+37
|\ \
| * | drm/i915: do not enable RC6p on Sandy BridgeEugeni Dodonov2012-02-151-2/+2
| * | drm/i915: gen7: Disable the RHWO optimization as it can cause GPU hangs.Kenneth Graunke2012-02-102-0/+7
| * | drm/i915: gen7: work around a system hang on IVBEugeni Dodonov2012-02-102-0/+9
| * | drm/i915: gen7: Implement an L3 caching workaround.Eugeni Dodonov2012-02-102-0/+13
| * | drm/i915: gen7: implement rczunit workaroundEugeni Dodonov2012-02-102-0/+6
* | | drm/exynos: added postclose to release resource.Inki Dae2012-02-161-0/+12
* | | drm/exynos: removed exynos_drm_fbdev_recreate function.Inki Dae2012-02-161-66/+4
* | | drm/exynos: fixed page flip issue.Inki Dae2012-02-163-5/+15
* | | drm/exynos: added possible_clones setup function.Inki Dae2012-02-164-0/+42
* | | drm/exynos: removed pageflip_event_list init code when closed.Joonyoung Shim2012-02-161-8/+2
* | | drm/exynos: changed priority of mixer layers.Joonyoung Shim2012-02-161-5/+5
* | | drm/exynos: Fix typo in exynos_mixer.cMasanari Iida2012-02-161-1/+1
* | | drm/radeon/kms: fix MSI re-arm on rv370+Alex Deucher2012-02-142-6/+2
| |/ |/|
* | drm/radeon/kms/atom: bios scratch reg handling updatesAlex Deucher2012-02-141-0/+17
* | drm/radeon/kms: drop lock in return path of radeon_fence_count_emitted.Dave Airlie2012-02-141-1/+3
OpenPOWER on IntegriCloud