summaryrefslogtreecommitdiffstats
path: root/drivers/message/fusion (unfollow)
Commit message (Expand)AuthorFilesLines
2012-09-20drm/i915: disable the cpu edp port after the cpu pipeDaniel Vetter1-2/+7
2012-09-20drm/i915: rip out dp port enabling cludges^WchecksDaniel Vetter1-8/+8
2012-09-20drm/i915: robustify edp_pll_on/offDaniel Vetter1-11/+18
2012-09-20drm/i915: clean up the cpu edp pll special caseDaniel Vetter1-47/+27
2012-09-20drm/i915: add encoder->pre_enable/post_disableDaniel Vetter2-0/+10
2012-09-20drm/i915: rip out early dp port write for gm45/ilkDaniel Vetter1-13/+0
2012-09-20drm/i915: Error checks in gen6_set_rpsBen Widawsky2-1/+9
2012-09-20drm/i915: POSTING_READ the new rps valueBen Widawsky1-0/+2
2012-09-20drm/i915: Add current/max/min GPU freq to sysfsBen Widawsky1-0/+70
2012-09-20drm/i915: #define gpu freq multiplerBen Widawsky2-11/+13
2012-09-20drm/i915: variable renamesBen Widawsky1-8/+8
2012-09-20drm/i915: extract compute_clocks from ironlake_crtc_mode_setPaulo Zanoni1-30/+66
2012-09-20drm/i915: simplify setting DSPCNTR inside ironlake_crtc_mode_setPaulo Zanoni1-5/+3
2012-09-20drm/i915: extract ironlake_set_pipeconf form ironlake_crtc_mode_setPaulo Zanoni1-36/+52
2012-09-20drm/i915: Replace the array of pages with a scatterlistChris Wilson12-220/+239
2012-09-20drm/i915: Pin backing pages for preadChris Wilson1-23/+13
2012-09-20drm/i915: Pin backing pages for pwriteChris Wilson1-24/+13
2012-09-20drm/i915: Pin backing pages whilst exporting through a dmabuf vmapChris Wilson3-4/+27
2012-09-20drm/i915: Introduce drm_i915_gem_object_opsChris Wilson3-27/+80
2012-09-20drm/i915: placeholder getparamBen Widawsky1-0/+1
2012-09-19drm: micro optimise cache flushingDave Airlie1-1/+2
2012-09-18drm: Renesas SH Mobile DRM driverLaurent Pinchart16-0/+2258
2012-09-18drm: Add NV24 and NV42 pixel formatsLaurent Pinchart2-0/+8
2012-09-18DRM: Add DRM KMS/FB CMA helperLars-Peter Clausen4-0/+443
2012-09-18DRM: Add DRM GEM CMA helperSascha Hauer4-0/+302
2012-09-18drm/i915: fix OOPS in lid_notifyDaniel Vetter1-1/+1
2012-09-18drm/i915: correctly update crtc->x/y in set_baseDaniel Vetter1-4/+6
2012-09-17drm/edid: limit printk when facing bad edidJerome Glisse3-11/+20
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-08drm/fb helper: don't call drm_helper_connector_dpms directlyDaniel Vetter1-1/+1
2012-09-06drm/i915: improve modeset state checking after dpms callsDaniel Vetter6-8/+9
2012-09-06drm/i915: add tons of modeset state checksDaniel Vetter1-1/+103
2012-09-06drm/i915: no longer call drm_helper_resume_force_modeDaniel Vetter1-5/+0
2012-09-06drm/i915: disable all crtcs at suspend timeDaniel Vetter3-0/+14
2012-09-06drm/i915: push commit_output_state past the crtc/encoder preparingDaniel Vetter2-41/+70
2012-09-06drm/i915: switch the load detect code to the staged modeset configDaniel Vetter1-6/+7
2012-09-06drm/i915: WARN if the pipe won't turn offDaniel Vetter1-2/+2
2012-09-06drm/i915: s/intel_encoder_disable/intel_encoder_noopDaniel Vetter9-10/+10
2012-09-06drm/i915: push commit_output_state past crtc disablingDaniel Vetter1-28/+53
2012-09-06drm/i915: implement new set_mode code flowDaniel Vetter1-36/+63
2012-09-06drm/i915: compute masks of crtcs affected in set_modeDaniel Vetter1-0/+96