summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/display
AgeCommit message (Expand)AuthorFilesLines
2021-05-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann8-11/+24
2021-05-08drm/i915/display: fix compiler warning about array overrunLinus Torvalds1-1/+12
2021-05-07drm/connector: Add a helper to attach the colorspace propertyMaxime Ripard1-4/+2
2021-05-07drm/connector: Add helper to compare HDR metadataMaxime Ripard1-12/+1
2021-05-07drm/connector: Create a helper to attach the hdr_output_metadata propertyMaxime Ripard1-2/+1
2021-05-06drm/i915: Don't set allow_fb_modifiers explicitlyDaniel Vetter1-2/+0
2021-04-30drm/i915: Use the correct max source link rate for MSTNikola Cornij1-3/+4
2021-04-30Merge tag 'drm-next-2021-04-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds5-6/+8
2021-04-29drm/dp_mst: Use Extended Base Receiver Capability DPCD spaceNikola Cornij1-1/+5
2021-04-28Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds79-10765/+12347
2021-04-27drm/dp_mst: Pass drm_dp_mst_topology_mgr to drm_dp_get_vc_payload_bw()Lyude Paul1-1/+2
2021-04-27drm/dp_dual_mode: Pass drm_device to drm_lspcon_(get|set)_mode()Lyude Paul1-5/+7
2021-04-27drm/dp_dual_mode: Pass drm_device to drm_dp_dual_mode_max_tmds_clock()Lyude Paul1-1/+1
2021-04-27drm/dp_dual_mode: Pass drm_device to drm_dp_dual_mode_set_tmds_output()Lyude Paul1-2/+1
2021-04-27drm/dp_dual_mode: Pass drm_device to drm_dp_dual_mode_detect()Lyude Paul2-3/+4
2021-04-27drm/dp: Pass drm_dp_aux to drm_dp*_link_train_channel_eq_delay()Lyude Paul1-2/+2
2021-04-27drm/dp: Pass drm_dp_aux to drm_dp_link_train_clock_recovery_delay()Lyude Paul1-1/+1
2021-04-27drm/dp: Add backpointer to drm_device in drm_dp_auxLyude Paul1-0/+1
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-13Merge 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-07drm/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