aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-21drm/i915/hdmi: Extract intel_hdmi_output_format()Ville Syrjälä1-13/+22
2021-10-21drm/i915/hdmi: Unify "4:2:0 also" logic between .mode_valid() and .compute_config()Ville Syrjälä1-6/+7
2021-10-21drm/i915/hdmi: Introduce intel_hdmi_tmds_clock()Ville Syrjälä1-13/+12
2021-10-21drm/i915/hdmi: Introduce intel_hdmi_is_ycbr420()Ville Syrjälä1-6/+10
2021-10-21drm/i915/hdmi: Split intel_hdmi_bpc_possible() to source vs. sink pairVille Syrjälä1-12/+26
2021-10-21drm/i915: Move function prototypes to the correct headerVille Syrjälä3-5/+6
2021-10-21drm/i915: Add functions to check for RC CCS CC and MC CCS modifiersImre Deak3-2/+28
2021-10-21drm/i915: Move is_ccs_modifier() to intel_fb.cImre Deak4-23/+29
2021-10-21drm/i915: Add a platform independent way to check for CCS AUX planesImre Deak4-33/+64
2021-10-21drm/i915: Handle CCS CC planes separately from CCS AUX planesImre Deak1-2/+4
2021-10-21drm/i915: Add a platform independent way to get the RC CCS CC planeImre Deak3-5/+32
2021-10-21drm/i915: Move intel_format_info_is_yuv_semiplanar() to intel_fb.cImre Deak6-11/+36
2021-10-21drm/i915: Unexport is_semiplanar_uv_plane()Imre Deak2-2/+1
2021-10-21drm/i915: Simplify the modifier check for interlaced scanout supportImre Deak1-7/+2
2021-10-21drm/i915: Add tiling attribute to the modifier descriptorImre Deak1-12/+21
2021-10-21drm/i915: Move intel_get_format_info() to intel_fb.cImre Deak3-131/+157
2021-10-21drm/i915: Add a table with a descriptor for all i915 modifiersImre Deak8-184/+237
2021-10-21Revert "drm/i915/bios: gracefully disable dual eDP for now"Jani Nikula1-47/+0
2021-10-20drm/i915/display: Add warn_on in intel_psr_pause()José Roberto de Souza1-0/+4
2021-10-20drm/i915/display: Rename POWER_DOMAIN_DPLL_DC_OFF to POWER_DOMAIN_DC_OFFJosé Roberto de Souza3-7/+7
2021-10-20drm/i915/dp: Sanitize link common rate array lookupsImre Deak1-17/+16
2021-10-20drm/i915/dp: Sanitize sink rate DPCD register valuesImre Deak1-1/+20
2021-10-20drm/i915/dp: Ensure sink/link max lane count values are always validImre Deak2-2/+44
2021-10-20drm/i915/dp: Ensure max link params are always validImre Deak1-8/+10
2021-10-20drm/i915/dp: Ensure sink rate values are always validImre Deak1-0/+11
2021-10-20drm/i915/dp: Skip the HW readout of DPCD on disabled encodersImre Deak1-0/+3
2021-10-19drm/i915/dp: use new link training delay helpersJani Nikula1-25/+13
2021-10-19Merge tag 'topic/drm-dp-training-delay-helpers-2021-10-19' of git://anongit.freedesktop.org/drm/drm-intel into drm-intel-nextJani Nikula1-18/+135
2021-10-19drm/dp: reuse the 8b/10b link training delay helpersJani Nikula1-20/+10
2021-10-19drm/dp: add helpers to read link training delaysJani Nikula1-0/+127
2021-10-19drm/i915: Introduce lpt_pch_disable()Ville Syrjälä3-6/+15
2021-10-19drm/i915: Move intel_ddi_fdi_post_disable() to fdi codeVille Syrjälä5-37/+41
2021-10-19drm/i915: Introduce ilk_pch_disable() and ilk_pch_post_disable()Ville Syrjälä3-26/+43
2021-10-19drm/i915: Move iCLKIP readout to the pch codeVille Syrjälä3-7/+6
2021-10-19drm/i915: Extract ilk_pch_get_config()Ville Syrjälä4-69/+75
2021-10-19drm/i915: Move LPT PCH readout codeVille Syrjälä6-45/+26
2021-10-19drm/i915: Clean up the {ilk,lpt}_pch_enable() calling conventionVille Syrjälä4-19/+22
2021-10-19drm/i915: Move PCH modeset code to its own fileVille Syrjälä6-352/+390
2021-10-19drm/i915: Move PCH refclock stuff into its own fileVille Syrjälä11-640/+675
2021-10-18drm/i915: Don't propagate the gen split confusion furtherRodrigo Vivi1-1/+1
2021-10-18drm/i915: Clean-up bonding debug message.Rodrigo Vivi1-1/+1
2021-10-18drm/i915: Rename intel_load_plane_csc_black()Ville Syrjälä1-18/+17
2021-10-18drm/i915: Remove the drm_dbg() from the vblank evade critical sectionVille Syrjälä1-2/+0
2021-10-18drm/i915: Fix up skl_program_plane() pxp stuffVille Syrjälä1-16/+14
2021-10-18drm/i915: Move the pxp plane state computationVille Syrjälä2-30/+18
2021-10-18drm/i915: Avoid bitwise vs logical OR warning in snb_wm_latency_quirk()Nathan Chancellor1-3/+3
2021-10-15drm/i915: Clean up PXP Kconfig info.Rodrigo Vivi1-5/+5
2021-10-14drm/i915: Fix oops on platforms w/o hpd supportVille Syrjälä1-1/+1
2021-10-14drm/i915: Remove memory frequency calculationJosé Roberto de Souza2-36/+2
2021-10-14drm/i915: Add all per-lane register definitions for icl combo phyVille Syrjälä4-24/+22