blob: 0a4c6bc33679c7c4135c57006b037be8b6c3716c [file] [log] [blame]
d34cfebbf9cc ("drm/i915: Fix cursor updates on some platforms")
e11ffddba1f3 ("drm/i915: Simplify cursor register write sequence")
024faac7d59b ("drm/i915: Support variable cursor height on ivb+")
659056f257e0 ("drm/i915: Split cursor check_plane into i845 and i9xx variants")
75343a44c901 ("drm/i915: Drop useless posting reads from cursor commit")
b2d03b0ddfc9 ("drm/i915: Move cursor position and base handling into the platform specific functions")
ed270223759c ("drm/i915: Refactor CURPOS calculation")
cd5dcbf1b26c ("drm/i915: Clean up cursor junk from intel_crtc")
1cecc830e6b6 ("drm/i915: Refactor CURBASE calculation")
282dbf9b017b ("drm/i915: Pass intel_plane and intel_crtc to plane hooks")
ab33081a1880 ("drm/i915: Add support for sprites on g4x")
2f075565e32b ("drm/i915: Use LINEAR modifier instead of NONE")
f9407ae15331 ("drm/i915: Use i9xx_check_plane_surface() for sprite planes as well")
3ba35e53cfba ("drm/i915: Eliminate ironlake_update_primary_plane()")
5b7fcc44aa6e ("drm/i915: Introduce i9xx_check_plane_surface()")
a0864d5905a9 ("drm/i915: Pre-compute plane control register value")
6a4407a653e9 ("drm/i915: Nuke ironlake_plane_ctl()")
7145f60a347d ("drm/i915: Extract i9xx_plane_ctl() and ironlake_plane_ctl()")
292889e1ffa8 ("drm/i915: Extract i845_cursor_ctl() and i9xx_cursor_ctl()")
0a3751479562 ("drm/i915: Extract ilk_sprite_ctl()")
45dea7b0c607 ("drm/i915: Extract ivb_sprite_ctl()")
96ef6854bb4c ("drm/i915: Extract vlv_sprite_ctl()")
2e881264b474 ("drm/i915: Use skl_plane_ctl() for the SKL "sprite" planes")
46f788ba2e09 ("drm/i915: Extract skl_plane_ctl()")
dd584fc0711a ("drm/i915: Use I915_READ_FW for plane updates")
78587de299dd ("drm/i915: Organize plane register writes into tighter bunches")
144cc143d401 ("drm/i915: Use DRM_DEBUG_KMS() for framebuffer failure debug messages")
d88c4afddc55 ("drm/i915: Plumb drm_framebuffer into more places")
722595362cad ("drm/i915: Add plane update/disable tracepoints")
5eeb798bbe39 ("drm/i915: Nuke crtc->wm.cxsr_allowed")
4841da51a753 ("drm/i915: Compute proper intermediate wms for vlv/cvh")
ff32c54ef1ce ("drm/i915: Compute vlv/chv wms the atomic way")
5012e604891a ("drm/i915: Compute VLV/CHV FIFO sizes based on the PM2 watermarks")
814e7f0bf7b7 ("drm/i915: Plop vlv/chv fifo sizes into crtc state")
855c79f5212a ("drm/i915: Plop vlv wm state into crtc_state")
7eb4941f048f ("drm/i915: Move vlv wms from crtc->wm_state to crtc->wm.active.vlv")
f07d43d2da1c ("drm/i915: Track plane fifo sizes under intel_crtc")
a5509abda48e ("drm/i915: Fix legacy cursor vs. watermarks for ILK-BDW")
dd689287b977 ("drm/i915: Prevent concurrent tiling/framebuffer modifications")
9aceb5c15d84 ("drm/i915: Fix all intel_framebuffer_init failures to take the error path")
ffe5111e28e5 ("drm/i915: Introduce intel_ddi_dp_voltage_max()")
75ccb2ecb8fc ("drm/i915: Call the sync_hw hook for power wells without a domain")
3bb56da78153 ("drm/i915/glk: Enable pipe CSC")
24dbf51a5517 ("drm/i915: struct_mutex is not required for allocating the framebuffer")
70001cd25654 ("drm/i915: Remove struct_mutex for destroying framebuffers")
370a81fb89cb ("drm/i915: Remove unused function intel_ddi_get_link_dpll()")
d8fc70b7367b ("drm/i915: Make power domain masks 64 bit long")
7ff89ca21358 ("drm/i915: Move most cdclk/rawclk related code to intel_cdclk.c")
4717e8bb7341 ("drm/i915: Clean up the .get_cdclk() assignment if ladder")
c49a0d054a05 ("drm/i915: s/get_display_clock_speed/get_cdclk/")