summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4
Commit message (Expand)AuthorAgeFilesLines
* drm/vc4: Introduce GEM object functionsThomas Zimmermann2020-09-253-14/+20
* drm/vc4: hvs: Pull the state of all the CRTCs prior to PV muxingMaxime Ripard2020-09-211-0/+17
* drm/vc4: Handing the return value of drm_universal_plane_initTian Tao2020-09-161-0/+2
* drm/vc4: Fix bitwise OR versus ternary operator in vc4_plane_mode_setNathan Chancellor2020-09-111-2/+2
* drm/vc4: Update type of reg parameter in vc4_hdmi_{read,write}Nathan Chancellor2020-09-111-2/+2
* drm/vc4: hdmi: Fix NULL vs IS_ERR() checks in vc5_hdmi_init_resources()Dan Carpenter2020-09-101-16/+16
* drm/vc4: hdmi: Fix off by ones in vc4_hdmi_read/write()Dan Carpenter2020-09-101-2/+2
* drm/vc4: drv: Support BCM2711Maxime Ripard2020-09-074-13/+40
* drm/vc4: hdmi: Support the BCM2711 HDMI controllersMaxime Ripard2020-09-075-0/+1004
* drm/vc4: hdmi: Add pixel BVB clock controlHoegeun Kwon2020-09-072-0/+24
* drm/vc4: hdmi: Switch to blank pixels when disabledMaxime Ripard2020-09-072-0/+12
* drm/vc4: hdmi: Do the VID_CTL configuration at onceMaxime Ripard2020-09-071-8/+6
* drm/vc4: hdmi: Implement finer-grained hooksMaxime Ripard2020-09-071-4/+35
* drm/vc4: hdmi: Always recenter the HDMI FIFOMaxime Ripard2020-09-071-20/+26
* drm/vc4: hdmi: Remove register dumps in enableMaxime Ripard2020-09-071-17/+0
* drm/vc4: hdmi: Deal with multiple ALSA cardsMaxime Ripard2020-09-072-1/+5
* drm/vc4: hdmi: Add audio-related callbacksDave Stevenson2020-09-072-8/+21
* drm/vc4: hdmi: Set the b-frame marker to the match ALSA's default.Dave Stevenson2020-09-071-1/+2
* drm/vc4: hdmi: Reset audio infoframe on encoder_enable if previously streamingDave Stevenson2020-09-072-0/+14
* drm/vc4: hdmi: Use reg-names to retrieve the HDMI audio registersDave Stevenson2020-09-071-1/+8
* drm/vc4: hdmi: Use clk_set_min_rate insteadMaxime Ripard2020-09-071-1/+1
* drm/vc4: hdmi: Adjust HSM clock rate depending on pixel rateMaxime Ripard2020-09-072-41/+41
* drm/vc4: hdmi: Rename drm_encoder pointer in mode_validMaxime Ripard2020-09-071-1/+1
* drm/vc4: hdmi: Remove unused CEC_CLOCK_DIV defineMaxime Ripard2020-09-071-1/+0
* drm/vc4: hdmi: Add CEC support flagMaxime Ripard2020-09-072-0/+7
* drm/vc4: hdmi: Move CEC init to its own functionMaxime Ripard2020-09-071-41/+67
* drm/vc4: hdmi: Deal with multiple debugfs filesMaxime Ripard2020-09-072-1/+7
* drm/vc4: hdmi: Store the encoder type in the variant structureMaxime Ripard2020-09-072-1/+5
* drm/vc4: hdmi: Add a set_timings callbackMaxime Ripard2020-09-072-32/+44
* drm/vc4: hdmi: Add a CSC setup callbackMaxime Ripard2020-09-072-28/+45
* drm/vc4: hdmi: Add PHY RNG enable / disable functionMaxime Ripard2020-09-073-6/+32
* drm/vc4: hdmi: Add PHY init and disable functionMaxime Ripard2020-09-074-7/+46
* drm/vc4: hdmi: Add reset callbackMaxime Ripard2020-09-072-13/+21
* drm/vc4: hdmi: Implement a register layout abstractionMaxime Ripard2020-09-074-308/+464
* drm/vc4: hdmi: Introduce resource init and variantMaxime Ripard2020-09-072-20/+51
* drm/vc4: hdmi: Remove vc4_hdmi_connectorMaxime Ripard2020-09-072-32/+10
* drm/vc4: hdmi: Remove vc4_dev hdmi pointerMaxime Ripard2020-09-072-8/+0
* drm/vc4: hdmi: Retrieve the vc4_hdmi at unbind using our deviceMaxime Ripard2020-09-072-3/+25
* drm/vc4: hdmi: Pass vc4_hdmi to CEC codeMaxime Ripard2020-09-071-15/+9
* drm/vc4: hdmi: Add container_of macros for encoders and connectorsMaxime Ripard2020-09-072-29/+28
* drm/vc4: hdmi: Use local vc4_hdmi directlyMaxime Ripard2020-09-071-6/+6
* drm/vc4: hdmi: Move accessors to vc4_hdmiMaxime Ripard2020-09-072-18/+12
* drm/vc4: hdmi: Rename hdmi to vc4_hdmiMaxime Ripard2020-09-071-141/+142
* drm/vc4: hdmi: Remove DDC argument to connector_initMaxime Ripard2020-09-071-4/+3
* drm/vc4: hdmi: rework connectors and encodersMaxime Ripard2020-09-072-79/+72
* drm/vc4: hdmi: Move structure to headerMaxime Ripard2020-09-072-75/+87
* drm/vc4: hdmi: Use debugfs private fieldMaxime Ripard2020-09-071-3/+1
* drm/vc4: crtc: Add BCM2711 pixelvalvesMaxime Ripard2020-09-072-2/+100
* drm/vc4: drv: Disable the CRTC at boot timeMaxime Ripard2020-09-073-0/+30
* drm/vc4: crtc: Move the CRTC disable outMaxime Ripard2020-09-071-12/+22