aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tilcdc/tilcdc_crtc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 functionsMarkus 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
2017-03-25drm/tilcdc: Drop calls to modeset_lock_crtcDaniel Vetter1-6/+6
2017-03-23BackMerge tag 'v4.11-rc3' into drm-nextDave Airlie1-13/+24
2017-03-14drm/tilcdc: Set framebuffer DMA address to HW only if CRTC is enabledJyri Sarha1-12/+23
2017-03-14drm/tilcdc: Fix hardcoded fail-return value in tilcdc_crtc_create()Jyri Sarha1-1/+1
2017-02-09drm: tilcdc: use vblank hooks in struct drm_crtc_funcsShawn Guo1-0/+11
2017-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-nextDave Airlie1-9/+18
2017-01-09Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie1-2/+2
2017-01-09Merge tag 'tilcdc-4.10-fixes' of https://github.com/jsarha/linux into drm-fixesDave Airlie1-9/+18
2017-01-04drm: tilcdc: simplify the recovery from sync lost error on rev1Bartosz Golaszewski1-9/+18
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-1/+1
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä1-1/+1
2016-12-15drm: Replace drm_format_plane_cpp() with fb->format->cpp[]Ville Syrjälä1-1/+1
2016-11-30drm/tilcdc: Enable frame done irq and functionality for LCDC rev 1Jyri Sarha1-7/+11