summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-09-18drm: Renesas SH Mobile DRM driverLaurent Pinchart15-0/+2159
2012-09-18drm: Add NV24 and NV42 pixel formatsLaurent Pinchart1-0/+6
2012-09-18DRM: Add DRM KMS/FB CMA helperLars-Peter Clausen3-0/+416
2012-09-18DRM: Add DRM GEM CMA helperSascha Hauer3-0/+258
2012-09-17drm/edid: limit printk when facing bad edidJerome Glisse2-10/+18
2012-09-13gma500: Remove unused variableEmil Goode1-2/+0
2012-09-13vmwgfx: remove useless set memory to zero use memset()Wei Yongjun2-2/+0
2012-09-13drm: edid: add support for E-DDCShirish S1-3/+16
2012-09-13drm: Remove unnecessary test for ARM.Robert P. J. Day1-9/+0
2012-09-13drm: use %*ph to dump small buffersAndy Shevchenko3-11/+4
2012-09-13drm: edid: Refactor HDMI VSDB detectionVille Syrjälä1-16/+22
2012-09-13drm: edid: Add bounds checking to HDMI VSDB parsingVille Syrjälä1-12/+21
2012-09-13drm: edid: Add some bounds checkingVille Syrjälä1-26/+73
2012-09-13drm: consistently name interlaced modesRussell King - ARM Linux1-21/+21
2012-09-13drm: make buffer management work without DRM_MASTERDavid Herrmann1-6/+6
2012-09-04drm: udl: usb: Fix recursive Kconfig dependencySedat Dilek1-2/+1
2012-09-03drm/i915: move i915_get_extra_insdone out of CONFIG_DEBUG_FS blockDaniel Vetter1-30/+29
2012-09-03Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel ...Dave Airlie33-807/+1051
2012-08-27drm/i915: Remove __GFP_NO_KSWAPDSedat Dilek1-3/+3
2012-08-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie239-1738/+2645
2012-08-27Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+6
2012-08-26drm/i915: disable rc6 on ilk when vt-d is enabledDaniel Vetter1-0/+5
2012-08-26Merge tag 'fixes-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds1-1/+3
2012-08-26Merge tag 'stable/for-linus-3.6-rc3-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-15/+0
2012-08-26Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds1-4/+3
2012-08-25Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-5/+26
2012-08-25Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds5-23/+61
2012-08-25Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds8-14/+42
2012-08-25libata: Add a space to " 2GB ATA Flash Disk" DMA blacklist entryPrarit Bhargava1-1/+1
2012-08-24drm/i915: Avoid unbinding due to an interrupted pin_and_fence during execbufferChris Wilson1-69/+45
2012-08-24drm/i915: Use new INSTDONE registers (Gen7+)Ben Widawsky3-23/+33
2012-08-24drm/i915: Add new INSTDONE registersBen Widawsky1-1/+5
2012-08-24drm/i915: Extract reading INSTDONEBen Widawsky2-19/+32
2012-08-24drm/i915: Use a non-blocking wait for set-to-domain ioctlChris Wilson1-0/+55
2012-08-24drm/i915: Juggle code order to ease flow of the next patchChris Wilson1-191/+188
2012-08-24gma500: Fix frequency detectionAlan Cox2-0/+2
2012-08-24gma500: remove references to drm_display_info raw_edid fieldJani Nikula1-3/+0
2012-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-7/+7
2012-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds1-2/+2
2012-08-24Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2012-08-24gma500: fix incorrect declaration.Dave Airlie1-1/+1
2012-08-24drm/i915: Use cpu relocations if the object is in the GTT but not mappableChris Wilson1-0/+1
2012-08-24drm/i915: Extract general object init routineChris Wilson2-12/+19
2012-08-24drm/i915: Protect private gem objects from truncate (such as imported dmabuf)Chris Wilson1-2/+5
2012-08-24drm/i915: Only pwrite through the GTT if there is space in the apertureChris Wilson8-24/+33
2012-08-24drm: Add misssing static storage class specifier in drm_fb_helper.c fileSachin Kamat1-1/+1
2012-08-24drm: Add missing static storage class specifier in drm_irq.c fileSachin Kamat1-1/+1
2012-08-24drm/i2c/ch7006: Convert to dev_pm_opsMark Brown1-9/+7
2012-08-24drm/usb: select USB_SUPPORT in KconfigSachin Kamat1-0/+1
2012-08-24gma500: remove an unreachable return statementJani Nikula1-1/+0