summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tidss
AgeCommit message (Expand)Author
2023-07-29drm: Fix references to drm_plane_helper_check_state()Geert Uytterhoeven
2023-07-21drm: Explicitly include correct DT includesRob Herring
2023-07-10drm/tidss: Update encoder/bridge chain connect modelAradhya Bhatia
2023-06-19drm/tidss: Add support for AM625 DSSAradhya Bhatia
2023-06-08drm/tidss: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-14drm/tidss: Use GEM DMA fbdev emulationThomas Zimmermann
2023-02-20drm/tidss: Implement struct drm_plane_helper_funcs.atomic_enableThomas Zimmermann
2023-02-20drm/tidss: Remove return values from dispc_plane_{setup, enable}()Thomas Zimmermann
2023-01-18drm/tidss: Remove unnecessary include statements for drm_crtc_helper.hThomas Zimmermann
2022-12-16drm: tidss: Fix pixel format definitionRandolph Sapp
2022-12-16drm/tidss: Set max DMA segment sizeAndrew Davis
2022-11-05drm/fb-helper: Remove unnecessary include statementsThomas Zimmermann
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann
2022-09-09drm/tidss: fix repeated words in commentsJilin Yuan
2022-08-03drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich
2022-08-03drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich
2022-08-03drm/fb: remove unused includes of drm_fb_cma_helper.hDanilo Krummrich
2022-07-26drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann
2022-07-05drm: Remove linux/media-bus-format.h from drm_crtc.hVille Syrjälä
2022-06-20drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä
2022-04-19drm/tidss: Soft Reset DISPC on startupDevarsh Thakkar
2022-01-27drm/tidss: Use drm_module_platform_driver() to register the driverJavier Martinez Canillas
2021-11-30drm: Remove CONFIG_DRM_KMS_CMA_HELPER optionThomas Zimmermann
2021-11-29drm/tidss: Fix warning: unused variable 'tidss_pm_ops'Cai Huoqing
2021-11-10drm/tidss: Make use of the helper macro SET_RUNTIME_PM_OPS()Cai Huoqing
2021-08-10drm/tidss: Convert to Linux IRQ interfacesThomas Zimmermann
2021-07-28drm/bridge: Centralize error message when bridge attach failsLaurent Pinchart
2021-06-29drm/tidss: Don't use struct drm_device.irq_enabledThomas Zimmermann
2021-06-24drm/<driver>: drm_gem_plane_helper_prepare_fb is now the defaultDaniel Vetter
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard
2021-02-23drm/tidss: Annotate dma-fence critical section in commit pathDaniel Vetter
2021-02-23drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann
2020-11-10drm/tidss: use devm_platform_ioremap_resource_bynameWang Xiaojun
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard
2020-11-02drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard
2020-10-05drm/tidss: Add prepare_fb to the plane helper funcsGowtham Tammana
2020-08-21drm/tidss: implement WA for AM65xx erratum i2000Tomi Valkeinen
2020-08-11Merge tag 'drm-misc-fixes-2020-08-04' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2020-08-04drm/tidss: fix modeset init for DPI panelsTomi Valkeinen
2020-07-16drm/tidss: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-07-02drm/atomic-helper: reset vblank on crtc resetDaniel Vetter