summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4/vc4_hdmi.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-19drm/vc4: hdmi: Disable Wifi FrequenciesMaxime Ripard1-0/+21
2020-11-19drm/vc4: hdmi: Block odd horizontal timingsMaxime Ripard1-0/+12
2020-11-19drm/vc4: hdmi: Make sure our clock rate is within limitsMaxime Ripard1-0/+15
2020-10-29drm/vc4: hdmi: Add a name to the codec DAI componentMaxime Ripard1-0/+1
2020-10-27drm/vc4: hdmi: Avoid sleeping in atomic contextMaxime Ripard1-2/+3
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-650/+1000
2020-09-10drm/vc4: hdmi: Fix NULL vs IS_ERR() checks in vc5_hdmi_init_resources()Dan Carpenter1-16/+16
2020-09-09drm/vc4/vc4_hdmi: fill ASoC card ownerMarek Szyprowski1-0/+1
2020-09-07drm/vc4: hdmi: Support the BCM2711 HDMI controllersMaxime Ripard1-0/+284
2020-09-07drm/vc4: hdmi: Add pixel BVB clock controlHoegeun Kwon1-0/+23
2020-09-07drm/vc4: hdmi: Switch to blank pixels when disabledMaxime Ripard1-0/+9
2020-09-07drm/vc4: hdmi: Do the VID_CTL configuration at onceMaxime Ripard1-8/+6
2020-09-07drm/vc4: hdmi: Implement finer-grained hooksMaxime Ripard1-4/+35
2020-09-07drm/vc4: hdmi: Always recenter the HDMI FIFOMaxime Ripard1-20/+26
2020-09-07drm/vc4: hdmi: Remove register dumps in enableMaxime Ripard1-17/+0
2020-09-07drm/vc4: hdmi: Deal with multiple ALSA cardsMaxime Ripard1-1/+2
2020-09-07drm/vc4: hdmi: Add audio-related callbacksDave Stevenson1-8/+17
2020-09-07drm/vc4: hdmi: Set the b-frame marker to the match ALSA's default.Dave Stevenson1-1/+2
2020-09-07drm/vc4: hdmi: Reset audio infoframe on encoder_enable if previously streamingDave Stevenson1-0/+12
2020-09-07drm/vc4: hdmi: Use reg-names to retrieve the HDMI audio registersDave Stevenson1-1/+8
2020-09-07drm/vc4: hdmi: Use clk_set_min_rate insteadMaxime Ripard1-1/+1
2020-09-07drm/vc4: hdmi: Adjust HSM clock rate depending on pixel rateMaxime Ripard1-41/+38
2020-09-07drm/vc4: hdmi: Rename drm_encoder pointer in mode_validMaxime Ripard1-1/+1
2020-09-07drm/vc4: hdmi: Remove unused CEC_CLOCK_DIV defineMaxime Ripard1-1/+0
2020-09-07drm/vc4: hdmi: Add CEC support flagMaxime Ripard1-0/+4
2020-09-07drm/vc4: hdmi: Move CEC init to its own functionMaxime Ripard1-41/+67
2020-09-07drm/vc4: hdmi: Deal with multiple debugfs filesMaxime Ripard1-1/+4
2020-09-07drm/vc4: hdmi: Store the encoder type in the variant structureMaxime Ripard1-1/+2
2020-09-07drm/vc4: hdmi: Add a set_timings callbackMaxime Ripard1-32/+40
2020-09-07drm/vc4: hdmi: Add a CSC setup callbackMaxime Ripard1-28/+42
2020-09-07drm/vc4: hdmi: Add PHY RNG enable / disable functionMaxime Ripard1-6/+9
2020-09-07drm/vc4: hdmi: Add PHY init and disable functionMaxime Ripard1-7/+7
2020-09-07drm/vc4: hdmi: Add reset callbackMaxime Ripard1-13/+18
2020-09-07drm/vc4: hdmi: Implement a register layout abstractionMaxime Ripard1-211/+216
2020-09-07drm/vc4: hdmi: Introduce resource init and variantMaxime Ripard1-20/+41
2020-09-07drm/vc4: hdmi: Remove vc4_hdmi_connectorMaxime Ripard1-11/+8
2020-09-07drm/vc4: hdmi: Remove vc4_dev hdmi pointerMaxime Ripard1-7/+0
2020-09-07drm/vc4: hdmi: Retrieve the vc4_hdmi at unbind using our deviceMaxime Ripard1-1/+23
2020-09-07drm/vc4: hdmi: Pass vc4_hdmi to CEC codeMaxime Ripard1-15/+9
2020-09-07drm/vc4: hdmi: Add container_of macros for encoders and connectorsMaxime Ripard1-29/+12
2020-09-07drm/vc4: hdmi: Use local vc4_hdmi directlyMaxime Ripard1-6/+6
2020-09-07drm/vc4: hdmi: Move accessors to vc4_hdmiMaxime Ripard1-14/+8
2020-09-07drm/vc4: hdmi: Rename hdmi to vc4_hdmiMaxime Ripard1-141/+142
2020-09-07drm/vc4: hdmi: Remove DDC argument to connector_initMaxime Ripard1-4/+3
2020-09-07drm/vc4: hdmi: rework connectors and encodersMaxime Ripard1-47/+40
2020-09-07drm/vc4: hdmi: Move structure to headerMaxime Ripard1-75/+1
2020-09-07drm/vc4: hdmi: Use debugfs private fieldMaxime Ripard1-3/+1
2020-09-07drm/vc4: crtc: Rename HDMI encoder type to HDMI0Maxime Ripard1-1/+1
2020-05-25drm/vc4: hdmi: Silence pixel clock error on -EPROBE_DEFERJames Hilliard1-2/+4
2020-04-17Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-4/+16