aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-4/+4
2018-06-25drm: kirin: Remove useless "Scale not support" error messageJohn Stultz1-1/+0
2017-11-01drm/hisilicon: Ensure LDI regs are properly configured.Peter Griffin1-0/+3
2017-08-29drm: kirin: Add mode_valid logic to avoid mode clocks we can't generateJohn Stultz1-0/+14
2017-08-08drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter1-1/+0
2017-08-08drm: Nuke drm_atomic_helper_crtc_set_propertyDaniel Vetter1-1/+0
2017-08-01drm: Plumb modifiers through plane initBen Widawsky1-1/+1
2017-07-26drm: Convert to using %pOF instead of full_nameRob Herring1-2/+1
2017-06-30drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart1-2/+3
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart1-2/+3
2017-02-21drm: kirin: use vblank hooks in struct drm_crtc_funcsShawn Guo1-6/+4
2017-02-07drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo1-1/+0
2017-01-18drm: kirin: use crtc helper drm_crtc_from_index()Shawn Guo1-6/+4
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä1-3/+3
2016-12-13drm/hisilicon: Don't set drm_device->platformdevDaniel Vetter1-8/+3
2016-11-12drm: move allocation out of drm_get_format_name()Eric Engestrom1-4/+3
2016-08-19drm: Don't implement empty prepare_fb()/cleanup_fb()Laurent Pinchart1-15/+0
2016-08-19drm: Allow drivers to modify plane_state in prepare_fb/cleanup_fbChris Wilson1-2/+2
2016-08-17Revert "drm/hisilicon: Don't set drm_device->platformdev"Daniel Vetter1-5/+5
2016-08-16drm/hisilicon: Don't set drm_device->platformdevDaniel Vetter1-5/+5
2016-08-16drm: remove `const` attribute to hint at caller that they now own the memoryEric Engestrom1-1/+1
2016-08-15drm: make drm_get_format_name thread-safeEric Engestrom1-2/+4
2016-07-04drm/hisilicon: Fix ADE vblank on/off handlingXinliang Liu1-0/+2
2016-07-04drm/hisilicon: Fix return value check in ade_dts_parse()Wei Yongjun1-6/+6
2016-06-09drm/hisilicon: Implement some semblance of vblank event handlingDaniel Vetter1-8/+12
2016-04-29drm/hisilicon: Add vblank driver for ADEXinliang Liu1-0/+62
2016-04-29drm/hisilicon: Add plane driver for ADEXinliang Liu1-1/+534
2016-04-29drm/hisilicon: Add crtc driver for ADEXinliang Liu1-0/+462