summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_display.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-01drm/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
2017-11-11drm/i915: Update watermark state correctly in sanitize_watermarksMaarten Lankhorst1-0/+2
2017-11-10drm/i915: Inline intel_modeset_gem_init()Chris Wilson1-7/+0
2017-11-10drm/i915: Move intel_init_clock_gating() to i915_gem_init()Chris Wilson1-2/+0
2017-11-10drm/i915: Move GT powersaving init to i915_gem_init()Chris Wilson1-2/+0
2017-11-09drm/i915: Nuke intel_digital_port->portVille Syrjälä1-6/+7
2017-11-09drm/i915: Move init_clock_gating() back to where it wasVille Syrjälä1-2/+12
2017-11-08drm/i915: Move init_clock_gating() back to where it wasVille Syrjälä1-2/+12
2017-11-08drm/i915: Read ilk FDI PLL frequency once during initialisationChris Wilson1-3/+18