summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tilcdc/tilcdc_crtc.c
AgeCommit message (Expand)Author
2019-08-02drm/tilcdc: Remove obsolete crtc_mode_valid() hackJyri Sarha
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard
2019-07-17drm/tilcdc: drop use of drmP.hSam Ravnborg
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2018-05-09drm/tilcdc: Fix setting clock divider for omap-l138David Lechner
2018-02-28drm/tilcdc: Delete an error message for a failed memory allocation in seven f...Markus Elfring
2017-12-18drm/tilcdc: make tilcdc_mode_hvtotal() staticXiongwei Song
2017-12-18drm/tilcdc: Remove drm_framebuffer_get() and *_put() callsJyri Sarha
2017-10-13drm/tilcdc: Precalculate total frametime in tilcdc_crtc_set_mode()Jyri Sarha
2017-10-05drm/tilcdc: Use tilcdc_crtc_shutdown() in tilcdc_crtc_destroy()Jyri Sarha
2017-10-05drm/tilcdc: Remove WARN_ON(!drm_modeset_is_locked(&crtc->mutex)) checksJyri Sarha
2017-10-05drm/tilcdc: Turn raster off in crtc reset, if it was on in the HWJyri Sarha
2017-10-05drm/tilcdc: switch to drm_*{get,put} helpersCihangir Akturk
2017-07-26drm: Convert to using %pOF instead of full_nameRob Herring
2017-06-30drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart
2017-04-06drm: convert drivers to use of_graph_get_remote_nodeRob Herring
2017-03-25drm/tilcdc: Drop calls to modeset_lock_crtcDaniel Vetter
2017-03-23BackMerge tag 'v4.11-rc3' into drm-nextDave Airlie
2017-03-14drm/tilcdc: Set framebuffer DMA address to HW only if CRTC is enabledJyri Sarha
2017-03-14drm/tilcdc: Fix hardcoded fail-return value in tilcdc_crtc_create()Jyri Sarha
2017-02-09drm: tilcdc: use vblank hooks in struct drm_crtc_funcsShawn Guo
2017-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie
2017-01-09Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...Dave Airlie
2017-01-09Merge tag 'tilcdc-4.10-fixes' of https://github.com/jsarha/linux into drm-fixesDave Airlie
2017-01-04drm: tilcdc: simplify the recovery from sync lost error on rev1Bartosz Golaszewski
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä
2016-12-15drm: Replace drm_format_plane_cpp() with fb->format->cpp[]Ville Syrjälä
2016-11-30drm/tilcdc: Enable frame done irq and functionality for LCDC rev 1Jyri Sarha
2016-11-30drm/tilcdc: Configure video mode to HW in enable() not in mode_set_nofb()Jyri Sarha
2016-11-30drm/tilcdc: Load palette at the end of mode_set_nofb()Jyri Sarha
2016-11-30drm/tilcdc: Add timeout wait for palette loading to completeJyri Sarha
2016-11-30drm/tilcdc: Enable palette loading for revision 2 LCDC tooJyri Sarha
2016-11-30drm/tilcdc: Fix load mode bit-field setting in tilcdc_crtc_enable()Jyri Sarha
2016-11-30drm/tilcdc: Fix tilcdc_crtc_create() return value handlingJyri Sarha
2016-11-30drm/tilcdc: implement palette loading for rev1Bartosz Golaszewski
2016-11-30drm/tilcdc: Enable sync lost error and recovery handling for rev 1 LCDCJyri Sarha
2016-11-30drm/tilcdc: Recover from sync lost error flood by resetting the LCDCJyri Sarha
2016-11-29drm/tilcdc: Fix race from forced shutdown of crtc in unloadJyri Sarha
2016-11-29drm/tilcdc: Use unload to handle initialization failuresJyri Sarha
2016-11-29drm/tilcdc: Correct misspelling in error messageDaniel Schultz
2016-11-29drm/tilcdc: Add revision handling for FB_CEILINGDaniel Schultz
2016-11-29drm/tilcdc: add a workaround for failed clk_set_rate()Bartosz Golaszewski
2016-10-18drm: tilcdc: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()Laurent Pinchart
2016-09-28Merge tag 'tilcdc-4.9-3.1' of https://github.com/jsarha/linux into drm-nextDave Airlie
2016-09-21drm/tilcdc: Add atomic and crtc headers to crtc.cSean Paul
2016-09-07drm/tilcdc: WARN if CRTC is touched without CRTC lockJyri Sarha
2016-09-07drm/tilcdc: Take CRTC lock when calling tilcdc_crtc_disable()Jyri Sarha
2016-09-07drm/tilcdc: Flush flip-work workqueue before drm_flip_work_cleanup()Jyri Sarha