summary refs log tree commit diff
path: root/drivers/gpu/drm/vc4
AgeCommit message (Expand)Author
2020-11-03drm: Use the state pointer directly in atomic_checkMaxime Ripard
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard
2020-11-02drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard
2020-10-29drm/vc4: Rework the structure conversion functionsMaxime Ripard
2020-10-29drm/vc4: hdmi: Add a name to the codec DAI componentMaxime Ripard
2020-10-27drm/vc4: hdmi: Avoid sleeping in atomic contextMaxime Ripard
2020-10-27drm/vc4: drv: Add error handding for bindHoegeun Kwon
2020-10-22drm/vc4: dsi: Only register our component once a DSI device is attachedMaxime Ripard
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard
2020-09-25drm/vc4: crtc: Keep the previously assigned HVS FIFOMaxime Ripard
2020-09-25drm/vc4: crtc: Rework a bit the CRTC state codeMaxime Ripard
2020-09-25drm/vc4: Introduce GEM object functionsThomas Zimmermann
2020-09-23drm/vc4: kms: Assign a FIFO to enabled CRTCs instead of activeMaxime Ripard
2020-09-21drm/vc4: hvs: Pull the state of all the CRTCs prior to PV muxingMaxime Ripard
2020-09-16drm/vc4: Handing the return value of drm_universal_plane_initTian Tao
2020-09-11drm/vc4: Fix bitwise OR versus ternary operator in vc4_plane_mode_setNathan Chancellor
2020-09-11drm/vc4: Update type of reg parameter in vc4_hdmi_{read,write}Nathan Chancellor
2020-09-10drm/vc4: hdmi: Fix NULL vs IS_ERR() checks in vc5_hdmi_init_resources()Dan Carpenter
2020-09-10drm/vc4: hdmi: Fix off by ones in vc4_hdmi_read/write()Dan Carpenter
2020-09-09drm/vc4/vc4_hdmi: fill ASoC card ownerMarek Szyprowski
2020-09-07drm/vc4: drv: Support BCM2711Maxime Ripard
2020-09-07drm/vc4: hdmi: Support the BCM2711 HDMI controllersMaxime Ripard
2020-09-07drm/vc4: hdmi: Add pixel BVB clock controlHoegeun Kwon
2020-09-07drm/vc4: hdmi: Switch to blank pixels when disabledMaxime Ripard
2020-09-07drm/vc4: hdmi: Do the VID_CTL configuration at onceMaxime Ripard
2020-09-07drm/vc4: hdmi: Implement finer-grained hooksMaxime Ripard
2020-09-07drm/vc4: hdmi: Always recenter the HDMI FIFOMaxime Ripard
2020-09-07drm/vc4: hdmi: Remove register dumps in enableMaxime Ripard
2020-09-07drm/vc4: hdmi: Deal with multiple ALSA cardsMaxime Ripard
2020-09-07drm/vc4: hdmi: Add audio-related callbacksDave Stevenson
2020-09-07drm/vc4: hdmi: Set the b-frame marker to the match ALSA's default.Dave Stevenson
2020-09-07drm/vc4: hdmi: Reset audio infoframe on encoder_enable if previously streamingDave Stevenson
2020-09-07drm/vc4: hdmi: Use reg-names to retrieve the HDMI audio registersDave Stevenson
2020-09-07drm/vc4: hdmi: Use clk_set_min_rate insteadMaxime Ripard
2020-09-07drm/vc4: hdmi: Adjust HSM clock rate depending on pixel rateMaxime Ripard
2020-09-07drm/vc4: hdmi: Rename drm_encoder pointer in mode_validMaxime Ripard
2020-09-07drm/vc4: hdmi: Remove unused CEC_CLOCK_DIV defineMaxime Ripard
2020-09-07drm/vc4: hdmi: Add CEC support flagMaxime Ripard
2020-09-07drm/vc4: hdmi: Move CEC init to its own functionMaxime Ripard
2020-09-07drm/vc4: hdmi: Deal with multiple debugfs filesMaxime Ripard
2020-09-07drm/vc4: hdmi: Store the encoder type in the variant structureMaxime Ripard
2020-09-07drm/vc4: hdmi: Add a set_timings callbackMaxime Ripard
2020-09-07drm/vc4: hdmi: Add a CSC setup callbackMaxime Ripard
2020-09-07drm/vc4: hdmi: Add PHY RNG enable / disable functionMaxime Ripard
2020-09-07drm/vc4: hdmi: Add PHY init and disable functionMaxime Ripard
2020-09-07drm/vc4: hdmi: Add reset callbackMaxime Ripard
2020-09-07drm/vc4: hdmi: Implement a register layout abstractionMaxime Ripard
2020-09-07drm/vc4: hdmi: Introduce resource init and variantMaxime Ripard