summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tilcdc
AgeCommit message (Expand)AuthorLines
10 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
11 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2025-12-13Merge tag 'drm-fixes-2025-12-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-20/+37
2025-12-08drm/tilcdc: Fix removal actions in case of failed probeKory Maincent (TI.com)-20/+37
2025-10-06drm/tilcdc: Switch to drm_atomic_get_new_crtc_state()Maxime Ripard-2/+1
2025-10-06drm/tilcdc: crtc: Use drm_atomic_helper_check_crtc_primary_plane()Maxime Ripard-8/+1
2024-12-13Merge tag 'drm-misc-next-2024-12-05' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie-2/+1
2024-12-09Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst-2/+2
2024-12-05drm: remove driver date from struct drm_driver and all driversJani Nikula-1/+0
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds-2/+2
2024-11-15drm/client: Move public client header to clients/ subdirectoryThomas Zimmermann-1/+1
2024-09-26drm/tilcdc: Run DRM default client setupThomas Zimmermann-1/+5
2024-08-16drm/tilcdc: Use backlight power constantsThomas Zimmermann-1/+1
2024-04-10drm: tilcdc: don't use devm_pinctrl_get_select_default() in probeWolfram Sang-6/+0
2023-12-28drm/tilcdc: request and mapp iomem with devresPhilipp Stanner-15/+4
2023-11-28drm/tilcdc: Convert to platform remove callback returning voidUwe Kleine-König-5/+4
2023-11-21drm/tilcdc: Fix irq free on unloadTomi Valkeinen-1/+1
2023-09-21drm: Call drm_atomic_helper_shutdown() at shutdown/remove time for misc driversDouglas Anderson-1/+10
2023-06-08drm/tilcdc: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-03-14drm/tilcdc: Use GEM DMA fbdev emulationThomas Zimmermann-2/+2
2022-12-12drm: tilcdc: Remove #ifdef guards for PM related functionsPaul Cercueil-6/+3
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann-1/+1
2022-09-20drm/plane: Remove drm_plane_init()Thomas Zimmermann-5/+4
2022-08-03drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich-1/+1
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich-6/+6
2022-08-03drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich-2/+2
2022-07-26drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann-1/+0
2022-07-05drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä-0/+1
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä-0/+2
2022-04-25drm/tilcdc: fix typos in commentChunguang Xu-1/+1
2022-03-29tilcdc: tilcdc_external: fix an incorrect NULL check on list iteratorXiaomeng Tong-3/+5
2022-03-21drm/tilcdc: Use drm_mode_copy()Ville Syrjälä-1/+1
2022-01-27drm/tilcdc: Add support for the nomodeset kernel parameterJavier Martinez Canillas-0/+3
2021-12-16drm/tilcdc: add const to of_device_idXiang wangx-3/+1
2021-11-30drm: Remove CONFIG_DRM_KMS_CMA_HELPER optionThomas Zimmermann-1/+0
2021-10-15drm: Remove redundant 'flush_workqueue()' callsChristophe JAILLET-3/+1
2021-08-10drm/tilcdc: Convert to Linux IRQ interfacesThomas Zimmermann-11/+43
2021-07-28drm/bridge: Centralize error message when bridge attach failsLaurent Pinchart-3/+1
2021-03-24drm/tilcdc: fix pixel clock setting warning messageDario Binacchi-5/+5
2021-03-24drm/tilcdc: fix LCD pixel clock settingDario Binacchi-2/+3
2021-03-24drm/tilcdc: rename req_rate to pclk_rateDario Binacchi-6/+6
2021-03-24drm/tilcdc: panel: fix platform_no_drv_owner.cocci warningsYang Li-1/+0
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-27/+39
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard-1/+2
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard-1/+1
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard-7/+7
2021-02-24drm: Use state helper instead of plane state pointer in atomic_checkMaxime Ripard-1/+2
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard-1/+1
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard-1/+3
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard-12/+12