aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
...
| * | radeon: Use request_firmware()Ben Hutchings2009-08-319-25371/+314
| * | drm: dereference of tmp in drm_proc_create_files()Roel Kluin2009-08-311-0/+4
| * | drm/crtc_helper: NULL encoder->crtc when switching encodersMaarten Maathuis2009-08-311-0/+4
| * | drm/crtc_helper: replace modeset fail path with something simplerMaarten Maathuis2009-08-311-32/+54
| * | drm/radeon: cleanup mkregtable.cDave Airlie2009-08-313-165/+159
| * | drm: GEM handles are u32, not intPekka Paalanen2009-08-272-7/+7
| * | drm/rs600/690: use autogenerated safe register tables.Dave Airlie2009-08-275-68/+745
| * | drm/r128: Use request_firmware() to load CCE microcodeBen Hutchings2009-08-272-50/+49
| * | drm/mga: Use request_firmware() to load microcodeBen Hutchings2009-08-275-11750/+81
| * | drm/ttm: consolidate cache flushing code in one place.Dave Airlie2009-08-272-74/+44
| * | drm/radeon/kms: generate the safe register tables.Dave Airlie2009-08-216-104/+1960
| * | drm/ttm: Fixes for "Memory accounting rework."Thomas Hellstrom2009-08-201-8/+28
| * | drm/ttm: Fixes for "Make parts of a struct ttm_bo_device global"Thomas Hellstrom2009-08-202-4/+1
| * | Merge Linus master to drm-nextDave Airlie2009-08-2073-2320/+5272
| |\ \
| * | | ttm: Make parts of a struct ttm_bo_device global.Thomas Hellstrom2009-08-195-115/+227
| * | | drm/ttm: Memory accounting rework.Thomas Hellstrom2009-08-194-100/+427
| * | | drm/ttm: Add a virtual ttm sysfs device.Thomas Hellstrom2009-08-191-1/+57
| * | | drm: Enable drm drivers to add drm sysfs devices.Thomas Hellstrom2009-08-191-0/+25
| * | | drm: clarify scaling property namesJesse Barnes2009-08-192-15/+7
| * | | drm: remove root requirement from DRM_IOCTL_SET_VERSION (+ DRM_IOCTL_AUTH_MAGIC)Jesse Barnes2009-08-191-2/+2
| * | | drm: fixup include file in drm_encoder_slaveDave Airlie2009-08-131-1/+1
| * | | drm: Add more standard TV properties.Francisco Jerez2009-08-131-0/+18
| * | | drm: Fix drm_cvt_mode() for interlaced modes.Francisco Jerez2009-08-131-1/+1
| * | | drm: Define some new standard TV properties.Francisco Jerez2009-08-041-0/+18
| * | | drm: Define DRM_MODE_SUBCONNECTOR_SCARTFrancisco Jerez2009-08-041-0/+2
| * | | drm: Define DRM_MODE_CONNECTOR_TVFrancisco Jerez2009-08-042-0/+4
| * | | drm/kms: slave encoder interface.Francisco Jerez2009-08-042-1/+117
| * | | drm: Add the debug info in generic drm mode by using DRM_DEBUG_KMSZhao Yakui2009-08-042-33/+40
| * | | drm: Remove the macro defintion of DRM_DEBUG_MODEZhao Yakui2009-08-041-2/+2
| * | | drm: Remove the unused prefix in DRM_DEBUG_KMS/DRIVER/MODEZhao Yakui2009-08-044-51/+37
| * | | drm/mode: get the modeline for standard timing in EDID by using CVT/GTFZhao Yakui2009-07-151-12/+58
| * | | drm/mode: add the GTF algorithm in kernel spaceZhao Yakui2009-07-151-0/+197
| * | | drm/mode: add the CVT algorithm in kernel spaceZhao Yakui2009-07-151-0/+219
* | | | Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-191-2/+2
* | | | i915: disable interrupts before tearing down GEM stateLinus Torvalds2009-09-081-5/+1
* | | | drm/i915: fix mask bits settingZhenyu Wang2009-09-083-1/+3
* | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-09-075-69/+70
|\ \ \ \ | |_|_|/ |/| | |
| * | | drm/radeon/kms: add LTE/GTE discard + rv515 two sided stencil register.Dave Airlie2009-09-075-69/+70
* | | | drm/i915: Unref old_obj on get_fence_reg() error pathChris Wilson2009-09-021-4/+9
* | | | drm/i915: increase default latency constant (v2 w/comment)Jesse Barnes2009-09-021-1/+15
|/ / /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2009-08-3112-105/+194
|\ \ \
| * | | drm/i915: Improve CRTDDC mapping by using VBT infoDavid Müller (ELSOFT AG)2009-08-293-4/+55
| * | | drm/i915: Fix CPU-spinning hangs related to fence usage by using an LRU.Eric Anholt2009-08-292-38/+54
| * | | drm/i915: Set crtc/clone mask in different output devicesMa Ling2009-08-249-51/+73
| * | | drm/i915: Always use SDVO_B detect bit for SDVO output detection.Ma Ling2009-08-241-9/+9
| * | | drm/i915: Fix typo that broke SVID1 in intel_sdvo_multifunc_encoder()Roel Kluin2009-08-241-1/+1
| * | | drm/i915: Check if BIOS enabled dual-channel LVDS on 8xx, not only on 9xxBruno Prémont2009-08-241-1/+1
| * | | drm/i915: Set the multiplier for SDVO on G33 platformSean Young2009-08-241-1/+1
* | | | drm/radeon/kms: Fix radeon_gem_busy_ioctl harder.Michel Dänzer2009-08-231-3/+9
|/ / /
* | | drm/radeon: add GET_PARAM/INFO support for Z pipesAlex Deucher2009-08-219-4/+37