summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4
Commit message (Expand)AuthorAgeFilesLines
* drm/vc4: remove unused render_wait variableTom Rix2023-04-111-2/+0
* drm/scdc-helper: Pimp SCDC debugsVille Syrjälä2023-04-061-9/+12
* drm: Use of_property_present() for testing DT property presenceRob Herring2023-03-281-1/+1
* drm/vc4: Use GEM DMA fbdev emulationThomas Zimmermann2023-03-141-2/+2
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2023-03-134-14/+17
|\
| * Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-02-2225-505/+2739
| |\
| | * drm/vc4: allow DRM_VC4_KUNIT_TEST to be a loadable moduleArnd Bergmann2023-02-021-1/+1
| * | drm/vc4: crtc: Increase setup cost in core clock calculation to handle extrem...Dom Cobley2023-02-091-1/+1
| * | drm/vc4: hdmi: Always enable GCP with AVMUTE clearedDom Cobley2023-02-091-9/+9
| * | drm/vc4: Fix YUV plane handling when planes are in different buffersDave Stevenson2023-02-091-2/+4
| * | drm/vc4: hdmi: make CEC adapter name uniqueHans Verkuil2023-01-261-1/+2
* | | drm/vc4: replace obj lookup steps with drm_gem_objects_lookupMaíra Canal2023-02-281-41/+2
* | | drm/vc4: replace drm_gem_dma_object for drm_gem_object in vc4_exec_infoMaíra Canal2023-02-283-23/+20
* | | Revert "drm/vc4: hdmi: Enforce the minimum rate at runtime_resume"Maxime Ripard2023-02-161-9/+0
* | | Revert "drm/vc4: hdmi: Fix HSM clock too low on Pi4"Maxime Ripard2023-02-162-18/+4
* | | drm/vc4: hdmi: Enable power domain before setting minimumMaxime Ripard2023-02-161-7/+7
* | | drm/vc4: hdmi: Replace hardcoded value by defineMaxime Ripard2023-02-161-1/+3
| |/ |/|
* | 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