summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/display
AgeCommit message (Expand)AuthorFilesLines
2021-05-08drm/i915/display: fix compiler warning about array overrunLinus Torvalds1-1/+12
2021-04-30Merge tag 'drm-next-2021-04-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds5-6/+8
2021-04-28Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds79-10765/+12347
2021-04-26drm/i915: fix an error code in intel_overlay_do_put_image()Dan Carpenter1-1/+3
2021-04-26drm/i915/display/psr: Fix cppcheck warningsJosé Roberto de Souza1-2/+1
2021-04-26drm/i915: Disable LTTPR detection on GLK once againVille Syrjälä1-1/+1
2021-04-26drm/i915: Restore lost glk ccs w/aVille Syrjälä1-1/+2
2021-04-26drm/i915: Restore lost glk FBC 16bpp w/aVille Syrjälä1-1/+1
2021-04-19drm/i915: Fix modesetting in case of unexpected AUX timeoutsImre Deak1-1/+2
2021-04-14Merge drm/drm-fixes into drm-nextDaniel Vetter1-2/+20
2021-04-12drm/i915/display/vlv_dsi: Do not skip panel_pwr_cycle_delay when disabling th...Hans de Goede1-2/+2
2021-04-12drm/i915/dpcd_bl: Don't try vesa interface unless specified by VBTLyude Paul1-1/+0
2021-04-08Merge tag 'drm-intel-next-2021-04-01' of git://anongit.freedesktop.org/drm/dr...Dave Airlie63-4368/+4768
2021-04-08Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...Dave Airlie1-3/+1
2021-04-08drm/i915: Fix invalid access to ACPI _DSM objectsTakashi Iwai1-2/+20
2021-03-31drm/i915/hdcp: Add DP HDCP2.2 timeout to read entire msgAnshuman Gupta1-13/+32
2021-03-31drm/i915/display: Configure HDMI2.1 Pcon for FRL only if Src-Ctl mode is avai...Ankit Nautiyal1-2/+7
2021-03-31drm/dp_helper: Define options for FRL training for HDMI2.1 PCONAnkit Nautiyal1-6/+4
2021-03-29drm/i915: Add support for FBs requiring a POT stride alignmentImre Deak3-10/+45
2021-03-29drm/i915: s/stride/src_stride/ in the intel_remapped_plane_info structImre Deak1-4/+4
2021-03-29drm/i915: Shrink the size of intel_remapped_plane_info structImre Deak1-4/+11
2021-03-29drm/i915/intel_fb: Factor out calc_plane_remap_info()Imre Deak1-126/+77
2021-03-29drm/i915: Simplify copying the FB view state to the plane stateImre Deak4-53/+35
2021-03-29drm/i915: Store the normal view FB pitch in FB's intel_fb_viewImre Deak1-3/+6
2021-03-29drm/i915: Unify the FB and plane state view information into one structImre Deak8-136/+150
2021-03-29drm/i915/intel_fb: Factor out calc_plane_normal_size()Imre Deak1-21/+76
2021-03-29drm/i915/intel_fb: Factor out calc_plane_aligned_offset()Imre Deak1-9/+16
2021-03-29drm/i915/intel_fb: Factor out convert_plane_offset_to_xy()Imre Deak1-28/+41
2021-03-29drm/i915/intel_fb: s/dev_priv/i915/Imre Deak2-36/+36
2021-03-29drm/i915/intel_fb: Unexport intel_fb_check_stride()Imre Deak2-3/+1
2021-03-29drm/i915/intel_fb: Pull FB plane functions from intel_display.cImre Deak6-831/+840
2021-03-29drm/i915/intel_fb: Pull FB plane functions from intel_sprite.cImre Deak4-33/+36
2021-03-29drm/i915/intel_fb: Pull is_surface_linear() from intel_display.c/skl_universa...Imre Deak4-12/+8
2021-03-29drm/i915/intel_fb: Pull FB plane functions from skl_universal_plane.cImre Deak4-36/+36
2021-03-29drm/i915/intel_fb: Pull FB plane functions from intel_display_types.hImre Deak5-19/+47
2021-03-29drm/i915: Make sure i915_ggtt_view is inited when creating an FBImre Deak1-0/+2
2021-03-29drm/i915: Fix rotation setup during plane HW readoutImre Deak1-6/+3
2021-03-29drm/i915: Remove repeated declarationWan Jiabing3-3/+0
2021-03-29drm/i915: Stop adding planes to the commit needlesslyVille Syrjälä1-8/+2
2021-03-29drm/i915: rename DISP_STEPPING->DISPLAY_STEP and GT_STEPPING->GT_STEPJani Nikula3-4/+4
2021-03-24drm/i915: Remove I915_USER_PRIORITY_SHIFTChris Wilson1-3/+1
2021-03-24drm/i915/audio: set HDA link parameters in driverKai Vehmanen1-5/+25
2021-03-24drm/i915: Add missing ww lock in intel_dsb_prepare.Maarten Lankhorst1-1/+1
2021-03-24drm/i915: Pass ww ctx to intel_pin_to_display_planeMaarten Lankhorst4-33/+74
2021-03-24drm/i915: Reject more ioctls for userptr, v2.Maarten Lankhorst1-1/+1
2021-03-24drm/i915/display: Simplify GLK display version testsMatt Roper16-75/+63
2021-03-24drm/i915/display: Eliminate most usage of INTEL_GEN()Matt Roper43-567/+568
2021-03-24drm/i915/display: Convert gen5/gen6 tests to IS_IRONLAKE/IS_SANDYBRIDGEMatt Roper13-29/+29
2021-03-23drm/i915/dsc: fix DSS CTL register usage for ICL DSI transcodersJani Nikula1-8/+2
2021-03-23drm/i915: Fix enabled_planes bitmaskVille Syrjälä1-2/+3