aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_dsi.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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 Padovan5-23/+46
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
2014-12-05drm/i915: cck reg used for checking DSI Pll lockedGaurav K Singh1-2/+4
2014-12-05drm/i915: Enable DSI PLL for both DSI0 and DSI1 in case of dual linkGaurav K Singh1-0/+3
2014-12-05drm/i915: Dual link needs Shutdown and Turn on packet for both portsGaurav K Singh1-11/+15
2014-12-05drm/i915: Pixel Clock changes for DSI dual linkGaurav K Singh5-1/+41
2014-12-05drm/i915: Add support for port enable/disable for dual link configurationGaurav K Singh4-12/+31
2014-12-05drm/i915: s/MI_STORE_DWORD_IMM_GEN8/MI_STORE_DWORD_IMM_GEN4/Ville Syrjälä2-3/+4
2014-12-05drm/i915: release struct_mutex on the i915_gem_init_hw fail pathJani Nikula1-9/+7
2014-12-04drm/i915: Added port as parameter to the functions which does read/write of DSI ControllerGaurav K Singh3-72/+74
2014-12-04drm/i915: New functions added for enabling & disabling MIPI Port Ctrl regGaurav K Singh1-11/+32
2014-12-04drm/i915: Don't display nonsensical values in i915_ddb_info on gen < 9Damien Lespiau1-0/+3
2014-12-04drm/i915: Stop putting GGTT VMA at the head of the listTvrtko Ursulin2-10/+8
2014-12-03drm/i915/skl: Update the DDI translation values for DP/eDP 1.3Damien Lespiau1-6/+6
2014-12-03drm/i915: Move init_unused_rings to gem_init_hwDaniel Vetter1-8/+8
2014-12-03drm/i915: Fix startup failure in LRC mode after recent init changesThomas Daniel2-18/+37
2014-12-03drm/i915: Convert pxvid to extvid lookup table to a functionMika Kuoppala1-137/+18
2014-12-03drm/i915: Flatten engine init control flowDaniel Vetter3-32/+30
2014-12-03drm/i915: Remove unnecessary goto in intel_primary_plane_disable()Ander Conselvan de Oliveira1-6/+4
2014-12-03drm/i915: Only init engines onceDaniel Vetter3-13/+10
2014-12-03drm/i915: Move intel_init_pipe_control out of engine->init_hwDaniel Vetter2-12/+18
2014-12-03drm/i915: s/init()/init_hw()/ in intel_engine_csDaniel Vetter3-14/+14
2014-12-03drm/i915: Consolidate ring freespace calculationsDave Gordon3-38/+30
2014-12-03drm/i915: Make ring freespace calculation more robustDave Gordon1-3/+3
2014-12-03drm/i915/dsi: add ports to intel_dsi to describe the ports being drivenJani Nikula2-2/+8
2014-12-03drm/i915/dsi: clean up MIPI DSI pipe vs. port usageJani Nikula4-254/+277