summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4
AgeCommit message (Expand)Author
2023-01-10drm/vc4: dsi: Drop unused i2c includeUwe Kleine-König
2023-01-09drm/vc4: vec: Support progressive modesMateusz Kwiatkowski
2023-01-09drm/vc4: hdmi: Correct interlaced timings againDave Stevenson
2023-01-09drm/vc4: crtc: Fix timings for VEC modesMateusz Kwiatkowski
2023-01-09drm/vc4: Add comments for which HVS_PIXEL_ORDER_xxx defines applyDave Stevenson
2023-01-09drm/vc4: plane: Add 3:3:2 and 4:4:4:4 RGB/RGBX/RGBA formatsDave Stevenson
2023-01-09drm/vc4: plane: Omit pixel_order from the hvs_format for hvs5 only formatsDave Stevenson
2023-01-09drm/vc4: plane: Allow using 0 as a pixel order valueDave Stevenson
2023-01-09drm/vc4: hvs: Ignore atomic_flush if we're disabledMaxime Ripard
2023-01-09drm/vc4: hvs: Add DRM 210101010 RGB formatsDave Stevenson
2023-01-09drm/vc4: hvs: Fix colour order for xRGB1555 on HVS5Dave Stevenson
2023-01-09drm/vc4: hvs: Support zpos on all planesDave Stevenson
2023-01-09drm/vc4: hvs: Correct interrupt masking bit assignment for HVS5Dave Stevenson
2023-01-09drm/vc4: hvs: SCALER_DISPBKGND_AUTOHS is only valid on HVS4Dave Stevenson
2023-01-09drm/vc4: hvs: Set AXI panic modesDave Stevenson
2023-01-09drm/vc4: hvs: Configure the HVS COB allocationsDave Stevenson
2023-01-02drm/vc4: drop all currently held locks if deadlock happensMaíra Canal
2022-12-22drm/vc4: use new debugfs device-centered functionsMaíra Canal
2022-12-15drm/vc4: dsi: Remove entry to ULPS from vc4_dsi post_disableDave Stevenson
2022-12-15drm/vc4: dsi: Convert to using a bridge instead of encoderDave Stevenson
2022-12-15drm/vc4: dsi: Convert to use atomic operationsDave Stevenson
2022-12-15drm/vc4: dsi: Remove splitting the bridge chain from the driverDave Stevenson
2022-12-15drm/vc4: dsi: Move initialisation to encoder_mode_setDave Stevenson
2022-12-15drm/vc4: dsi: Rename bridge to out_bridgeDave Stevenson
2022-12-08drm/vc4: tests: Add unit test suite for the PV muxingMaxime Ripard
2022-12-08drm/vc4: tests: Fail the current test if we access a registerMaxime Ripard
2022-12-08drm/vc4: tests: Introduce a mocking infrastructureMaxime Ripard
2022-12-08drm/vc4: hvs: Provide a function to initialize the HVS structureMaxime Ripard
2022-12-08drm/vc4: crtc: Make encoder lookup helper publicMaxime Ripard
2022-12-08drm/vc4: crtc: Introduce a lower-level crtc init helperMaxime Ripard
2022-12-08drm/vc4: Move HVS state to main headerMaxime Ripard
2022-12-01drm/vc4: dpi: Fix format mapping for RGB565Dave Stevenson
2022-12-01drm/vc4: dpi: Change the default DPI format to being 18bpp, not 24.Dave Stevenson
2022-12-01drm/vc4: dpi: Support BGR666 formatsJoerg Quinten
2022-12-01drm/vc4: dpi: Support RGB565 formatChris Morgan
2022-11-28drm/vc4: vec: Use pm_runtime_resume_and_get() in vc4_vec_encoder_enable()Shang XiaoJing
2022-11-28drm/vc4: crtc: Provide a CRTC nameMaxime Ripard
2022-11-28drm/vc4: crtc: Pass the device and data in vc4_crtc_initMaxime Ripard
2022-11-28drm/vc4: txp: Initialise the CRTC before the encoder and connectorMaxime Ripard
2022-11-28drm/vc4: Add TXP encoder typeMaxime Ripard
2022-11-28drm/vc4: txp: Reorder the variable assignmentsMaxime Ripard
2022-11-28drm/vc4: kms: Sort the CRTCs by output before assigning themMaxime Ripard
2022-11-28drm/vc4: kms: Constify the HVS old/new state helpersMaxime Ripard
2022-11-28drm/vc4: Constify container_of wrappersMaxime Ripard
2022-11-24drm/vc4: vec: Add support for more analog TV standardsMateusz Kwiatkowski
2022-11-24drm/vc4: vec: Convert to the new TV mode propertyMaxime Ripard
2022-11-24drm/vc4: vec: Check for VEC output constraintsMateusz Kwiatkowski
2022-11-24drm/vc4: vec: Use TV Reset implementationMaxime Ripard
2022-11-24drm/connector: Rename drm_mode_create_tv_propertiesMaxime Ripard
2022-11-24drm/connector: Rename legacy TV propertyMaxime Ripard