summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tidss
AgeCommit message (Expand)AuthorFilesLines
2024-03-27drm/tidss: Fix sync-lost issue with two displaysTomi Valkeinen1-0/+10
2024-03-27drm/tidss: Fix initial plane zpos valuesTomi Valkeinen1-1/+1
2024-02-01drm/tidss: Fix atomic_flush checkTomi Valkeinen1-5/+5
2024-01-26drm/tidss: Fix dss resetTomi Valkeinen1-1/+44
2024-01-26drm/tidss: Check for K2G in in dispc_softreset()Tomi Valkeinen1-6/+7
2024-01-26drm/tidss: Return error value from from softresetTomi Valkeinen1-5/+12
2024-01-26drm/tidss: Move reset to the end of dispc_init()Tomi Valkeinen1-4/+4
2024-01-26Revert "drm/tidss: Annotate dma-fence critical section in commit path"Tomi Valkeinen1-4/+0
2023-07-29drm: Fix references to drm_plane_helper_check_state()Geert Uytterhoeven1-1/+2
2023-07-21drm: Explicitly include correct DT includesRob Herring2-3/+1
2023-07-10drm/tidss: Update encoder/bridge chain connect modelAradhya Bhatia3-63/+94
2023-06-19drm/tidss: Add support for AM625 DSSAradhya Bhatia3-1/+59
2023-06-08drm/tidss: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-14drm/tidss: Use GEM DMA fbdev emulationThomas Zimmermann1-2/+2
2023-02-20drm/tidss: Implement struct drm_plane_helper_funcs.atomic_enableThomas Zimmermann1-0/+11
2023-02-20drm/tidss: Remove return values from dispc_plane_{setup, enable}()Thomas Zimmermann3-22/+9
2023-01-18drm/tidss: Remove unnecessary include statements for drm_crtc_helper.hThomas Zimmermann5-5/+1
2022-12-16drm: tidss: Fix pixel format definitionRandolph Sapp1-2/+2
2022-12-16drm/tidss: Set max DMA segment sizeAndrew Davis1-0/+2
2022-11-05drm/fb-helper: Remove unnecessary include statementsThomas Zimmermann1-1/+0
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann1-1/+1
2022-09-09drm/tidss: fix repeated words in commentsJilin Yuan1-1/+1
2022-08-03drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich1-8/+8
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich4-8/+8
2022-08-03drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich1-3/+3
2022-08-03drm/fb: remove unused includes of drm_fb_cma_helper.hDanilo Krummrich3-3/+0
2022-07-26drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann1-1/+0
2022-07-05drm: Remove linux/media-bus-format.h from drm_crtc.hVille Syrjälä1-0/+1
2022-06-20drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä2-0/+2
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2-0/+2
2022-04-19drm/tidss: Soft Reset DISPC on startupDevarsh Thakkar1-0/+18
2022-01-27drm/tidss: Use drm_module_platform_driver() to register the driverJavier Martinez Canillas1-1/+2
2021-11-30drm: Remove CONFIG_DRM_KMS_CMA_HELPER optionThomas Zimmermann1-1/+0
2021-11-29drm/tidss: Fix warning: unused variable 'tidss_pm_ops'Cai Huoqing1-1/+1
2021-11-10drm/tidss: Make use of the helper macro SET_RUNTIME_PM_OPS()Cai Huoqing1-9/+2
2021-08-10drm/tidss: Convert to Linux IRQ interfacesThomas Zimmermann4-16/+32
2021-07-28drm/bridge: Centralize error message when bridge attach failsLaurent Pinchart1-3/+1
2021-06-29drm/tidss: Don't use struct drm_device.irq_enabledThomas Zimmermann1-3/+0
2021-06-24drm/<driver>: drm_gem_plane_helper_prepare_fb is now the defaultDaniel Vetter1-1/+0
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard1-1/+2
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard1-2/+2
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard1-4/+4
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard1-1/+1
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard1-1/+3
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard1-15/+19
2021-02-23drm/tidss: Annotate dma-fence critical section in commit pathDaniel Vetter1-0/+4
2021-02-23drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann1-2/+2
2020-11-10drm/tidss: use devm_platform_ioremap_resource_bynameWang Xiaojun1-8/+1
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter1-1/+1
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard1-1/+3