aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tilcdc/tilcdc_crtc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-30drm/tilcdc: Configure video mode to HW in enable() not in mode_set_nofb()Jyri Sarha1-214/+212
2016-11-30drm/tilcdc: Load palette at the end of mode_set_nofb()Jyri Sarha1-20/+5
2016-11-30drm/tilcdc: Add timeout wait for palette loading to completeJyri Sarha1-1/+5
2016-11-30drm/tilcdc: Enable palette loading for revision 2 LCDC tooJyri Sarha1-43/+47
2016-11-30drm/tilcdc: Fix load mode bit-field setting in tilcdc_crtc_enable()Jyri Sarha1-1/+3
2016-11-30drm/tilcdc: Fix tilcdc_crtc_create() return value handlingJyri Sarha1-5/+7
2016-11-30drm/tilcdc: implement palette loading for rev1Bartosz Golaszewski1-1/+87
2016-11-30drm/tilcdc: Enable sync lost error and recovery handling for rev 1 LCDCJyri Sarha1-15/+20
2016-11-30drm/tilcdc: Recover from sync lost error flood by resetting the LCDCJyri Sarha1-1/+25
2016-11-29drm/tilcdc: Fix race from forced shutdown of crtc in unloadJyri Sarha1-6/+23
2016-11-29drm/tilcdc: Use unload to handle initialization failuresJyri Sarha1-3/+7
2016-11-29drm/tilcdc: Correct misspelling in error messageDaniel Schultz1-1/+1
2016-11-29drm/tilcdc: Add revision handling for FB_CEILINGDaniel Schultz1-1/+5
2016-11-29drm/tilcdc: add a workaround for failed clk_set_rate()Bartosz Golaszewski1-6/+51
2016-10-18drm: tilcdc: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()Laurent Pinchart1-10/+8
2016-09-28Merge tag 'tilcdc-4.9-3.1' of https://github.com/jsarha/linux into drm-nextDave Airlie1-32/+59
2016-09-21drm/tilcdc: Add atomic and crtc headers to crtc.cSean Paul1-2/+4
2016-09-07drm/tilcdc: WARN if CRTC is touched without CRTC lockJyri Sarha1-0/+8
2016-09-07drm/tilcdc: Take CRTC lock when calling tilcdc_crtc_disable()Jyri Sarha1-0/+2
2016-09-07drm/tilcdc: Flush flip-work workqueue before drm_flip_work_cleanup()Jyri Sarha1-0/+4