summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4
Commit message (Expand)AuthorAgeFilesLines
* drm/vc4: allow DRM_VC4_KUNIT_TEST to be a loadable moduleArnd Bergmann2023-02-021-1/+1
* Merge v6.2-rc6 into drm-nextDaniel Vetter2023-01-311-4/+2
|\
| * drm/vc4: bo: Fix unused variable warningMaxime Ripard2023-01-131-1/+0
| * drm/vc4: bo: Fix drmm_mutex_init memory hogMaxime Ripard2023-01-121-3/+2
* | vc4: fix build failure in vc4_dsi_dev_probe()Arnd Bergmann2023-01-191-0/+2
* | drm/vc4: dsi: Drop unused i2c includeUwe Kleine-König2023-01-101-1/+0
* | drm/vc4: vec: Support progressive modesMateusz Kwiatkowski2023-01-091-1/+3
* | drm/vc4: hdmi: Correct interlaced timings againDave Stevenson2023-01-091-2/+3
* | drm/vc4: crtc: Fix timings for VEC modesMateusz Kwiatkowski2023-01-091-27/+44
* | drm/vc4: Add comments for which HVS_PIXEL_ORDER_xxx defines applyDave Stevenson2023-01-091-0/+3
* | drm/vc4: plane: Add 3:3:2 and 4:4:4:4 RGB/RGBX/RGBA formatsDave Stevenson2023-01-091-0/+70
* | drm/vc4: plane: Omit pixel_order from the hvs_format for hvs5 only formatsDave Stevenson2023-01-091-5/+0
* | drm/vc4: plane: Allow using 0 as a pixel order valueDave Stevenson2023-01-091-6/+14
* | drm/vc4: hvs: Ignore atomic_flush if we're disabledMaxime Ripard2023-01-091-0/+3
* | drm/vc4: hvs: Add DRM 210101010 RGB formatsDave Stevenson2023-01-091-0/+28
* | drm/vc4: hvs: Fix colour order for xRGB1555 on HVS5Dave Stevenson2023-01-091-0/+2
* | drm/vc4: hvs: Support zpos on all planesDave Stevenson2023-01-093-18/+48
* | drm/vc4: hvs: Correct interrupt masking bit assignment for HVS5Dave Stevenson2023-01-092-18/+44
* | drm/vc4: hvs: SCALER_DISPBKGND_AUTOHS is only valid on HVS4Dave Stevenson2023-01-092-4/+7
* | drm/vc4: hvs: Set AXI panic modesDave Stevenson2023-01-092-0/+17
* | drm/vc4: hvs: Configure the HVS COB allocationsDave Stevenson2023-01-091-1/+55
* | drm/vc4: drop all currently held locks if deadlock happensMaíra Canal2023-01-021-1/+10
* | drm/vc4: use new debugfs device-centered functionsMaíra Canal2022-12-2211-116/+37
* | drm/vc4: dsi: Remove entry to ULPS from vc4_dsi post_disableDave Stevenson2022-12-151-2/+0
* | drm/vc4: dsi: Convert to using a bridge instead of encoderDave Stevenson2022-12-151-31/+90
* | drm/vc4: dsi: Convert to use atomic operationsDave Stevenson2022-12-151-8/+15
* | drm/vc4: dsi: Remove splitting the bridge chain from the driverDave Stevenson2022-12-151-47/+0
* | drm/vc4: dsi: Move initialisation to encoder_mode_setDave Stevenson2022-12-151-4/+12
* | drm/vc4: dsi: Rename bridge to out_bridgeDave Stevenson2022-12-151-6/+6
* | drm/vc4: tests: Add unit test suite for the PV muxingMaxime Ripard2022-12-084-9/+1091
* | drm/vc4: tests: Fail the current test if we access a registerMaxime Ripard2022-12-087-13/+81
* | drm/vc4: tests: Introduce a mocking infrastructureMaxime Ripard2022-12-0812-13/+511
* | drm/vc4: hvs: Provide a function to initialize the HVS structureMaxime Ripard2022-12-082-30/+44
* | drm/vc4: crtc: Make encoder lookup helper publicMaxime Ripard2022-12-082-16/+17
* | drm/vc4: crtc: Introduce a lower-level crtc init helperMaxime Ripard2022-12-082-19/+57
* | drm/vc4: Move HVS state to main headerMaxime Ripard2022-12-082-22/+26
* | drm/vc4: dpi: Fix format mapping for RGB565Dave Stevenson2022-12-011-1/+1
* | drm/vc4: dpi: Change the default DPI format to being 18bpp, not 24.Dave Stevenson2022-12-011-2/+2
* | drm/vc4: dpi: Support BGR666 formatsJoerg Quinten2022-12-011-0/+6
* | drm/vc4: dpi: Support RGB565 formatChris Morgan2022-12-011-0/+4
* | drm/vc4: vec: Use pm_runtime_resume_and_get() in vc4_vec_encoder_enable()Shang XiaoJing2022-11-281-1/+1
* | drm/vc4: crtc: Provide a CRTC nameMaxime Ripard2022-11-283-1/+12
* | drm/vc4: crtc: Pass the device and data in vc4_crtc_initMaxime Ripard2022-11-283-13/+17
* | drm/vc4: txp: Initialise the CRTC before the encoder and connectorMaxime Ripard2022-11-281-5/+5
* | drm/vc4: Add TXP encoder typeMaxime Ripard2022-11-282-10/+21
* | drm/vc4: txp: Reorder the variable assignmentsMaxime Ripard2022-11-281-9/+6
* | drm/vc4: kms: Sort the CRTCs by output before assigning themMaxime Ripard2022-11-281-33/+76
* | drm/vc4: kms: Constify the HVS old/new state helpersMaxime Ripard2022-11-281-2/+2
* | drm/vc4: Constify container_of wrappersMaxime Ripard2022-11-281-8/+8
* | drm/vc4: vec: Add support for more analog TV standardsMateusz Kwiatkowski2022-11-241-4/+107