aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-16drm/i915: Implement a framework for batch buffer poolsBrad Volkin5-9/+220
2014-12-16drm/i915: fix use after free during eDP encoder destroyingImre Deak1-1/+1
2014-12-15drm/i915/skl: Skylake also supports DP MSTDamien Lespiau1-1/+1
2014-12-15drm/i915: Consolidate DDI clock reading out in a single functionDamien Lespiau1-6/+7
2014-12-15drm/i915: Parsing LFP brightness control from VBTDeepak M3-0/+32
2014-12-15drm/i915/skl: Correcting the flushing of pipeSonika Jindal1-2/+1
2014-12-15drm/i915/bdw: Enable execlists by default where supportedThomas Daniel2-4/+3
2014-12-15drm/i915/skl: Correctly updating sprite wm parameterSonika Jindal1-1/+2
2014-12-15drm/i915: Documentation for multiple GGTT viewsTvrtko Ursulin1-0/+60
2014-12-15drm/i915: Infrastructure for supporting different GGTT views per objectTvrtko Ursulin8-70/+220
2014-12-15drm/i915: Forcewake Register Range changes for CHVDeepak S1-7/+4
2014-12-15drm/i915: Changes related to the sequence port no forGaurav K Singh1-1/+9
2014-12-15drm/i915: Use BUILD_BUG if possible in the i915 WARN_ONDaniel Vetter5-9/+21
2014-12-15drm/i915: Name the lrc irq handler correctlyDaniel Vetter3-8/+8
2014-12-10drm/i915/bdw: Add WaForceEnableNonCoherent labelMichel Thierry1-0/+1
2014-12-10drm/i915: Protect against leaks in pipe_crc_set_sourceDaniel Vetter1-0/+1
2014-12-10drm/i915: Make i915_pipe_crc_read() oops proofVille Syrjälä1-17/+22
2014-12-10drm/i915: Allocate the pipe_crc->entires with kcalloc()Ville Syrjälä1-2/+2
2014-12-10drm/i915: Protect pipe_crc->entries updateVille Syrjälä1-4/+7
2014-12-10drm/i915: Fix CRC support for DP port D on CHVVille Syrjälä1-0/+6
2014-12-10drm/i915: Engage the DP scramble reset for pipe C on CHVVille Syrjälä2-6/+24
2014-12-10drm/i915: Add headers to the various render stateDamien Lespiau4-0/+100
2014-12-10drm/i915: Introduce FBC DocBook.Rodrigo Vivi1-9/+35
2014-12-10drm/i915: Software workaround for getting the HW status of DSI Port C on BYTGaurav K Singh1-5/+17
2014-12-10drm/i915: Enable MIPI PHY transparent latch for DSI Port CGaurav K Singh1-1/+6
2014-12-10drm/i915: Use DSI Pll1 for enabling MIPI DSI on Port CGaurav K Singh1-2/+3
2014-12-10drm/i915: Add MI_SET_APPID cmd to cmd parser tablesMichael H. Nguyen2-3/+14
2014-12-10drm/i915: Move FBC stuff to intel_fbc.cRodrigo Vivi8-669/+698
2014-12-08drm/i915: Check mask/bit helper functionsDaniel Vetter1-0/+6
2014-12-08drm/i915: Move golden context init into ->init_contextDaniel Vetter2-5/+17
2014-12-08gpu: drm: i915: intel_display.c: Remove unused functionRickard Strandqvist2-23/+0
2014-12-06drm/i915: Additional request structure tracingJohn Harrison2-7/+17
2014-12-06drm/i915: Add unique id to the request structure for debuggingJohn Harrison3-0/+8
2014-12-06drm/i915: Zero fill the request structureJohn Harrison2-2/+2
2014-12-06drm/i915: Fix up seqno -> request merge issuesJohn Harrison1-4/+2
2014-12-06drm/i915: Make all plane disables use 'update_plane' (v5)Matt Roper3-108/+54
2014-12-06drm/i915: Ensure state->crtc is non-NULL for plane updatesMatt Roper1-1/+1
2014-12-06drm/i915: Consolidate top-level .update_plane() handlersMatt Roper3-135/+44
2014-12-06drm/i915: Consolidate plane 'cleanup' operations (v3)Matt Roper3-37/+49
2014-12-06drm/i915: Consolidate plane 'prepare' functions (v2)Matt Roper3-116/+98
2014-12-06drm/i915: Make intel_plane_state subclass drm_plane_stateMatt Roper3-28/+27
2014-12-06drm/i915: Introduce intel_prepare_cursor_plane() (v2)Matt Roper1-72/+52
2014-12-05drm/i915: remove intel_pipe_set_base() (v4)Gustavo Padovan1-101/+28
2014-12-05drm/i915: remove intel_crtc_cursor_set_obj() (v5)Gustavo Padovan1-116/+99
2014-12-05drm: add helper to get crtc timings (v5)Gustavo Padovan3-23/+41
2014-12-05drm/i915: Update DRIVER_DATE to 20141205Daniel Vetter1-1/+1
2014-12-05drm/i915/bdw: Add WaHdcDisableFetchWhenMaskedMichel Thierry1-0/+2
2014-12-05drm/i915: Update the DSI enable path to support dualGaurav K Singh1-110/+131
2014-12-05drm/i915: Update the DSI disable path to support dual link panel disablingGaurav K Singh1-36/+47
2014-12-05drm/i915: MIPI Timings related changes for dual linkGaurav K Singh1-13/+24