summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 Yakui2-0/+48
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-02drm/crtc_helper: avoid NULL-pointer dereference when encoder is NULLMaarten Maathuis1-1/+2
2009-09-02drm/crtc: fix mismerge of last patch.Dave Airlie1-2/+2
2009-09-02drm/kms: add explicit encoder disable function and detach harder.Dave Airlie2-4/+22
2009-09-02drm: fix drm_cache.c for arch with no support.Dave Airlie1-6/+3
2009-09-02drm/mm: add ability to dump mm lists via debugfsDave Airlie3-0/+81
2009-08-31drm: fix two issues with fb consolidation.Dave Airlie2-2/+2
2009-08-31drm: use proc_create_data()Alexey Dobriyan1-6/+7
2009-08-31drm/kms: Parse the detailed time info in CEA-EDIDZhao Yakui1-1/+119
2009-08-31drm/kms: move driver specific fb common code to helper functions (v2)Dave Airlie11-1309/+907
2009-08-31drm/r128: Add test for initialisation to all ioctls that require itBen Hutchings3-21/+41
2009-08-31radeon: Use request_firmware()Ben Hutchings38-25371/+13388
2009-08-31drm: dereference of tmp in drm_proc_create_files()Roel Kluin1-0/+4
2009-08-31drm/crtc_helper: NULL encoder->crtc when switching encodersMaarten Maathuis1-0/+4
2009-08-31drm/crtc_helper: place drm_helper_encoder_in_use() in the header fileMaarten Maathuis1-0/+1
2009-08-31drm/crtc_helper: replace modeset fail path with something simplerMaarten Maathuis1-32/+54
2009-08-31drm/radeon: cleanup mkregtable.cDave Airlie3-165/+159
2009-08-27drm: GEM handles are u32, not intPekka Paalanen3-9/+9
2009-08-27drm/rs600/690: use autogenerated safe register tables.Dave Airlie5-68/+745
2009-08-27drm/r128: Use request_firmware() to load CCE microcodeBen Hutchings5-50/+210
2009-08-27drm/mga: Use request_firmware() to load microcodeBen Hutchings9-11750/+186
2009-08-27drm/ttm: consolidate cache flushing code in one place.Dave Airlie3-74/+82
2009-08-21drm/radeon/kms: generate the safe register tables.Dave Airlie6-104/+1960
2009-08-20drm/ttm: Fixes for "Memory accounting rework."Thomas Hellstrom1-8/+28
2009-08-20drm/ttm: Fixes for "Make parts of a struct ttm_bo_device global"Thomas Hellstrom2-4/+1
2009-08-20Merge Linus master to drm-nextDave Airlie1343-18375/+36421
2009-08-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2-1/+3
2009-08-19AFS: Documentation updatesAnton Blanchard1-14/+12
2009-08-19Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds21-254/+456
2009-08-19Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds8-85/+99
2009-08-19Merge branch 'perfcounters-fixes-for-linus-2' of git://git.kernel.org/pub/scm...Linus Torvalds5-2/+24
2009-08-19ttm: Make parts of a struct ttm_bo_device global.Thomas Hellstrom7-141/+296
2009-08-19drm/ttm: Memory accounting rework.Thomas Hellstrom6-119/+453
2009-08-19drm/ttm: Add a virtual ttm sysfs device.Thomas Hellstrom1-1/+57
2009-08-19drm: Enable drm drivers to add drm sysfs devices.Thomas Hellstrom2-0/+37
2009-08-19drm/ttm: optimize bo_kmap_type valuesPekka Paalanen1-6/+6
2009-08-19drm/kms: no need to return void value (encoder)Pekka Paalanen1-1/+1
2009-08-19drm: clarify scaling property namesJesse Barnes3-19/+12
2009-08-19drm: fixup includes in encoder slave header files.Dave Airlie1-2/+2
2009-08-19drm: remove root requirement from DRM_IOCTL_SET_VERSION (+ DRM_IOCTL_AUTH_MAGIC)Jesse Barnes1-2/+2
2009-08-19drm/kms: teardown crtc correctly when fb is destroyed.Dave Airlie1-28/+12
2009-08-19drm/kms/radeon: cleanup combios TV table like DDX.Dave Airlie1-29/+19
2009-08-19drm/radeon/kms: memset the allocated framebuffer before using it.Dave Airlie1-0/+2