summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4/vc4_txp.c
AgeCommit message (Expand)AuthorFilesLines
2025-01-07drm/connector: make mode_valid take a const struct drm_display_modeDmitry Baryshkov1-1/+1
2024-12-09Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst1-1/+1
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds1-1/+1
2024-11-27drm/vc4: txp: Add BCM2712 MOPLET supportMaxime Ripard1-0/+14
2024-11-27drm/vc4: txp: Add support for BCM2712 MOPMaxime Ripard1-1/+18
2024-11-27drm/vc4: txp: Add a new TXP encoder typeMaxime Ripard1-1/+1
2024-11-27drm/vc4: txp: Move the encoder type in the variant structureMaxime Ripard1-1/+2
2024-11-27drm/vc4: txp: Handle 40-bits DMA AddressesMaxime Ripard1-1/+11
2024-11-27drm/vc4: txp: Add horizontal and vertical size offset toggle bitMaxime Ripard1-2/+12
2024-11-27drm/vc4: txp: Add byte enable toggle bitMaxime Ripard1-1/+5
2024-11-27drm/vc4: txp: Rename TXP data structureMaxime Ripard1-2/+2
2024-11-27drm/vc4: txp: Introduce structure to deal with revision differencesMaxime Ripard1-7/+16
2023-07-21drm: Explicitly include correct DT includesRob Herring1-2/+2
2023-06-08drm/vc4: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-04-25drm/vc4: Switch to container_of_constMaxime Ripard1-8/+4
2022-12-08drm/vc4: tests: Fail the current test if we access a registerMaxime Ripard1-2/+11
2022-12-08drm/vc4: tests: Introduce a mocking infrastructureMaxime Ripard1-1/+1
2022-11-28drm/vc4: crtc: Provide a CRTC nameMaxime Ripard1-0/+1
2022-11-28drm/vc4: crtc: Pass the device and data in vc4_crtc_initMaxime Ripard1-5/+2
2022-11-28drm/vc4: txp: Initialise the CRTC before the encoder and connectorMaxime Ripard1-5/+5
2022-11-28drm/vc4: Add TXP encoder typeMaxime Ripard1-10/+20
2022-11-28drm/vc4: txp: Reorder the variable assignmentsMaxime Ripard1-9/+6
2022-08-03drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich1-1/+1
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich1-1/+1
2022-08-03drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich1-2/+2
2022-07-13drm/vc4: debugfs: Simplify debugfs registrationMaxime Ripard1-2/+1
2022-07-13drm/vc4: txp: Protect device resourcesMaxime Ripard1-0/+25
2022-07-13drm/vc4: txp: Remove call to drm_connector_unregister()Maxime Ripard1-8/+2
2022-07-13drm/vc4: txp: Switch to drmm_kzallocMaxime Ripard1-1/+1
2022-07-13drm/vc4: txp: Remove duplicate regsetMaxime Ripard1-5/+4
2022-07-13drm/vc4: txp: Remove vc4_dev txp pointerMaxime Ripard1-6/+0
2022-07-13drm/vc4: crtc: Switch to DRM-managed CRTC initializationMaxime Ripard1-1/+0
2022-07-13drm/vc4: crtc: Move debugfs_name to crtc_dataMaxime Ripard1-0/+1
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä1-0/+1
2022-05-11Merge tag 'drm-msm-next-2022-05-09' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie1-1/+2
2022-05-02drm: allow passing possible_crtcs to drm_writeback_connector_init()Abhinav Kumar1-1/+2
2022-04-08drm/vc4: txp: Force alpha to be 0xff if it's disabledMaxime Ripard1-0/+6
2022-04-08drm/vc4: txp: Don't set TXP_VSTART_AT_EOFMaxime Ripard1-1/+1
2021-11-05drm/vc4: crtc: Copy assigned channel to the CRTCMaxime Ripard1-0/+1
2021-11-05drm/vc4: crtc: Drop feed_txp from stateMaxime Ripard1-2/+1
2021-05-24drm/vc4: txp: Properly set the possible_crtcs maskMaxime Ripard1-1/+1
2020-12-16drm/vc4: hvs: Align the HVS atomic hooks to the new APIMaxime Ripard1-7/+3
2020-12-15drm: automatic legacy gamma supportTomi Valkeinen1-1/+0
2020-11-20drm: Pass the full state to connectors atomic functionsMaxime Ripard1-1/+3
2020-11-02drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard1-4/+6
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard1-2/+7
2020-09-07drm/vc4: crtc: Move the HVS gamma LUT setup to our init functionMaxime Ripard1-1/+0
2020-09-07drm/vc4: crtc: Assign output to channel automaticallyMaxime Ripard1-0/+1
2020-09-07drm/vc4: crtc: Rename HVS channel to outputMaxime Ripard1-1/+1
2020-07-07drm/vc4: txp: Turn the TXP into a CRTC of its ownMaxime Ripard1-1/+99