summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * drm: Carry over the stereo flags when adding the alternate modeDamien Lespiau2013-10-011-0/+3
| * drm: Make drm_match_cea_mode() return the underlying 2D VIC for 3d modesDamien Lespiau2013-10-013-9/+15
| * drm: Set the relevant infoframe field when scanning out a 3D modeDamien Lespiau2013-10-011-2/+38
| * drm: Reject modes with more than 1 stereo flags setDamien Lespiau2013-10-011-0/+4
| * drm: Extract add_hdmi_mode() out of do_hdmi_vsdb_modes()Damien Lespiau2013-10-011-15/+21
| * drm/edid: Expose mandatory stereo modes for HDMI sinksDamien Lespiau2013-10-011-7/+103
| * drm: Add a STEREO_3D capability to the SET_CLIENT_CAP ioctlDamien Lespiau2013-10-014-2/+43
| * drm: Add HDMI stereo 3D flags to struct drm_mode_modeinfoDamien Lespiau2013-10-012-14/+36
| * drm: Add a SET_CLIENT_CAP ioctlDamien Lespiau2013-10-014-0/+19
| * drm: Move the GET_CAP macros next to the corresponding ioctl structureDamien Lespiau2013-10-011-11/+10Star
| * drm/i915/vlv: fix up broken precision in vlv_crtc_clock_getChris Wilson2013-10-011-5/+3Star
| * drm/i915/vlv: add VLV specific clock_get function v3Jesse Barnes2013-10-011-1/+32
| * drm/i915: Add a tracepoint for using a semaphoreChris Wilson2013-10-012-0/+27
| * drm/i915: Show WT caching in debugfsChris Wilson2013-10-012-1/+2
| * drm/i915: Fix VLV eDP timing v2Chon Ming Lee2013-10-011-1/+1
| * drm/i915: Move the conditional seqno query into the tracepointChris Wilson2013-10-012-4/+19
| * drm/i915: Convert active API to VMABen Widawsky2013-10-014-10/+12
| * drm/i915: Provide a cheap ggtt vma lookupBen Widawsky2013-10-012-3/+18
| * drm/i915: trace vm eviction instead of everythingBen Widawsky2013-10-012-0/+17
| * drm/i915: remove "extern" keywords from intel_drv.h functionsPaulo Zanoni2013-10-011-206/+192Star
| * drm/i915: make hsw_{disable, restore}_lcpll staticPaulo Zanoni2013-10-012-6/+3Star
| * drm/i915: make intel_crtc_fb_gamma_{set, get} staticPaulo Zanoni2013-10-013-25/+21Star
| * drm/i915: make intel_crtc_load_lut staticPaulo Zanoni2013-10-012-79/+78Star
| * drm/i915: make intel_pipe_has_type staticPaulo Zanoni2013-10-012-17/+15Star
| * drm/i915: reorganize intel_drv.hPaulo Zanoni2013-10-011-196/+214
| * drm/i915: backlight combination mode bit is gen4 onlyJani Nikula2013-10-011-1/+1
| * drm/i915: Add HSW CRT output readout supportVille Syrjälä2013-10-013-8/+32
| * drm/i915: clean up and simplify i9xx_crtc_mode_set wrt PLL handlingJani Nikula2013-10-011-22/+22
| * drm/i915: Add some debug spam for intialising SDVOChris Wilson2013-10-011-2/+18
| * drm/i915: Delay the release of the forcewake by a jiffieChris Wilson2013-10-013-4/+38
| * drm/i915: precendence bug in GT_PARITY_ERROR()Dan Carpenter2013-10-011-1/+1
| * drm/i915: Fix intel_crtc_mode_get() mode clockVille Syrjälä2013-10-011-1/+1
| * drm/i915: Calculate PSR register offsets from base + genBen Widawsky2013-10-014-24/+28
| * drm/i915/dp: read DPCD PSR capability only on eDPJani Nikula2013-10-011-5/+8
| * drm/i915: Drop explicit plane restoration during resumeVille Syrjälä2013-10-011-3/+0Star
| * drm/i915: Call intel_uncore_early_sanitize() during resumeVille Syrjälä2013-10-011-0/+2
| * drm/i915: Move power well resume earlierVille Syrjälä2013-10-011-2/+2
| * drm/i915: Move power well init earlier during driver loadVille Syrjälä2013-10-011-7/+8
| * drm/i915: Redisable VGA before the modeset on resumeVille Syrjälä2013-10-011-2/+2
| * drm/i915: Fix unclaimed register access due to delayed VGA memory disableVille Syrjälä2013-10-011-1/+7
| * drm/i915: Rip out SUPPORTS_EDPDaniel Vetter2013-10-012-5/+2Star
| * drm/i915: don't init DP or HDMI when not supported by DDI portPaulo Zanoni2013-10-013-5/+32
| * drm/i915: add some assertions about VBT DDI port typesPaulo Zanoni2013-10-011-1/+23
| * drm/i915: check the DDC and AUX bits of the VBT on DDI machinesPaulo Zanoni2013-10-011-0/+27
| * drm/i915: use the HDMI DDI buffer translations from VBTPaulo Zanoni2013-10-014-2/+118
| * drm/i915: VBT's child_device_config changes over timePaulo Zanoni2013-10-016-29/+59
| * drm/i915: Do not unlock upon error in i915_gem_idle()Chris Wilson2013-10-011-6/+3Star
| * drm/i915: Use unsigned for overflow checks in execbufDaniel Vetter2013-10-011-6/+6
| * drm/i915: Ditch INTELFB_CONN_LIMITDaniel Vetter2013-10-013-3/+2Star
| * drm/i915: Use kcalloc moreDaniel Vetter2013-10-015-9/+10