summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2013-10-01drm: Make drm_match_cea_mode() return the underlying 2D VIC for 3d modesDamien Lespiau2-8/+14
2013-10-01drm: Set the relevant infoframe field when scanning out a 3D modeDamien Lespiau1-2/+38
2013-10-01drm: Reject modes with more than 1 stereo flags setDamien Lespiau1-0/+4
2013-10-01drm: Extract add_hdmi_mode() out of do_hdmi_vsdb_modes()Damien Lespiau1-15/+21
2013-10-01drm/edid: Expose mandatory stereo modes for HDMI sinksDamien Lespiau1-7/+103
2013-10-01drm: Add a STEREO_3D capability to the SET_CLIENT_CAP ioctlDamien Lespiau2-2/+31
2013-10-01drm: Add a SET_CLIENT_CAP ioctlDamien Lespiau2-0/+10
2013-10-01drm/i915/vlv: fix up broken precision in vlv_crtc_clock_getChris Wilson1-5/+3
2013-10-01drm/i915/vlv: add VLV specific clock_get function v3Jesse Barnes1-1/+32
2013-10-01drm/i915: Add a tracepoint for using a semaphoreChris Wilson2-0/+27
2013-10-01drm/i915: Show WT caching in debugfsChris Wilson2-1/+2
2013-10-01drm/i915: Fix VLV eDP timing v2Chon Ming Lee1-1/+1
2013-10-01drm/i915: Move the conditional seqno query into the tracepointChris Wilson2-4/+19
2013-10-01drm/i915: Convert active API to VMABen Widawsky4-10/+12
2013-10-01drm/i915: Provide a cheap ggtt vma lookupBen Widawsky2-3/+18
2013-10-01drm/i915: trace vm eviction instead of everythingBen Widawsky2-0/+17
2013-10-01drm/i915: remove "extern" keywords from intel_drv.h functionsPaulo Zanoni1-206/+192
2013-10-01drm/i915: make hsw_{disable, restore}_lcpll staticPaulo Zanoni2-6/+3
2013-10-01drm/i915: make intel_crtc_fb_gamma_{set, get} staticPaulo Zanoni3-25/+21
2013-10-01drm/i915: make intel_crtc_load_lut staticPaulo Zanoni2-79/+78
2013-10-01drm/i915: make intel_pipe_has_type staticPaulo Zanoni2-17/+15
2013-10-01drm/i915: reorganize intel_drv.hPaulo Zanoni1-196/+214
2013-10-01drm/i915: backlight combination mode bit is gen4 onlyJani Nikula1-1/+1
2013-10-01drm/i915: Add HSW CRT output readout supportVille Syrjälä3-8/+32
2013-10-01drm/i915: clean up and simplify i9xx_crtc_mode_set wrt PLL handlingJani Nikula1-22/+22
2013-10-01drm/i915: Add some debug spam for intialising SDVOChris Wilson1-2/+18
2013-10-01drm/i915: Delay the release of the forcewake by a jiffieChris Wilson3-4/+38
2013-10-01drm/i915: precendence bug in GT_PARITY_ERROR()Dan Carpenter1-1/+1
2013-10-01drm/i915: Fix intel_crtc_mode_get() mode clockVille Syrjälä1-1/+1
2013-10-01drm/i915: Calculate PSR register offsets from base + genBen Widawsky4-24/+28
2013-10-01drm/i915/dp: read DPCD PSR capability only on eDPJani Nikula1-5/+8
2013-10-01drm/i915: Drop explicit plane restoration during resumeVille Syrjälä1-3/+0
2013-10-01drm/i915: Call intel_uncore_early_sanitize() during resumeVille Syrjälä1-0/+2
2013-10-01drm/i915: Move power well resume earlierVille Syrjälä1-2/+2
2013-10-01drm/i915: Move power well init earlier during driver loadVille Syrjälä1-7/+8
2013-10-01drm/i915: Redisable VGA before the modeset on resumeVille Syrjälä1-2/+2
2013-10-01drm/i915: Fix unclaimed register access due to delayed VGA memory disableVille Syrjälä1-1/+7
2013-10-01drm/i915: Rip out SUPPORTS_EDPDaniel Vetter2-5/+2
2013-10-01drm/i915: don't init DP or HDMI when not supported by DDI portPaulo Zanoni3-5/+32
2013-10-01drm/i915: add some assertions about VBT DDI port typesPaulo Zanoni1-1/+23
2013-10-01drm/i915: check the DDC and AUX bits of the VBT on DDI machinesPaulo Zanoni1-0/+27
2013-10-01drm/i915: use the HDMI DDI buffer translations from VBTPaulo Zanoni4-2/+118
2013-10-01drm/i915: VBT's child_device_config changes over timePaulo Zanoni6-29/+59
2013-10-01drm/i915: Do not unlock upon error in i915_gem_idle()Chris Wilson1-6/+3
2013-10-01drm/i915: Use unsigned for overflow checks in execbufDaniel Vetter1-6/+6
2013-10-01drm/i915: Ditch INTELFB_CONN_LIMITDaniel Vetter3-3/+2
2013-10-01drm/i915: Use kcalloc moreDaniel Vetter5-9/+10
2013-10-01drm/i915: use pointer = k[cmz...]alloc(sizeof(*pointer), ...) patternDaniel Vetter16-30/+30
2013-10-01Merge tag 'drm-intel-next-2013-09-21-merged' of git://people.freedesktop.org/...Dave Airlie41-1113/+4416
2013-09-29Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds25-77/+264