summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tilcdc/tilcdc_crtc.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-06Merge tag 'drm-misc-next-2026-04-20' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie1-1/+1
2026-05-04drm: Rename struct drm_atomic_state to drm_atomic_commitMaxime Ripard1-4/+4
2026-04-01drm/tilcdc: replace use of system_wq with system_percpu_wqMarco Crivellari1-1/+1
2026-02-11drm/tilcdc: Convert to drm_device-based logging helpersKory Maincent (TI.com)1-13/+13
2026-02-11drm/tilcdc: Convert to DRM managed resourcesKory Maincent (TI.com)1-27/+28
2026-02-11drm/tilcdc: Remove the use of drm_device private_dataKory Maincent (TI.com)1-14/+14
2026-02-11drm/tilcdc: Remove tilcdc_panel_info structureKory Maincent (TI.com)1-25/+3
2026-02-11drm/tilcdc: Remove component framework supportKory Maincent (TI.com)1-10/+0
2026-02-11drm/tilcdc: Add support for DRM bus flags and simplify panel configKory Maincent (TI.com)1-30/+17
2026-02-11drm/tilcdc: Remove simulate_vesa_sync flagKory Maincent (TI.com)1-16/+0
2025-12-13Merge tag 'drm-fixes-2025-12-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-1/+1
2025-12-08drm/tilcdc: Fix removal actions in case of failed probeKory Maincent (TI.com)1-1/+1
2025-10-06drm/tilcdc: crtc: Use drm_atomic_helper_check_crtc_primary_plane()Maxime Ripard1-8/+1
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-2/+2
2022-08-03drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich1-2/+2
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä1-0/+1
2022-04-25drm/tilcdc: fix typos in commentChunguang Xu1-1/+1
2022-03-21drm/tilcdc: Use drm_mode_copy()Ville Syrjälä1-1/+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-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-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-10drm/tilcdc: Remove tilcdc_crtc_max_width(), use private dataJyri Sarha1-15/+1
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
2020-07-14drm/tilcdc: Use standard drm_atomic_helper_commitDaniel Vetter1-0/+13
2019-08-02drm/tilcdc: Remove obsolete crtc_mode_valid() hackJyri Sarha1-17/+11
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard1-12/+1
2019-07-17drm/tilcdc: drop use of drmP.hSam Ravnborg1-7/+11
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2018-05-09drm/tilcdc: Fix setting clock divider for omap-l138David Lechner1-1/+1
2018-02-28drm/tilcdc: Delete an error message for a failed memory allocation in seven f...Markus Elfring1-3/+1
2017-12-18drm/tilcdc: make tilcdc_mode_hvtotal() staticXiongwei Song1-1/+1
2017-12-18drm/tilcdc: Remove drm_framebuffer_get() and *_put() callsJyri Sarha1-49/+0
2017-10-13drm/tilcdc: Precalculate total frametime in tilcdc_crtc_set_mode()Jyri Sarha1-1/+12
2017-10-05drm/tilcdc: Use tilcdc_crtc_shutdown() in tilcdc_crtc_destroy()Jyri Sarha1-3/+1
2017-10-05drm/tilcdc: Remove WARN_ON(!drm_modeset_is_locked(&crtc->mutex)) checksJyri Sarha1-4/+0
2017-10-05drm/tilcdc: Turn raster off in crtc reset, if it was on in the HWJyri Sarha1-1/+29
2017-10-05drm/tilcdc: switch to drm_*{get,put} helpersCihangir Akturk1-3/+3
2017-07-26drm: Convert to using %pOF instead of full_nameRob Herring1-2/+2
2017-06-30drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart1-1/+7
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart1-1/+7
2017-04-06drm: convert drivers to use of_graph_get_remote_nodeRob Herring1-10/+2