summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4
AgeCommit message (Expand)AuthorFilesLines
2020-09-16drm/vc4: Handing the return value of drm_universal_plane_initTian Tao1-0/+2
2020-09-11drm/vc4: Fix bitwise OR versus ternary operator in vc4_plane_mode_setNathan Chancellor1-2/+2
2020-09-11drm/vc4: Update type of reg parameter in vc4_hdmi_{read,write}Nathan Chancellor1-2/+2
2020-09-10drm/vc4: hdmi: Fix NULL vs IS_ERR() checks in vc5_hdmi_init_resources()Dan Carpenter1-16/+16
2020-09-10drm/vc4: hdmi: Fix off by ones in vc4_hdmi_read/write()Dan Carpenter1-2/+2
2020-09-07drm/vc4: drv: Support BCM2711Maxime Ripard4-13/+40
2020-09-07drm/vc4: hdmi: Support the BCM2711 HDMI controllersMaxime Ripard5-0/+1004
2020-09-07drm/vc4: hdmi: Add pixel BVB clock controlHoegeun Kwon2-0/+24
2020-09-07drm/vc4: hdmi: Switch to blank pixels when disabledMaxime Ripard2-0/+12
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 Ripard2-1/+5
2020-09-07drm/vc4: hdmi: Add audio-related callbacksDave Stevenson2-8/+21
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 Stevenson2-0/+14
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 Ripard2-41/+41
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 Ripard2-0/+7
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 Ripard2-1/+7
2020-09-07drm/vc4: hdmi: Store the encoder type in the variant structureMaxime Ripard2-1/+5
2020-09-07drm/vc4: hdmi: Add a set_timings callbackMaxime Ripard2-32/+44
2020-09-07drm/vc4: hdmi: Add a CSC setup callbackMaxime Ripard2-28/+45
2020-09-07drm/vc4: hdmi: Add PHY RNG enable / disable functionMaxime Ripard3-6/+32
2020-09-07drm/vc4: hdmi: Add PHY init and disable functionMaxime Ripard4-7/+46
2020-09-07drm/vc4: hdmi: Add reset callbackMaxime Ripard2-13/+21
2020-09-07drm/vc4: hdmi: Implement a register layout abstractionMaxime Ripard4-308/+464
2020-09-07drm/vc4: hdmi: Introduce resource init and variantMaxime Ripard2-20/+51
2020-09-07drm/vc4: hdmi: Remove vc4_hdmi_connectorMaxime Ripard2-32/+10
2020-09-07drm/vc4: hdmi: Remove vc4_dev hdmi pointerMaxime Ripard2-8/+0
2020-09-07drm/vc4: hdmi: Retrieve the vc4_hdmi at unbind using our deviceMaxime Ripard2-3/+25
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 Ripard2-29/+28
2020-09-07drm/vc4: hdmi: Use local vc4_hdmi directlyMaxime Ripard1-6/+6
2020-09-07drm/vc4: hdmi: Move accessors to vc4_hdmiMaxime Ripard2-18/+12
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 Ripard2-79/+72
2020-09-07drm/vc4: hdmi: Move structure to headerMaxime Ripard2-75/+87
2020-09-07drm/vc4: hdmi: Use debugfs private fieldMaxime Ripard1-3/+1
2020-09-07drm/vc4: crtc: Add BCM2711 pixelvalvesMaxime Ripard2-2/+100
2020-09-07drm/vc4: drv: Disable the CRTC at boot timeMaxime Ripard3-0/+30
2020-09-07drm/vc4: crtc: Move the CRTC disable outMaxime Ripard1-12/+22
2020-09-07drm/vc4: hvs: Introduce a function to get the assigned FIFOMaxime Ripard2-0/+55
2020-09-07drm/vc4: hvs: Make the stop_channel function publicMaxime Ripard2-1/+2