summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4
AgeCommit message (Expand)AuthorFilesLines
2023-02-23Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds25-505/+2739
2023-02-09drm/vc4: crtc: Increase setup cost in core clock calculation to handle extrem...Dom Cobley1-1/+1
2023-02-09drm/vc4: hdmi: Always enable GCP with AVMUTE clearedDom Cobley1-9/+9
2023-02-09drm/vc4: Fix YUV plane handling when planes are in different buffersDave Stevenson1-2/+4
2023-02-02drm/vc4: allow DRM_VC4_KUNIT_TEST to be a loadable moduleArnd Bergmann1-1/+1
2023-01-31Merge v6.2-rc6 into drm-nextDaniel Vetter1-4/+2
2023-01-26drm/vc4: hdmi: make CEC adapter name uniqueHans Verkuil1-1/+2
2023-01-19vc4: fix build failure in vc4_dsi_dev_probe()Arnd Bergmann1-0/+2
2023-01-13drm/vc4: bo: Fix unused variable warningMaxime Ripard1-1/+0
2023-01-12drm/vc4: bo: Fix drmm_mutex_init memory hogMaxime Ripard1-3/+2
2023-01-10drm/vc4: dsi: Drop unused i2c includeUwe Kleine-König1-1/+0
2023-01-09drm/vc4: vec: Support progressive modesMateusz Kwiatkowski1-1/+3
2023-01-09drm/vc4: hdmi: Correct interlaced timings againDave Stevenson1-2/+3
2023-01-09drm/vc4: crtc: Fix timings for VEC modesMateusz Kwiatkowski1-27/+44
2023-01-09drm/vc4: Add comments for which HVS_PIXEL_ORDER_xxx defines applyDave Stevenson1-0/+3
2023-01-09drm/vc4: plane: Add 3:3:2 and 4:4:4:4 RGB/RGBX/RGBA formatsDave Stevenson1-0/+70
2023-01-09drm/vc4: plane: Omit pixel_order from the hvs_format for hvs5 only formatsDave Stevenson1-5/+0
2023-01-09drm/vc4: plane: Allow using 0 as a pixel order valueDave Stevenson1-6/+14
2023-01-09drm/vc4: hvs: Ignore atomic_flush if we're disabledMaxime Ripard1-0/+3
2023-01-09drm/vc4: hvs: Add DRM 210101010 RGB formatsDave Stevenson1-0/+28
2023-01-09drm/vc4: hvs: Fix colour order for xRGB1555 on HVS5Dave Stevenson1-0/+2
2023-01-09drm/vc4: hvs: Support zpos on all planesDave Stevenson3-18/+48
2023-01-09drm/vc4: hvs: Correct interrupt masking bit assignment for HVS5Dave Stevenson2-18/+44
2023-01-09drm/vc4: hvs: SCALER_DISPBKGND_AUTOHS is only valid on HVS4Dave Stevenson2-4/+7
2023-01-09drm/vc4: hvs: Set AXI panic modesDave Stevenson2-0/+17
2023-01-09drm/vc4: hvs: Configure the HVS COB allocationsDave Stevenson1-1/+55
2023-01-02drm/vc4: drop all currently held locks if deadlock happensMaíra Canal1-1/+10
2022-12-22drm/vc4: use new debugfs device-centered functionsMaíra Canal11-116/+37
2022-12-15drm/vc4: dsi: Remove entry to ULPS from vc4_dsi post_disableDave Stevenson1-2/+0
2022-12-15drm/vc4: dsi: Convert to using a bridge instead of encoderDave Stevenson1-31/+90
2022-12-15drm/vc4: dsi: Convert to use atomic operationsDave Stevenson1-8/+15
2022-12-15drm/vc4: dsi: Remove splitting the bridge chain from the driverDave Stevenson1-47/+0
2022-12-15drm/vc4: dsi: Move initialisation to encoder_mode_setDave Stevenson1-4/+12
2022-12-15drm/vc4: dsi: Rename bridge to out_bridgeDave Stevenson1-6/+6
2022-12-08drm/vc4: tests: Add unit test suite for the PV muxingMaxime Ripard4-9/+1091
2022-12-08drm/vc4: tests: Fail the current test if we access a registerMaxime Ripard7-13/+81
2022-12-08drm/vc4: tests: Introduce a mocking infrastructureMaxime Ripard12-13/+511
2022-12-08drm/vc4: hvs: Provide a function to initialize the HVS structureMaxime Ripard2-30/+44
2022-12-08drm/vc4: crtc: Make encoder lookup helper publicMaxime Ripard2-16/+17
2022-12-08drm/vc4: crtc: Introduce a lower-level crtc init helperMaxime Ripard2-19/+57
2022-12-08drm/vc4: Move HVS state to main headerMaxime Ripard2-22/+26
2022-12-01drm/vc4: dpi: Fix format mapping for RGB565Dave Stevenson1-1/+1
2022-12-01drm/vc4: dpi: Change the default DPI format to being 18bpp, not 24.Dave Stevenson1-2/+2
2022-12-01drm/vc4: dpi: Support BGR666 formatsJoerg Quinten1-0/+6
2022-12-01drm/vc4: dpi: Support RGB565 formatChris Morgan1-0/+4
2022-11-28drm/vc4: vec: Use pm_runtime_resume_and_get() in vc4_vec_encoder_enable()Shang XiaoJing1-1/+1
2022-11-28drm/vc4: crtc: Provide a CRTC nameMaxime Ripard3-1/+12
2022-11-28drm/vc4: crtc: Pass the device and data in vc4_crtc_initMaxime Ripard3-13/+17
2022-11-28drm/vc4: txp: Initialise the CRTC before the encoder and connectorMaxime Ripard1-5/+5
2022-11-28drm/vc4: Add TXP encoder typeMaxime Ripard2-10/+21