summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4/vc4_hdmi.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-26Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-85/+402
2022-05-12drm/vc4: hdmi: Fix build error for implicit function declarationHui Tang1-0/+1
2022-04-25drm/display: Move SCDC helpers into display-helper libraryThomas Zimmermann1-1/+1
2022-04-25drm/display: Move HDMI helpers into display-helper moduleThomas Zimmermann1-1/+1
2022-04-21drm/vc4: hdmi: Remove vc4_hdmi_encoderJosé Expósito1-12/+12
2022-04-21drm/vc4: hdmi: Replace drm_detect_hdmi_monitor() with is_hdmiJosé Expósito1-11/+6
2022-04-06drm/vc4: hdmi: Remove clock rate initializationMaxime Ripard1-13/+0
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard1-9/+28
2022-03-24drm/vc4: hdmi: Support HDMI YUV outputMaxime Ripard1-16/+275
2022-03-24drm/vc4: hdmi: Always try to have the highest bpcMaxime Ripard1-4/+40
2022-03-24drm/vc4: hdmi: Take bpp into account for the scramblerMaxime Ripard1-4/+12
2022-03-24drm/vc4: hdmi: Take the sink maximum TMDS clock into accountMaxime Ripard1-0/+6
2022-03-24drm/vc4: hdmi: Move clock calculation into its own functionMaxime Ripard1-15/+37
2022-03-24drm/vc4: hdmi: Move clock validation to its own functionMaxime Ripard1-11/+15
2022-03-24drm/vc4: hdmi: Rename pixel_rate variableMaxime Ripard1-20/+20
2022-02-28Backmerge tag 'v5.17-rc6' into drm-nextDave Airlie1-0/+8
2022-02-24Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-21/+5
2022-02-21drm/vc4: Use drm_mode_copy()Ville Syrjälä1-3/+2
2022-02-17drm/vc4: hdmi: Unregister codec device on unbindMaxime Ripard1-0/+8
2022-02-14Backmerge tag 'v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie1-9/+20
2022-02-03drm/vc4: hdmi: Allow DBLCLK modes even if horz timing is odd.Dave Stevenson1-0/+2
2022-02-03drm/vc4: hdmi: Don't try disabling SCDC on Pi0-3.Dave Stevenson1-1/+2
2022-02-03drm/vc4: hdmi: Ensure we don't use 2711 HPD registers on Pi0-3Dave Stevenson1-8/+16
2022-02-02drm/vc4: hdmi: Simplify the connector state retrievalMaxime Ripard1-18/+3
2022-01-25drm/vc4: hdmi: Change CSC callback prototypeMaxime Ripard1-1/+6
2022-01-25drm/vc4: hdmi: Define colorspace matricesMaxime Ripard1-29/+49
2022-01-25drm/vc4: hdmi: Replace CSC_CTL hardcoded value by definesMaxime Ripard1-3/+2
2022-01-25drm/vc4: hdmi: Move XBAR setup to csc_setupMaxime Ripard1-1/+2
2022-01-25drm/vc4: hdmi: Use full range helper in csc functionsMaxime Ripard1-20/+11
2022-01-25drm/vc4: hdmi: Add full range RGB helperMaxime Ripard1-2/+10
2022-01-25drm/edid: Rename drm_hdmi_avi_infoframe_colorspace to _colorimetryMaxime Ripard1-1/+1
2021-11-18Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-8/+0
2021-11-05drm/vc4: hdmi: Introduce a scdc_enabled flagMaxime Ripard1-10/+12
2021-11-05drm/vc4: hdmi: Introduce an output_enabled flagMaxime Ripard1-4/+12
2021-11-05drm/vc4: hdmi: Check the device state in prepare()Maxime Ripard1-7/+28
2021-11-05drm/vc4: hdmi: Prevent access to crtc->state outside of KMSMaxime Ripard1-12/+26
2021-11-05drm/vc4: hdmi: Use a mutex to prevent concurrent framework accessMaxime Ripard1-6/+112
2021-11-05drm/vc4: hdmi: Add a spinlock to protect register accessMaxime Ripard1-10/+192
2021-11-04drm/vc4: hdmi: Enable the scrambler on reconnectionMaxime Ripard1-0/+3
2021-11-04drm/vc4: hdmi: Raise the maximum clock rateMaxime Ripard1-1/+1
2021-11-04drm/vc4: hdmi: Fix HPD GPIO detectionMaxime Ripard1-3/+3
2021-11-04drm/vc4: hdmi: Remove the DDC probing for status detectionMaxime Ripard1-2/+0
2021-10-28BackMerge tag 'v5.15-rc7' into drm-nextDave Airlie1-8/+0
2021-10-25drm/vc4: hdmi: Make sure the device is powered with CECMaxime Ripard1-1/+9
2021-10-25drm/vc4: hdmi: Split the CEC disable / enable functions in twoMaxime Ripard1-30/+45
2021-10-25drm/vc4: hdmi: Rework the pre_crtc_configure error handlingMaxime Ripard1-6/+14
2021-10-25drm/vc4: hdmi: Make sure the controller is powered up during bindMaxime Ripard1-2/+15
2021-10-25drm/vc4: hdmi: Make sure the controller is powered in detectMaxime Ripard1-0/+4
2021-10-25drm/vc4: hdmi: Move the HSM clock enable to runtime_pmMaxime Ripard1-26/+44
2021-10-25drm/vc4: hdmi: Set a default HSM rateMaxime Ripard1-0/+14