aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_de.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-24drm/vram-helpers: Create DRM_GEM_VRAM_PLANE_HELPER_FUNCSDaniel Vetter1-2/+1
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard1-1/+2
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard1-1/+1
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard1-6/+6
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard1-1/+1
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard1-1/+3
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard1-11/+11
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