summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4/vc4_hdmi.c
AgeCommit message (Expand)Author
2022-08-18drm/vc4: hdmi: Rework power upMaxime Ripard
2022-08-18drm/vc4: hdmi: Depends on CONFIG_PMMaxime Ripard
2022-08-06Merge tag 'sound-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2022-07-13Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie
2022-06-28drm/vc4: hdmi: Move pixel doubling from Pixelvalve to HDMI blockDave Stevenson
2022-06-28drm/vc4: hdmi: Correct HDMI timing registers for interlaced modesDave Stevenson
2022-06-28drm/vc4: hdmi: Force modeset when bpc or format changesDom Cobley
2022-06-28drm/vc4: hdmi: Fix timings for interlaced modesMateusz Kwiatkowski
2022-06-28drm/vc4: hdmi: Report that 3d/stereo is allowedDom Cobley
2022-06-28drm/vc4: hdmi: Remove VC4_HDMI_SCHEDULER_CONTROL_VERT_ALWAYS_KEEPOUTDom Cobley
2022-06-28drm/vc4: hdmi: Skip writes to disabled packet RAMDom Cobley
2022-06-28drm/vc4: hdmi: Stop checking for enabled output in audioDom Cobley
2022-06-28drm/vc4: hdmi: Move HDMI reset to pm_resumeDave Stevenson
2022-06-28drm/vc4: hdmi: Reset HDMI MISC_CONTROL registerDave Stevenson
2022-06-28drm/vc4: hdmi: Avoid full hdmi audio fifo writesDom Cobley
2022-06-28drm/vc4: hdmi: Clear unused infoframe packet RAM registersDom Cobley
2022-06-28drm/vc4: hdmi: Add all the vc5 HDMI registers into the debugfs dumpsDave Stevenson
2022-06-28drm/vc4: hdmi: Disable audio if dmas property is present but emptyPhil Elwell
2022-06-27drm/vc4: Migrate to new style legacy DAI naming flagCharles Keepax
2022-06-22drm/vc4: hdmi: Fixed possible integer overflowSaud Farooqui
2022-05-25Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2022-05-12drm/vc4: hdmi: Fix build error for implicit function declarationHui Tang
2022-04-25drm/display: Move SCDC helpers into display-helper libraryThomas Zimmermann
2022-04-25drm/display: Move HDMI helpers into display-helper moduleThomas Zimmermann
2022-04-21drm/vc4: hdmi: Remove vc4_hdmi_encoderJosé Expósito
2022-04-21drm/vc4: hdmi: Replace drm_detect_hdmi_monitor() with is_hdmiJosé Expósito
2022-04-06drm/vc4: hdmi: Remove clock rate initializationMaxime Ripard
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard
2022-03-24drm/vc4: hdmi: Support HDMI YUV outputMaxime Ripard
2022-03-24drm/vc4: hdmi: Always try to have the highest bpcMaxime Ripard
2022-03-24drm/vc4: hdmi: Take bpp into account for the scramblerMaxime Ripard
2022-03-24drm/vc4: hdmi: Take the sink maximum TMDS clock into accountMaxime Ripard
2022-03-24drm/vc4: hdmi: Move clock calculation into its own functionMaxime Ripard
2022-03-24drm/vc4: hdmi: Move clock validation to its own functionMaxime Ripard
2022-03-24drm/vc4: hdmi: Rename pixel_rate variableMaxime Ripard
2022-02-28Backmerge tag 'v5.17-rc6' into drm-nextDave Airlie
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2022-02-21drm/vc4: Use drm_mode_copy()Ville Syrjälä
2022-02-17drm/vc4: hdmi: Unregister codec device on unbindMaxime Ripard
2022-02-14Backmerge tag 'v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie
2022-02-03drm/vc4: hdmi: Allow DBLCLK modes even if horz timing is odd.Dave Stevenson
2022-02-03drm/vc4: hdmi: Don't try disabling SCDC on Pi0-3.Dave Stevenson
2022-02-03drm/vc4: hdmi: Ensure we don't use 2711 HPD registers on Pi0-3Dave Stevenson
2022-02-02drm/vc4: hdmi: Simplify the connector state retrievalMaxime Ripard
2022-01-25drm/vc4: hdmi: Change CSC callback prototypeMaxime Ripard
2022-01-25drm/vc4: hdmi: Define colorspace matricesMaxime Ripard
2022-01-25drm/vc4: hdmi: Replace CSC_CTL hardcoded value by definesMaxime Ripard
2022-01-25drm/vc4: hdmi: Move XBAR setup to csc_setupMaxime Ripard
2022-01-25drm/vc4: hdmi: Use full range helper in csc functionsMaxime Ripard
2022-01-25drm/vc4: hdmi: Add full range RGB helperMaxime Ripard