summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
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 Airlie26-169/+381
2012-08-26drm/i915: disable rc6 on ilk when vt-d is enabledDaniel Vetter1-0/+5
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-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
2012-08-24gma500: psb_intel_crtc: Drop crtc_enable flag.Forest Bond2-3/+0
2012-08-24gma500: Fix comment mispelling in cdv_intel_limits definition.Forest Bond1-1/+1
2012-08-24drm: Handle io prot correctly for MIPS.Huacai Chen2-2/+2
2012-08-24drm: remove the raw_edid field from struct drm_display_infoJani Nikula13-50/+14
2012-08-24drm/ast: fix EDID memory leakJani Nikula1-0/+1
2012-08-24drm/i915: fix EDID memory leak in SDVOJani Nikula1-0/+1
2012-08-24drm/mgag200: remove unused validate_sequenceMaarten Lankhorst1-1/+0
2012-08-24drm/cirrus: Remove unused validate_sequenceMaarten Lankhorst1-1/+0
2012-08-24drm/ast: remove unused validate_sequenceMaarten Lankhorst1-1/+0
2012-08-24gma500/cdv: Fix call to cdv_intel_dp_set_m_nAlan Cox1-2/+2
2012-08-24drm: gma500: Kill the GEM glue layerLaurent Pinchart5-96/+8
2012-08-24gma500: Disable the clock gating of display controller to make DP/eDP work wellZhao Yakui2-0/+28
2012-08-24gma500/cdv: Add eDP supportZhao Yakui14-61/+751
2012-08-24gma500/cdv: enable the DisplayPort supportAlan Cox1-2/+9