summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_display.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-30drm/i915/cnl: Enable DDI-F on Cannonlake.Rodrigo Vivi1-1/+5
2018-01-30drm/i915: Add WA for planes ending close to left screen edgeImre Deak1-4/+8
2018-01-30drm/i915: Add display WA #1175 for planes ending close to right screen edgeImre Deak1-4/+24
2018-01-24drm/i915: Add a comment exlaining CCS hsub/vsubVille Syrjälä1-0/+14
2018-01-24drm/i915: Use enum plane_id for frontbuffer trackingVille Syrjälä1-2/+2
2018-01-19drm/i915: Add CCS capability for spritesVille Syrjälä1-20/+5
2018-01-19drm/i915: Nuke a pointless unreachable()Ville Syrjälä1-2/+0
2018-01-18drm/i915: Avoid waitboosting on the active requestChris Wilson1-1/+7
2018-01-09drm/i915: Fix using BIT_ULL() vs. BIT() for power domain masksImre Deak1-3/+3
2017-12-22drm/i915: Put all non-blocking modesets onto an ordered wqVille Syrjälä1-3/+11
2017-12-21drm/i915: Disable all planes for load detection, v2.Ville Syrjälä1-129/+18
2017-12-21i915: Reject CCS modifiers for pipe C on GeminilakeGabriel Krisman Bertazi1-1/+1
2017-12-19drm/i915/cnl: Add support for horizontal plane flippingJoonas Lahtinen1-5/+35
2017-12-12drm/i915: give stolen_usable_size a more suitable homeMatthew Auld1-2/+1
2017-12-12drm/i915: make mappable struct resource centricMatthew Auld1-1/+1
2017-12-08Merge airlied/drm-next into drm-intel-next-queuedRodrigo Vivi1-9/+11
2017-12-08drm/i915: Drop fb reference on load_detect_pipe failure pathChris Wilson1-2/+1
2017-12-08intel/atomic: Stop updating legacy fb parametersDaniel Vetter1-28/+3
2017-12-08Merge tag 'drm-intel-next-2017-12-01' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-408/+402
2017-12-04Merge tag 'drm-intel-next-2017-11-17-1' of git://anongit.freedesktop.org/drm/...Dave Airlie1-87/+201
2017-12-03Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-9/+11
2017-12-01drm/i915: Pass crtc state to intel_pipe_{enable,disable}()Ville Syrjälä1-53/+23
2017-12-01drm/i915: Wait for pipe to start on i830 as wellVille Syrjälä1-0/+3
2017-12-01drm/i915: Fix vblank timestamp/frame counter jumps on gen2Ville Syrjälä1-16/+35
2017-12-01drm/i915: Fix deadlock in i830_disable_pipe()Ville Syrjälä1-2/+5
2017-11-30drm/i915: Enable IPS with only sprite plane visible too, v4.Maarten Lankhorst1-7/+2
2017-11-30drm/i915: Make ips_enabled a property depending on whether IPS is enabled, v3.Maarten Lankhorst1-61/+107
2017-11-28drm/i915: Enable hotplug polling after registering the outputsChris Wilson1-4/+1
2017-11-23drm/i915: remove stale comment from sanitize_encoderDaniel Vetter1-2/+0
2017-11-21drm/i915: Add rudimentary plane state verificationVille Syrjälä1-0/+15
2017-11-21drm/i915: Use plane->get_hw_state() for initial plane fb readoutVille Syrjälä1-4/+6
2017-11-21drm/i915: Nuke crtc->planeVille Syrjälä1-3/+2
2017-11-21drm/i915: Switch fbc over to for_each_new_intel_plane_in_state()Ville Syrjälä1-1/+1
2017-11-21drm/i915: Nuke ironlake_get_initial_plane_config()Ville Syrjälä1-73/+6
2017-11-21drm/i915: Cleanup enum pipe/enum plane_id/enum i9xx_plane_id in initial fb re...Ville Syrjälä1-27/+33
2017-11-21drm/i915: s/enum plane/enum i9xx_plane_id/Ville Syrjälä1-49/+49
2017-11-21drm/i915: Redo plane sanitation during readoutVille Syrjälä1-49/+65
2017-11-21drm/i915: Add .get_hw_state() method for planesVille Syrjälä1-98/+90
2017-11-21Merge airlied/drm-next into drm-misc-nextDaniel Vetter1-248/+211
2017-11-20drm: Move drm_plane_helper_check_state() into drm_atomic_helper.cVille Syrjälä1-11/+11
2017-11-20drm: Check crtc_state->enable rather than crtc->enabled in drm_plane_helper_c...Ville Syrjälä1-0/+2
2017-11-17drm/i915: Pass crtc_state to ips toggle functions, v2Maarten Lankhorst1-10/+14
2017-11-17drm/i915: Enable FIFO underrun reporting after initial fastset, v4.Maarten Lankhorst1-2/+15
2017-11-16drm/i915: Don't sanitize frame start delay if the pipe is offVille Syrjälä1-1/+1
2017-11-16Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-389/+358
2017-11-14drm/i915: Display WA #1185 WaDisableDARBFClkGating:cnl, glkRodrigo Vivi1-9/+18
2017-11-14drm/i915/glk: Refactor handling of PLANE_COLOR_CTL for GLK+James Ausmus1-15/+58
2017-11-13drm/i915: Handle adjust better in intel_pipe_config_compareMaarten Lankhorst1-2/+22
2017-11-13drm/i915: Check boolean options in intel_pipe_config_compare with its own macroMaarten Lankhorst1-10/+20
2017-11-13drm/i915: Remove bogus ips_enabled check.Maarten Lankhorst1-8/+0