summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_display.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Skip vblank waits for cursor updates when watermarks dont need upda...Maarten Lankhorst2017-10-041-2/+10
* drm/i915: Unset legacy_cursor_update early in intel_atomic_commit, v3.Maarten Lankhorst2017-10-041-17/+16
* drm/i915/glk, cnl: Implement WaDisableScalarClockGatingImre Deak2017-10-031-0/+26
* Merge drm-upstream/drm-next into drm-intel-next-queuedJani Nikula2017-09-281-84/+21
|\
| * Merge tag 'drm-intel-next-2017-09-07' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-09-281-55/+126
| |\
| * \ Merge tag 'drm-misc-next-2017-09-20' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-09-281-84/+21
| |\ \
| | * | drm/atomic: Make async plane update checks work as intended, v2.Maarten Lankhorst2017-09-081-10/+16
| | * | drm/atomic: Fix freeing connector/plane state too early by tracking commits, v3.Maarten Lankhorst2017-09-081-0/+2
| | * | drm/i915: Always wait for flip_done, v2.Maarten Lankhorst2017-09-081-77/+7
| | * | Backmerge tag 'v4.13-rc5' into drm-nextDave Airlie2017-08-151-50/+36
| | |\ \
| | | * | drm/i915: Fix scaler init during CRTC HW state readoutImre Deak2017-07-271-7/+7
| | | * | drm/i915: Unbreak gpu reset vs. modeset lockingDaniel Vetter2017-07-271-42/+18
| | | * | drm/i915: Fix cursor updates on some platformsVille Syrjälä2017-07-271-1/+11
| * | | | drm/i915: Fix an error handling in 'intel_framebuffer_init()'Christophe JAILLET2017-09-181-1/+1
| * | | | drm/i915: Skip fence alignemnt check for the CCS planeVille Syrjälä2017-08-301-1/+1
| * | | | drm/i915: Treat fb->offsets[] as a raw byte offset instead of a linear offsetVille Syrjälä2017-08-301-44/+64
* | | | | drm/i915: Avoid using dev_priv->info.gen directly.Rodrigo Vivi2017-09-271-3/+3
* | | | | drm/i915: Rename global i915 to i915_modparamsMichal Wajdeczko2017-09-221-6/+6
* | | | | drm/i915: remove redundant variable hw_checkColin Ian King2017-09-201-2/+0
* | | | | drm/i915: Use mul_u32_u32() for 32b x 32b -> 64b resultChris Wilson2017-09-131-1/+1
* | | | | drm/i915: Name the IPS_PCODE_CONTROL bitVille Syrjälä2017-09-121-1/+2
* | | | | drm/i915: Fix an error handling in 'intel_framebuffer_init()'Christophe JAILLET2017-09-111-1/+1
* | | | | drm/i915/bxt+: Enable IPC supportKumar, Mahesh2017-09-071-0/+1
| |_|_|/ |/| | |
* | | | drm/i915: Constify load detect modeVille Syrjälä2017-09-051-6/+6
* | | | drm/i915: Eliminate crtc->state usage from intel_atomic_commit_tail and .crtc...Ville Syrjälä2017-09-011-3/+3
* | | | drm/i915: Eliminate crtc->state usage from intel_update_pipe_config()Ville Syrjälä2017-09-011-10/+9
* | | | drm/i915: Eliminate obj->state usage from pre/post plane updateVille Syrjälä2017-09-011-3/+6
* | | | drm/i915: Pass proper old/new states to intel_plane_atomic_check_with_state()Ville Syrjälä2017-09-011-5/+7
* | | | drm/i915: Pass the crtc state explicitly to intel_pipe_update_start/end()Ville Syrjälä2017-08-311-5/+9
* | | | drm/i915: Pass the new crtc state to color management codeVille Syrjälä2017-08-311-2/+2
* | | | drm/i915: Consolidate max_cdclk_freq check in intel_crtc_compute_min_cdclk()Ville Syrjälä2017-08-311-1/+4
* | | | drm/i915: Track minimum acceptable cdclk instead of "minimum dotclock"Ville Syrjälä2017-08-311-14/+7
* | | | drm/i915: Skip fence alignemnt check for the CCS planeVille Syrjälä2017-08-301-1/+1
* | | | drm/i915: Treat fb->offsets[] as a raw byte offset instead of a linear offsetVille Syrjälä2017-08-301-44/+64
* | | | drm/i915: Remove excess indent in intel_finish_reset() caught by sparseChris Wilson2017-08-291-2/+2
* | | | drm/i915/cnl: don't hardcode DPCLKA_CFGCR0_DDI_CLK_SEL_SHIFTPaulo Zanoni2017-08-251-1/+1
* | | | drm/i915: Beef up the IPS vs. CRC workaroundVille Syrjälä2017-08-251-1/+6
* | | | drm/i915: Boost GPU clocks if we miss the pageflip's vblankChris Wilson2017-08-221-0/+62
* | | | drm/i915/dp: rename intel_dp_is_edp to intel_dp_is_port_edpJani Nikula2017-08-211-3/+3
|/ / /
* | | drm/i915/cnl: Reuse skl_wm_get_hw_state on Cannonlake.Rodrigo Vivi2017-08-161-1/+1
* | | drm/i915/hsw+: Add support for multiple power well regsImre Deak2017-08-151-2/+4
* | | drm/i915: More surgically unbreak the modeset vs reset deadlockDaniel Vetter2017-08-141-7/+39
* | | drm/i915: Push i915_sw_fence_wait into the nonblocking atomic commitDaniel Vetter2017-08-141-8/+8
* | | drm/i915: Avoid the gpu reset vs. modeset deadlockDaniel Vetter2017-08-141-0/+7
* | | drm/i915: Add format modifiers for IntelBen Widawsky2017-08-101-6/+147
* | | drm/i915: Add render decompression supportVille Syrjälä2017-08-101-16/+217
* | | drm/i915: Implement .get_format_info() hook for CCSVille Syrjälä2017-08-101-0/+36
* | | Merge airlied/drm-next into drm-intel-next-queuedDaniel Vetter2017-08-101-4/+4
|\| |
| * | drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter2017-08-081-2/+0
| * | drm: Nuke drm_atomic_helper_crtc_set_propertyDaniel Vetter2017-08-081-1/+0