summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
...
* | drm/i915/crt: Downgrade warnings for hotplug failuresChris Wilson2010-09-171-2/+2
* | Merge remote branch 'linus' into drm-intel-fixesChris Wilson2010-09-1316-179/+253
|\ \ | |/
| * Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2010-09-104-24/+31
| |\
| * \ Merge branch 'drm-intel-fixes' of git://anongit.freedesktop.org/~ickle/drm-intelLinus Torvalds2010-09-0714-259/+382
| |\ \
| * | | drm: Do not force 1024x768 modes on unknown connectorsChris Wilson2010-09-071-4/+3
| * | | drm/kms: Add a module parameter to disable pollingChris Wilson2010-09-071-2/+15
| * | | drm/radeon/kms: fix tv-out on avivo asicsAlex Deucher2010-09-071-3/+23
| * | | drm/radeon/kms/evergreen: fix gpu hangs in userspace accel codeAlex Deucher2010-09-072-5/+39
| * | | Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into d...Dave Airlie2010-09-033-7/+8
| |\ \ \
| | * | | drm/nv50: initialize ramht_refs list for faked 0 channelMarcin Slusarz2010-09-031-0/+2
| | * | | drm/nouveau: Don't take struct_mutex around the pushbuf IOCTL.Francisco Jerez2010-09-031-5/+2
| | * | | drm/nouveau: Take fence spinlock before reading the last sequence.Francisco Jerez2010-09-031-2/+4
| * | | | drm/radeon/kms/evergreen: work around bad data in some i2c tablesAlex Deucher2010-09-021-0/+27
| * | | | drm/radeon/kms: properly set crtc high base on r7xxAlex Deucher2010-09-021-4/+4
| * | | | drm/radeon/kms: fix tv module parameterAlex Deucher2010-09-021-35/+43
| * | | | drm/radeon/kms: force legacy pll algo for RV515 LVDSAlex Deucher2010-09-021-0/+14
| * | | | drm/radeon/kms: remove useless clock codeAlex Deucher2010-09-027-98/+0
| * | | | drm/radeon/kms: fix a regression on r7xx AGP due to the HDP flush fixAlex Deucher2010-08-303-1/+59
| * | | | drm/radeon/kms: use tracked values for sclk and mclkAlex Deucher2010-08-303-20/+18
* | | | | drm/i915: Ensure that the crtcinfo is populated during mode_fixup()Chris Wilson2010-09-121-0/+8
| |_|_|/ |/| | |
* | | | drm/i915: don't enable self-refresh on IronlakeJesse Barnes2010-09-102-2/+12
* | | | drm/i915: Double check that the wait_request is not pending before warningChris Wilson2010-09-091-7/+15
* | | | Revert "drm/i915: Warn if we run out of FIFO space for a mode"Chris Wilson2010-09-081-7/+1
* | | | Revert "drm/i915: Allow LVDS on pipe A on gen4+"Chris Wilson2010-09-081-2/+0
* | | | Revert "drm/i915: Enable RC6 on Ironlake."Chris Wilson2010-09-071-6/+3
| |_|/ |/| |
* | | intel_agp,i915: Add more sandybridge graphics device idsZhenyu Wang2010-09-071-0/+4
* | | drm/i915: Enable MI_FLUSH on SandybridgeZhenyu Wang2010-09-072-2/+7
* | | agp/intel: Fix cache control for SandybridgeZhenyu Wang2010-09-071-0/+1
* | | drm/i915: Prevent double dpms onChris Wilson2010-09-071-1/+4
* | | drm/i915: Avoid use of uninitialised values when disabling panel-fitterChris Wilson2010-09-071-20/+15
* | | drm/i915: Avoid pageflipping freeze when we miss the flip prepare interruptSimon Farnsworth2010-09-074-12/+113
* | | drm/i915: Tightly scope intel_encoder to prevent invalid useChris Wilson2010-09-071-13/+12
* | | drm/i915: Allocate the PCI resource for the MCHBARChris Wilson2010-09-071-10/+10
* | | drm/i915/dp: Really try 5 times before giving up.Chris Wilson2010-09-071-30/+28
* | | drm/i915/sdvo: Restore guess of the DDC bus in absence of VBIOSChris Wilson2010-09-071-1/+39
* | | drm/i915/dp: Boost timeout for enabling transcoder to 100msChris Wilson2010-09-071-1/+1
* | | drm/i915: Re-use set_base_atomic to share setting of the display registersChris Wilson2010-09-071-71/+9
* | | drm/i915: Fix offset page-flips on i965+Chris Wilson2010-09-071-19/+48
* | | drm/i915: Include a generation number in the device infoChris Wilson2010-09-072-54/+34
* | | i915: return -EFAULT if copy_to_user failsDan Carpenter2010-09-061-0/+1
* | | i915: return -EFAULT if copy_to_user failsDan Carpenter2010-09-061-3/+9
* | | drm/i915: overlay on gen2 can't address above 1GDaniel Vetter2010-09-061-0/+4
* | | drm/i915: Clear the vblank status bit before polling for the next vblankChris Wilson2010-09-061-0/+16
* | | i915: Fix spurious TV detection after 9d0498a2bf + 9559fcdbffPekka Enberg2010-09-061-3/+6
* | | i915: revert some checks added by commit 32aad86fPavel Roskin2010-09-061-16/+13
* | | Revert "drm/i915: Unreference object not handle on creation"Chris Wilson2010-09-061-3/+6
* | | drivers/gpu/drm/i915/intel_overlay.c needs seq_file.hAndrew Morton2010-09-061-0/+2
|/ /
* | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-08-2812-74/+82
|\ \
| * | drm/radeon/kms: add missing scratch update in dp_detectAlex Deucher2010-08-271-0/+1
| * | drm/modes: Fix CVT-R modeline generationAdam Jackson2010-08-271-1/+4
OpenPOWER on IntegriCloud