summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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 Airlie91-742/+2238
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
2009-09-04drm/i915: do dynamic clock freq control only in kernel modesettingZhenyu Wang1-0/+3
2009-09-04drm/I915: Use the CRT DDC to get the EDID for DVI-connector on MacKeith Packard1-22/+74
2009-09-04drm/i915: fix tiling on IGDNGZhenyu Wang3-8/+21
2009-09-04drm/i915: modeset: always set intel_crtc->dpms_mode by moving the assignment up.Daniel Vetter1-2/+2
2009-09-04drm/i915: remove open-coded drm_mode_object_findDaniel Vetter1-12/+8
2009-09-04drm/i915: Make the downclocking debug code be under DRM_DEBUG not DRM_ERROR.Eric Anholt1-2/+2
2009-09-04drm/i915: i915_modeset is signedKyle McMartin1-1/+1
2009-09-04drm/i915: add dynamic clock frequency controlJesse Barnes9-45/+704
2009-09-04drm/i915: Support IGD EOSShaohua Li3-0/+51
2009-09-04drm/i915: Enable PAL and SECAM format and add the propery for SDVO-TVZhao Yakui1-48/+153
2009-09-04drm/i915: select TV format according to connector typeMa Ling1-0/+30
2009-09-04drm/i915: update debugfs interrupt info on IGDNGZhenyu Wang1-10/+31
2009-09-04drm/i915: Add i915 register dumping debugfs fileBen Gamari1-0/+30
2009-09-04drm/i915: Move i915_gem_debugfs.c to i915_debugfs.cBen Gamari4-13/+13
2009-09-02agp/intel: support for new chip variant of IGDNG mobileZhenyu Wang1-1/+7
2009-09-02drm/i915: Unref old_obj on get_fence_reg() error pathChris Wilson1-4/+9
2009-09-02drm/i915: increase default latency constant (v2 w/comment)Jesse Barnes1-1/+15
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 Airlie1-4/+20
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 Airlie2-0/+77
2009-08-31Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds8-49/+147
2009-08-31ata_piix: parallel scanning on PATA needs an extra lockingBartlomiej Zolnierkiewicz1-1/+13
2009-08-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds12-105/+194
2009-08-31V4L/DVB (12502): gspca - sn9c20x: Fix gscpa sn9c20x build errors.Randy Dunlap1-1/+1
2009-08-31V4L/DVB (12495): em28xx: Don't call em28xx_ir_init when disable_ir is trueShine Liu1-1/+3
2009-08-31V4L/DVB (12457): zr364: wrong indexesRoel Kluin1-1/+1
2009-08-31V4L/DVB (12451): Update KConfig File to enable SDIO and USB interfacesUdi Atar2-20/+29
2009-08-31V4L/DVB (12450): Siano: Fixed SDIO compilation bugsUdi Atar1-24/+30
2009-08-31V4L/DVB (12449): adds webcam for Micron device MT9M111 0x143A to em28xxMauro Carvalho Chehab2-2/+39
2009-08-31V4L/DVB (12446): sms1xxx: restore GPIO functionality for all Hauppauge devicesMichael Krufky1-0/+44
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 Airlie9-1309/+823