aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_de.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-03drm/hisilicon: Code refactoring for hibmc_drm_drvTian Tao1-1/+1
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard1-2/+2
2020-10-30drm/hisilicon: Adding a const declaration to an invariant constructTian Tao1-1/+1
2020-10-18drm/hisilicon: Use the same style of variable type in hibmc_drm_deTian Tao1-30/+29
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard1-2/+2
2020-09-29drm/hisilicon: Delete the unused macroTian Tao1-2/+0
2020-09-29drm/hisilicon: Using the to_hibmc_drm_private to convertTian Tao1-11/+11
2020-08-25drm/hisilicon: Use drm_err instead of DRM_ERROR in hibmc_drm_deTian Tao1-7/+7
2020-08-12drm/hisilicon: Code refactoring for hibmc_drv_deTian Tao1-42/+13
2020-08-12drm/hisilicon: Remove the unused include statementsTian Tao1-3/+0
2020-04-03drm/hisilicon: Enforce 128-byte stride alignment to fix the hardware limitationTian Tao1-4/+5
2020-02-27drm/hisilicon: Add the mode_valid functionTian Tao1-0/+20
2020-02-27drm/hisilicon: Add new clock/resolution configurationsTian Tao1-0/+3
2020-02-13drm/hisilicon/hibmc: add gamma_set functionZhihui Chen1-0/+37
2020-02-13drm/hisilicon/hibmc: add DPMS on/off functionZhihui Chen1-0/+16
2020-02-13drm/hisilicon/hibmc: fix 'xset dpms force off' failZhihui Chen1-0/+3
2020-01-06drm/hisilicon/hibmc: Replace struct hibmc_framebuffer with generic codeThomas Zimmermann1-3/+1
2019-10-24drm/hisilicon/hibmc: Use GEM VRAM's prepare_fb() and cleanup_fb() helpersThomas Zimmermann1-10/+4
2019-07-15drm/hisilicon: drop use of drmP.hSam Ravnborg1-0/+6
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter1-6/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-05-17drm: Reserve/unreserve GEM VRAM BOs from within pin/unpin functionsThomas Zimmermann1-6/+0
2019-05-15drm/hisilicon: Convert hibmc-drm driver to |struct drm_gem_vram_object|Thomas Zimmermann1-8/+13
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-1/+1
2017-08-08drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter1-1/+0
2017-08-01drm: Plumb modifiers through plane initBen Widawsky1-0/+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-09drm: hibmc: use vblank hooks in struct drm_crtc_funcsShawn Guo1-0/+20
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä1-3/+3
2016-11-17drm/hisilicon/hibmc: Add support for display engineRongrong Zou1-0/+477