summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2009-09-16drm/radeon: Save and restore bios scratch regs during S/RYang Zhao4-0/+35
2009-09-16drm/radeon/kms: IB locking dumps out a lockdep ordering issueDave Airlie3-8/+22
2009-09-16drm/radeon/kms: we should return 0 when we have no modes not -1.Dave Airlie1-1/+1
2009-09-16drm/radeon/kms: Free CS parser state tracking memory.Michel Dänzer1-0/+1
2009-09-16drm/radeon/kms: Don't kzalloc memory which is immediately overwritten.Michel Dänzer1-1/+1
2009-09-16drm/radeon/kms: Move radeon_clocks_init() call back after getting VRAM info.Michel Dänzer1-2/+2
2009-09-16drm/radeon/kms: Only add common modes which fit in both panel dimensions.Michel Dänzer1-2/+4
2009-09-15drm/radeon/kms: add 32/64 ioctl support.Dave Airlie3-1/+18
2009-09-15drm/radeon/kms: clear confusion in GART init/deinit pathJerome Glisse14-190/+306
2009-09-14drm/radeon/kms: cleanup - remove radeon_share.hJerome Glisse9-132/+84
2009-09-14drm/radeon/kms: move mtrr range add and memory informationJerome Glisse2-8/+8
2009-09-14drm/radeon/kms: convert r4xx to new init pathJerome Glisse10-124/+1121
2009-09-12drm/radeon/kms: fix typo in quirksAlex Deucher1-2/+2
2009-09-12drm/radeon/kms/r600: fix blit dword count for non r6xxAlex Deucher1-2/+7
2009-09-12drm/radeon/kms: add common lvds modes in the ddc caseAlex Deucher1-3/+6
2009-09-11drm/radeon/kms: set fbdev_info for suspend/resumeDave Airlie1-0/+1
2009-09-11drm/radeon/kms: move modeset init outside of GPU initJerome Glisse3-21/+25
2009-09-11drm/radeon/kms: add common scaled modes for TV and LVDSAlex Deucher1-9/+64
2009-09-11drm/radeon/kms: pull in latest quirks and fixes from ddxAlex Deucher2-16/+33
2009-09-11drm/radeon/kms/r600: use blit for BO movesAlex Deucher1-2/+2
2009-09-11drm/radeon/kms: R3XX/R4XX AGP asic use PCI GART not PCIE GARTJerome Glisse4-3/+18
2009-09-10drm/radeon/kms/r600: fix blit supportAlex Deucher1-8/+31
2009-09-10drm/radeon/kms: Don't try to process irq when we are unloadingJerome Glisse1-0/+3
2009-09-10drm/radeon/kms: add R4XX mc register access helper.Jerome Glisse4-0/+68
2009-09-10drm/radeon/kms: call r100_cp_disable rather than duplicating code.Jerome Glisse2-2/+4
2009-09-10drm/radeon/kms: wait for cp idle before stopping it.Jerome Glisse2-0/+78
2009-09-10drm/radeon/r600: fix legacy blit codeAlex Deucher1-17/+12
2009-09-09drm/radeon/r600: use fence->timeout directlyAlex Deucher1-10/+1
2009-09-09drm/radeon/kms: re-apply 2007d633d639c896396e4c4b53b38068f3831307Alex Deucher1-2/+8
2009-09-08drm/radeon/kms: don't allow ERESTART to hit userspace.Dave Airlie1-3/+7
2009-09-08drm: prune modes when output is disconnected.Adam Jackson1-2/+2
2009-09-08drm: shut the EDID warnings up.Adam Jackson1-3/+0
2009-09-08drm/i915: get the bridge device once.Dave Airlie3-55/+44
2009-09-08drm/radeon/kms: lower debugging on dpms events.Dave Airlie1-7/+6
2009-09-08drm/kms/radeon: make kms default a runtime optionDave Airlie4-17/+12
2009-09-08drm/kms: fix kms helper license + KconfigDave Airlie4-7/+11
2009-09-08drm/radeon/kms: add r600 KMS supportJerome Glisse33-606/+8289
2009-09-08drm/radeon/kms: add initial radeon tv-out support.Dave Airlie15-388/+1941
2009-09-08drm/radeon/kms: add rn50/r100/r200 CS tracker.Dave Airlie11-440/+1712
2009-09-07Merge intel drm-intel-next branchDave Airlie33-321/+1474
2009-09-07drm/kms: remove old std mode fallback code.Dave Airlie1-54/+2
2009-09-07drm/kms/i915: Add the default mode for CRT output without EDIDykzhao1-2/+5
2009-09-07drm/kms: add a function that can add the mode for the output device without EDIDZhao Yakui1-0/+46
2009-09-07drm/kms: try to find the std mode in DMT tableZhao Yakui2-12/+39
2009-09-07drm/kms: Add the default mode tableZhao Yakui1-0/+237
2009-09-07drm: split crtc/fb helpers into a separate moduleDave Airlie4-5/+16
2009-09-07drm/radeon/kms: add updated registers from drm-fixes.Dave Airlie3-0/+5
2009-09-07drm/radeon/kms: block depthxy offset from use from userspace.Dave Airlie3-3/+0
2009-09-06drm/i915: Put the idle reclocking work on our private workqueue as well.Eric Anholt1-2/+2
2009-09-06drm/i915: Pad ringbuffer with NOOPs before wrappingChris Wilson4-27/+50