summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tilcdc
AgeCommit message (Expand)AuthorFilesLines
8 daysdrm: tilcdc: don't use devm_pinctrl_get_select_default() in probeWolfram Sang1-6/+0
2023-12-28drm/tilcdc: request and mapp iomem with devresPhilipp Stanner1-15/+4
2023-11-28drm/tilcdc: Convert to platform remove callback returning voidUwe Kleine-König1-5/+4
2023-11-21drm/tilcdc: Fix irq free on unloadTomi Valkeinen1-1/+1
2023-09-21drm: Call drm_atomic_helper_shutdown() at shutdown/remove time for misc driversDouglas Anderson1-1/+10
2023-06-08drm/tilcdc: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-14drm/tilcdc: Use GEM DMA fbdev emulationThomas Zimmermann1-2/+2
2022-12-12drm: tilcdc: Remove #ifdef guards for PM related functionsPaul Cercueil1-6/+3
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann1-1/+1
2022-09-20drm/plane: Remove drm_plane_init()Thomas Zimmermann1-5/+4
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 Krummrich3-6/+6
2022-08-03drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich1-2/+2
2022-07-26drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann1-1/+0
2022-07-05drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä1-0/+1
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2-0/+2
2022-04-25drm/tilcdc: fix typos in commentChunguang Xu1-1/+1
2022-03-29tilcdc: tilcdc_external: fix an incorrect NULL check on list iteratorXiaomeng Tong1-3/+5
2022-03-21drm/tilcdc: Use drm_mode_copy()Ville Syrjälä1-1/+1
2022-01-27drm/tilcdc: Add support for the nomodeset kernel parameterJavier Martinez Canillas1-0/+3
2021-12-16drm/tilcdc: add const to of_device_idXiang wangx1-3/+1
2021-11-30drm: Remove CONFIG_DRM_KMS_CMA_HELPER optionThomas Zimmermann1-1/+0
2021-10-15drm: Remove redundant 'flush_workqueue()' callsChristophe JAILLET1-3/+1
2021-08-10drm/tilcdc: Convert to Linux IRQ interfacesThomas Zimmermann2-11/+43
2021-07-28drm/bridge: Centralize error message when bridge attach failsLaurent Pinchart1-3/+1
2021-03-24drm/tilcdc: fix pixel clock setting warning messageDario Binacchi1-5/+5
2021-03-24drm/tilcdc: fix LCD pixel clock settingDario Binacchi1-2/+3
2021-03-24drm/tilcdc: rename req_rate to pclk_rateDario Binacchi1-6/+6
2021-03-24drm/tilcdc: panel: fix platform_no_drv_owner.cocci warningsYang Li1-1/+0
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2-27/+39
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-1/+1
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard1-7/+7
2021-02-24drm: Use state helper instead of plane state pointer in atomic_checkMaxime Ripard1-1/+2
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-12/+12
2021-02-22doc: use KCFLAGS instead of EXTRA_CFLAGS to pass flags from command lineMasahiro Yamada1-1/+1
2021-02-18drm/tilcdc: fix raster control register settingDario Binacchi1-1/+1
2021-02-18drm/tilcdc: replace spin_lock_irqsave by spin_lock in hard IRQTian Tao1-5/+4
2021-02-10drm/tilcdc: send vblank event when disabling crtcQuanyang Wang1-0/+9
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter1-2/+2
2020-11-03drm: Use the state pointer directly in atomic_checkMaxime Ripard1-3/+3
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard1-1/+1
2020-11-02drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard1-5/+7
2020-10-27drm/tilcdc: avoid 'make W=2' build failureArnd Bergmann1-2/+2
2020-10-10drm/tilcdc: Remove tilcdc_crtc_max_width(), use private dataJyri Sarha3-35/+26
2020-10-10drm/tilcdc: Do not keep vblank interrupts enabled all the timeJyri Sarha1-3/+33
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1