aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/vc4: vec: Convert to the new TV mode propertyMaxime Ripard2022-11-241-53/+131
* drm/vc4: vec: Check for VEC output constraintsMateusz Kwiatkowski2022-11-241-0/+50
* drm/vc4: vec: Use TV Reset implementationMaxime Ripard2022-11-241-1/+7
* drm/connector: Rename drm_mode_create_tv_propertiesMaxime Ripard2022-11-241-2/+3
* drm/connector: Rename legacy TV propertyMaxime Ripard2022-11-241-4/+4
* Backmerge tag 'v6.1-rc6' into drm-nextDave Airlie2022-11-244-16/+47
|\
| * drm/vc4: kms: Fix IS_ERR() vs NULL check for vc4_kmsGaosheng Cui2022-11-101-4/+4
| * drm/vc4: Fix missing platform_unregister_drivers() call in vc4_drm_register()Yuan Can2022-11-071-1/+6
| * drm/vc4: hdmi: Fix HSM clock too low on Pi4maxime@cerno.tech2022-11-032-4/+18
| * drm/vc4: hdmi: Fix outdated function name in commentmaxime@cerno.tech2022-11-031-3/+2
| * drm/vc4: hdmi: Take our lock to reset the linkmaxime@cerno.tech2022-11-031-4/+17
| * Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann2022-10-2022-853/+1513
| |\
* | | drm/vc4: hdmi: Fix pointer dereference before checkJosé Expósito2022-11-151-2/+4
* | | drm/vc4: hdmi: Pass vc4_hdmi to vc4_hdmi_supports_scrambling()José Expósito2022-11-151-5/+3
* | | drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann2022-11-051-1/+1
* | | Merge tag 'drm-misc-next-2022-11-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-11-045-25/+63
|\ \ \
| * | | drm/vc4: Make sure we don't end up with a core clock too highMaxime Ripard2022-10-281-5/+8
| * | | drm/vc4: hdmi: Add more checks for 4k resolutionsDom Cobley2022-10-283-2/+18
| * | | drm/vc4: hdmi: Rework hdmi_enable_4kp60 detection codeMaxime Ripard2022-10-284-19/+37
| * | | drm/vc4: hdmi: Fix hdmi_enable_4kp60 detectionMaxime Ripard2022-10-281-1/+2
* | | | Merge tag 'drm-misc-next-2022-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-10-281-2/+2
|\| | |