summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4
AgeCommit message (Expand)AuthorFilesLines
2023-03-11drm/vc4: hdmi: Correct interlaced timings againDave Stevenson1-2/+3
2023-03-11drm/vc4: hvs: Fix colour order for xRGB1555 on HVS5Dave Stevenson1-0/+2
2023-03-11drm/vc4: hvs: Set AXI panic modesDave Stevenson2-0/+17
2023-03-11drm/vc4: dpi: Fix format mapping for RGB565Dave Stevenson1-1/+1
2023-03-11drm/vc4: dpi: Add option for inverting pixel clock and output enableDave Stevenson1-28/+38
2023-02-15drm/vc4: hdmi: make CEC adapter name uniqueHans Verkuil1-1/+2
2022-11-16drm/vc4: Fix missing platform_unregister_drivers() call in vc4_drm_register()Yuan Can1-1/+6
2022-10-26drm/vc4: vec: Fix timings for VEC modesMateusz Kwiatkowski1-2/+2
2022-08-21drm/vc4: change vc4_dma_range_matches from a global to staticTom Rix1-1/+1
2022-08-21drm/vc4: drv: Adopt the dma configuration from the HVS or V3D componentDave Stevenson1-0/+19
2022-08-21drm/vc4: hdmi: Correct HDMI timing registers for interlaced modesDave Stevenson1-4/+4
2022-08-21drm/vc4: hdmi: Fix timings for interlaced modesMateusz Kwiatkowski2-9/+10
2022-08-21drm/vc4: hdmi: Limit the BCM2711 to the max without scramblingMaxime Ripard1-2/+4
2022-08-21drm/vc4: hdmi: Don't access the connector state in reset if kmalloc failsMaxime Ripard1-1/+3
2022-08-21drm/vc4: hdmi: Avoid full hdmi audio fifo writesDom Cobley1-4/+4
2022-08-21drm/vc4: hdmi: Remove firmware logic for MAI threshold settingDom Cobley1-16/+6
2022-08-21drm/vc4: dsi: Add correct stop condition to vc4_dsi_encoder_disable iterationDave Stevenson1-0/+3
2022-08-21drm/vc4: dsi: Fix dsi0 interrupt supportDave Stevenson1-26/+85
2022-08-21drm/vc4: dsi: Register dsi0 as the correct vc4 encoder typeDave Stevenson1-1/+2
2022-08-21drm/vc4: dsi: Introduce a variant structureMaxime Ripard1-26/+37
2022-08-21drm/vc4: dsi: Use snprintf for the PHY clocks instead of an arrayMaxime Ripard1-8/+9
2022-08-21drm/vc4: drv: Remove the DSI pointer in vc4_drvMaxime Ripard2-10/+0
2022-08-21drm/vc4: dsi: Correct pixel order for DSI0Dave Stevenson1-1/+2
2022-08-21drm/vc4: dsi: Correct DSI divider calculationsDave Stevenson1-4/+2
2022-08-21drm/vc4: plane: Fix margin calculations for the right/bottom edgesDave Stevenson1-4/+4
2022-08-21drm/vc4: plane: Remove subpixel positioning checkDom Cobley1-13/+9
2022-08-21drm/vc4: hdmi: Disable audio if dmas property is present but emptyPhil Elwell1-3/+3
2022-06-09drm/vc4: txp: Force alpha to be 0xff if it's disabledMaxime Ripard1-0/+6
2022-06-09drm/vc4: txp: Don't set TXP_VSTART_AT_EOFMaxime Ripard1-1/+1
2022-06-09drm/vc4: hvs: Reset muxes at probe timeMaxime Ripard1-5/+21
2022-04-27drm/vc4: Use pm_runtime_resume_and_get to fix pm_runtime_get_sync() usageMiaoqian Lin1-1/+1
2022-02-16drm/vc4: hdmi: Allow DBLCLK modes even if horz timing is odd.Dave Stevenson1-0/+2
2022-02-05Revert "drm/vc4: hdmi: Make sure the device is powered with CEC" againGreg Kroah-Hartman1-9/+1
2022-02-05Revert "drm/vc4: hdmi: Make sure the device is powered with CEC"Greg Kroah-Hartman1-13/+12
2022-02-05drm/vc4: hdmi: Make sure the device is powered with CECMaxime Ripard1-12/+13
2022-01-27drm/vc4: hdmi: Make sure the device is powered with CECMaxime Ripard1-1/+9
2022-01-27drm/vc4: hdmi: Set a default HSM rateMaxime Ripard1-0/+14
2021-12-01drm/vc4: fix error code in vc4_create_object()Dan Carpenter1-1/+1
2021-09-18drm/vc4: hdmi: Set HD_CTL_WHOLSMP and HD_CTL_CHALIGN_SETDom Cobley1-1/+3
2021-07-19drm/vc4: hdmi: Prevent clock unbalanceMaxime Ripard1-0/+8
2021-07-19drm/vc4: crtc: Skip the TXPMaxime Ripard1-0/+3
2021-07-19drm/vc4: txp: Properly set the possible_crtcs maskMaxime Ripard1-1/+1
2021-07-19drm/vc4: hdmi: Fix PM reference leak in vc4_hdmi_encoder_pre_crtc_co()Zou Wei1-1/+1
2021-07-19drm/vc4: Fix clock source for VEC PixelValve on BCM2711Mateusz Kwiatkowski1-1/+1
2021-07-19drm/vc4: fix argument ordering in vc4_crtc_get_margins()Dan Carpenter1-1/+1
2021-07-14drm/vc4: hdmi: Fix error path of hpd-gpiosMaxime Ripard1-2/+2
2021-06-30drm/vc4: hdmi: Make sure the controller is powered in detectMaxime Ripard1-0/+4
2021-06-30drm/vc4: hdmi: Move the HSM clock enable to runtime_pmMaxime Ripard1-10/+30
2021-04-14drm/vc4: crtc: Reduce PV fifo threshold on hvs4Dom Cobley1-0/+17
2021-03-04drm/vc4: hdmi: Update the CEC clock divider on HSM rate changeMaxime Ripard1-10/+29