summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* Revert "drm/i915: Don't save/restore hardware status page address register"Chris Wilson2011-03-232-0/+7
* nouveau: change the backlight parent device to the connector, not the PCI devMatthew Garrett2011-03-224-20/+27
* radeon: expose backlight class device for legacy LVDS encoderMichel Dänzer2011-03-224-6/+273
* backlight: add backlight typeMatthew Garrett2011-03-221-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-03-1813-26/+24
|\
| * drm: fix printk typo 'sracth'Paul Bolle2011-03-011-1/+1
| * drm: Fix printk typo 'failled'Paul Bolle2011-02-1712-22/+22
| * Merge branch 'master' into for-nextJiri Kosina2011-02-1579-590/+913
| |\
| * | GPU DRM: Remove unnecessary casts of void ptr returning alloc function return...Jesper Juhl2011-01-191-3/+1
* | | drm/radeon: fixup refcounts in radeon dumb create ioctl.Dave Airlie2011-03-171-3/+5
* | | drm: radeon: *_cs_packet_parse_vline() cleanupPaul Bolle2011-03-173-42/+23
* | | radeon: merge list_del()/list_add_tail() to list_move_tail()Nicolas Kaiser2011-03-171-4/+2
* | | Merge commit '5359533801e3dd3abca5b7d3d985b0b33fd9fe8b' into drm-core-nextDave Airlie2011-03-1624-47/+110
|\ \ \
| * | | drm/radeon: fix problem with changing active VRAM size. (v2)Dave Airlie2011-03-1411-17/+28
| * | | drm/radeon: fix page flipping hangs on r300/r400Dave Airlie2011-03-132-18/+2
| * | | drm/radeon: add pageflip hooks for fusionDave Airlie2011-03-111-0/+3
| * | | drm/i915: Revive combination mode for backlight controlTakashi Iwai2011-03-102-0/+46
| * | | drm: index i shadowed in 2nd looproel2011-03-081-2/+2
| * | | Merge remote branch 'ickle/drm-intel-fixes' into drm-fixesDave Airlie2011-03-089-41/+70
| |\ \ \
| * | | | drm/nv50-nvc0: prevent multiple vm/bar flushes occuring simultanenouslyBen Skeggs2011-03-082-0/+12
| * | | | drm/nouveau: fix regression causing ttm to not be able to evict vramBen Skeggs2011-03-082-3/+5
| * | | | drm/nouveau: allocate kernel's notifier object at end of blockBen Skeggs2011-03-043-6/+11
* | | | | drm: Retry i2c transfer of EDID block after failureChris Wilson2011-03-161-16/+24
* | | | | drm/radeon/kms: fix typo in atom overscan setupAlex Deucher2011-03-161-2/+2
* | | | | drm: Hold the mode mutex whilst probing for sysfs statusChris Wilson2011-03-161-0/+7
* | | | | Merge remote branch 'nouveau/drm-nouveau-next' of ../drm-nouveau-next into dr...Dave Airlie2011-03-1512-92/+257
|\ \ \ \ \
| * | | | | drm/nouveau: fix __nouveau_fence_wait performanceMarcin Slusarz2011-03-141-3/+12
| * | | | | drm/nv40: attempt to reserve just enough vram for all 32 channelsBen Skeggs2011-03-142-10/+27
| * | | | | drm/nv50: check for vm traps on every gr irqBen Skeggs2011-03-145-6/+5
| * | | | | drm/nv50: decode vm faults some moreBen Skeggs2011-03-141-6/+142
| * | | | | drm/nouveau: add nouveau_enum_find() util functionBen Skeggs2011-03-143-53/+66
| * | | | | drm/nouveau: properly handle pushbuffer check failuresMarcin Slusarz2011-03-141-2/+4
| * | | | | drm/nvc0: remove vm hack forcing large/small pages to not share a PDEBen Skeggs2011-03-141-12/+1
* | | | | | drm/i915: disable opregion lid detection for now.Dave Airlie2011-03-141-0/+6
* | | | | | Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-nextDave Airlie2011-03-1467-2234/+3481
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2011-03-079-40/+70
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | drm/i915: Rebind the buffer if its alignment constraints changes with tilingChris Wilson2011-03-073-5/+21
| | * | | | drm/i915: Disable GPU semaphores by defaultChris Wilson2011-03-073-2/+6
| | * | | | drm/i915: Do not overflow the MMADDR write FIFOChris Wilson2011-03-066-19/+42
| | * | | | Revert "drm/i915: fix corruptions on i8xx due to relaxed fencing"Chris Wilson2011-03-061-15/+1
| | |/ / /
| * | | | drm/i915: Only wait on a pending flip if we intend to write to the bufferChris Wilson2011-03-071-48/+44
| * | | | drm/i915/dp: Sanity check eDP existenceChris Wilson2011-03-071-5/+8
| * | | | drm/i915: Don't save/restore hardware status page address registerZhenyu Wang2011-03-022-7/+0
| * | | | drm/i915: don't store the reg value for HWS_PGAChris Wilson2011-03-022-7/+13
| * | | | Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2011-03-018-21/+53
| |\| | |
| | * | | drm/i915: fix memory corruption with GM965 and >4GB RAMJan Niehusmann2011-03-011-0/+11
| | * | | Merge remote branch 'nouveau/drm-nouveau-fixes' of /ssd/git/drm-nouveau-next ...Dave Airlie2011-02-281-1/+4
| | |\ \ \
| | | * | | drm/nv50-nvc0: make sure vma is definitely unmapped when destroying boBen Skeggs2011-02-281-1/+4
| | * | | | drm: fix unsigned vs signed comparison issue in modeset ctl ioctl.Dave Airlie2011-02-281-1/+2
| | |/ / /
| | * | | Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie2011-02-251-1/+1
| | |\ \ \