aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-072-3/+2
|\
| * vmwgfx: don't use flush_scheduled_work()Tejun Heo2010-12-241-1/+1
| * drm/ttm: use cancel_delayed_work_sync() in ttm_boTejun Heo2010-12-241-2/+1
* | drm/i915/dvo: Report LVDS attached to ch701x as connectedChris Wilson2010-12-301-1/+1
* | Revert "drm/i915/bios: Reverse order of 100/120 Mhz SSC clocks"Chris Wilson2010-12-301-1/+1
* | drm/i915: Verify Ironlake eDP presence on DP_A using the capability fuseChris Wilson2010-12-232-1/+25
* | drm/i915, intel_ips: When i915 loads after IPS, make IPS relink to i915.Eric Anholt2010-12-231-0/+23
* | drm/i915/sdvo: Add hdmi connector properties after initing the connectorChris Wilson2010-12-231-1/+2
* | drm/i915: Set the required VFMUNIT clock gating disable on Ironlake.Eric Anholt2010-12-232-0/+5
* | drm: Include the connector name in the output_poll_execute() debug messageChris Wilson2010-12-221-1/+4
* | drm/radeon/kms: fix bug in r600_gpu_is_lockupAlex Deucher2010-12-221-2/+8
* | drm/radeon/kms: reorder display resume to avoid problemsAlex Deucher2010-12-212-6/+6
* | drm/radeon/kms/evergreen: reset the grbm blocks at resume and initAlex Deucher2010-12-211-0/+10
* | drm/radeon/kms: fix evergreen asic resetAlex Deucher2010-12-211-15/+0
* | Revert "drm: Don't try and disable an encoder that was never enabled"Dave Airlie2010-12-211-1/+1
* | drm/radeon: Add early unregister of firmware fb'sBenjamin Herrenschmidt2010-12-211-0/+19
* | drm/radeon: use aperture size not vram size for overlap testsDave Airlie2010-12-201-1/+1
* | drm/radeon/kms/evergreen: flush hdp cache when flushing gart tlbAlex Deucher2010-12-162-0/+3
* | drm/radeon/kms: disable the r600 cb offset checker for linear surfacesAlex Deucher2010-12-161-5/+4
* | drm/radeon/kms: disable ss fixed ref divideAlex Deucher2010-12-161-2/+2
* | Merge remote branch 'intel/drm-intel-fixes' of /ssd/git/drm-next into drm-fixesDave Airlie2010-12-165-24/+48
|\ \
| * | drm/i915/bios: Reverse order of 100/120 Mhz SSC clocksChris Wilson2010-12-141-1/+1
| * | drm/i915/sdvo: Only use the SDVO pin if it is in the valid rangeChris Wilson2010-12-091-3/+6
| * | drm/i915/ringbuffer: Handle wrapping of the autoreported HEADChris Wilson2010-12-092-13/+11
| * | drm/i915/dp: Fix I2C/EDID handling with active DisplayPort to DVI converterDavid Flynn2010-12-081-7/+30
* | | drm/radeon/kms: don't apply 7xx HDP flush workaround on AGPAlex Deucher2010-12-091-3/+8
* | | drm: use after free in drm_queue_vblank_event()Dan Carpenter2010-12-091-2/+2
* | | drm/kms: remove spaces from connector names (v2)Alex Deucher2010-12-091-5/+5
|/ /
* | drm/i915: i915 cannot provide switcher services.Dave Airlie2010-12-081-34/+0
* | drm/radeon/kms: fix vram base calculation on rs780/rs880Alex Deucher2010-12-081-2/+4
* | drm/radeon/kms: fix formatting of vram and gtt infoAlex Deucher2010-12-081-2/+2
* | drm/radeon/kms: forbid big bo allocation (fdo 31708) v3Jerome Glisse2010-12-081-2/+11
* | drm: Don't try and disable an encoder that was never enabledChris Wilson2010-12-081-1/+1
* | drm: Add missing drm_vblank_put() along queue vblank error pathChris Wilson2010-12-081-5/+14
* | drm/i915/dp: Only apply the workaround if the select is still activeChris Wilson2010-12-071-2/+6
* | drm/i915: Emit a request to clear a flushed and idle ring for unbusy boChris Wilson2010-12-071-1/+11
* | drm/i915/lvds: Always restore panel-fitter when enabling the LVDSChris Wilson2010-12-051-44/+54
* | drm/i915/ringbuffer: Only print an error on the second attempt to reset headChris Wilson2010-12-051-14/+16
* | drm/i915: announce to userspace that the bsd ring is coherentDaniel Vetter2010-12-051-0/+3
* | drm/i915: Factor in pixel-repeat in FDI M/N calculationChris Wilson2010-12-041-0/+3
* | drm/i915: Death to the unnecessary 64bit divideChris Wilson2010-12-031-13/+5
* | drm/i915: Clean conflicting modesetting registers upon initChris Wilson2010-12-031-0/+51
* | drm/i915: Apply a workaround for transitioning from DP on pipe B to HDMI.Eric Anholt2010-12-021-0/+21
* | drm/i915: Always set the DP transcoder config to 8BPC.Eric Anholt2010-12-022-1/+4
* | drm/radeon/kms: add workaround for dce3 ddc line vbios bugAlex Deucher2010-12-011-0/+16
* | drm/radeon/kms: fix interlaced and doublescan handlingAlex Deucher2010-12-011-0/+34
* | drm/radeon/kms: fix typos in disabled vbios codeAlex Deucher2010-12-012-6/+8
* | Merge remote branch 'intel/drm-intel-fixes' of /ssd/git/drm-next into drm-fixesDave Airlie2010-12-015-125/+92
|\ \
| * | Revert "drm/i915/dp: use VBT provided eDP params if available"Chris Wilson2010-11-301-89/+57
| * | drm/i915: Clear pfit registers when not used by any outputsChris Wilson2010-11-293-11/+17