summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tilcdc/tilcdc_crtc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich2022-08-031-1/+1
* drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich2022-08-031-2/+2
* drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich2022-08-031-2/+2
* drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* drm/tilcdc: fix typos in commentChunguang Xu2022-04-251-1/+1
* drm/tilcdc: Use drm_mode_copy()Ville Syrjälä2022-03-211-1/+1
* drm/tilcdc: fix pixel clock setting warning messageDario Binacchi2021-03-241-5/+5
* drm/tilcdc: fix LCD pixel clock settingDario Binacchi2021-03-241-2/+3
* drm/tilcdc: rename req_rate to pclk_rateDario Binacchi2021-03-241-6/+6
* drm/tilcdc: fix raster control register settingDario Binacchi2021-02-181-1/+1
* drm/tilcdc: replace spin_lock_irqsave by spin_lock in hard IRQTian Tao2021-02-181-5/+4
* drm/tilcdc: send vblank event when disabling crtcQuanyang Wang2021-02-091-0/+9
* drm: Use the state pointer directly in atomic_checkMaxime Ripard2020-11-031-3/+3
* drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard2020-11-021-1/+1
* drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard2020-11-021-5/+7
* drm/tilcdc: Remove tilcdc_crtc_max_width(), use private dataJyri Sarha2020-10-101-15/+1
* drm/tilcdc: Do not keep vblank interrupts enabled all the timeJyri Sarha2020-10-101-3/+33
* drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard2020-10-091-2/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-1/+1
* drm/tilcdc: Use standard drm_atomic_helper_commitDaniel Vetter2020-07-141-0/+13
* drm/tilcdc: Remove obsolete crtc_mode_valid() hackJyri Sarha2019-08-021-17/+11
* Merge v5.3-rc1 into drm-misc-nextMaxime Ripard2019-07-221-12/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* | drm/tilcdc: drop use of drmP.hSam Ravnborg2019-07-171-7/+11
|/
* drm/tilcdc: Fix setting clock divider for omap-l138David Lechner2018-05-091-1/+1
* drm/tilcdc: Delete an error message for a failed memory allocation in seven f...Markus Elfring2018-02-281-3/+1
* drm/tilcdc: make tilcdc_mode_hvtotal() staticXiongwei Song2017-12-181-1/+1
* drm/tilcdc: Remove drm_framebuffer_get() and *_put() callsJyri Sarha2017-12-181-49/+0
* drm/tilcdc: Precalculate total frametime in tilcdc_crtc_set_mode()Jyri Sarha2017-10-131-1/+12
* drm/tilcdc: Use tilcdc_crtc_shutdown() in tilcdc_crtc_destroy()Jyri Sarha2017-10-051-3/+1
* drm/tilcdc: Remove WARN_ON(!drm_modeset_is_locked(&crtc->mutex)) checksJyri Sarha2017-10-051-4/+0
* drm/tilcdc: Turn raster off in crtc reset, if it was on in the HWJyri Sarha2017-10-051-1/+29
* drm/tilcdc: switch to drm_*{get,put} helpersCihangir Akturk2017-10-051-3/+3
* drm: Convert to using %pOF instead of full_nameRob Herring2017-07-261-2/+2
* drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart2017-06-301-1/+7
* drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart2017-06-301-1/+7
* drm: convert drivers to use of_graph_get_remote_nodeRob Herring2017-04-061-10/+2
* drm/tilcdc: Drop calls to modeset_lock_crtcDaniel Vetter2017-03-251-6/+6
* BackMerge tag 'v4.11-rc3' into drm-nextDave Airlie2017-03-231-13/+24
|\
| * drm/tilcdc: Set framebuffer DMA address to HW only if CRTC is enabledJyri Sarha2017-03-141-12/+23
| * drm/tilcdc: Fix hardcoded fail-return value in tilcdc_crtc_create()Jyri Sarha2017-03-141-1/+1
* | drm: tilcdc: use vblank hooks in struct drm_crtc_funcsShawn Guo2017-02-091-0/+11
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie2017-01-271-9/+18
|\
| * Merge tag 'tilcdc-4.10-fixes' of https://github.com/jsarha/linux into drm-fixesDave Airlie2017-01-091-9/+18
| |\
| | * drm: tilcdc: simplify the recovery from sync lost error on rev1Bartosz Golaszewski2017-01-041-9/+18
* | | Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-01-091-2/+2
|\ \ \ | |/ / |/| |
| * | drm: Nuke fb->pixel_formatVille Syrjälä2016-12-151-1/+1
| * | drm: Replace drm_format_plane_cpp() with fb->format->cpp[]Ville Syrjälä2016-12-151-1/+1
| |/
* / ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-1/+1
|/
* drm/tilcdc: Enable frame done irq and functionality for LCDC rev 1Jyri Sarha2016-11-301-7/+11