summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_de.c
AgeCommit message (Expand)Author
2021-06-24drm/vram-helpers: Create DRM_GEM_VRAM_PLANE_HELPER_FUNCSDaniel Vetter
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard
2020-12-03drm/hisilicon: Code refactoring for hibmc_drm_drvTian Tao
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard
2020-10-30drm/hisilicon: Adding a const declaration to an invariant constructTian Tao
2020-10-18drm/hisilicon: Use the same style of variable type in hibmc_drm_deTian Tao
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard
2020-09-29drm/hisilicon: Delete the unused macroTian Tao
2020-09-29drm/hisilicon: Using the to_hibmc_drm_private to convertTian Tao
2020-08-25drm/hisilicon: Use drm_err instead of DRM_ERROR in hibmc_drm_deTian Tao
2020-08-12drm/hisilicon: Code refactoring for hibmc_drv_deTian Tao
2020-08-12drm/hisilicon: Remove the unused include statementsTian Tao
2020-04-03drm/hisilicon: Enforce 128-byte stride alignment to fix the hardware limitationTian Tao
2020-02-27drm/hisilicon: Add the mode_valid functionTian Tao
2020-02-27drm/hisilicon: Add new clock/resolution configurationsTian Tao
2020-02-13drm/hisilicon/hibmc: add gamma_set functionZhihui Chen
2020-02-13drm/hisilicon/hibmc: add DPMS on/off functionZhihui Chen
2020-02-13drm/hisilicon/hibmc: fix 'xset dpms force off' failZhihui Chen
2020-01-06drm/hisilicon/hibmc: Replace struct hibmc_framebuffer with generic codeThomas Zimmermann
2019-10-24drm/hisilicon/hibmc: Use GEM VRAM's prepare_fb() and cleanup_fb() helpersThomas Zimmermann
2019-07-15drm/hisilicon: drop use of drmP.hSam Ravnborg
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-17drm: Reserve/unreserve GEM VRAM BOs from within pin/unpin functionsThomas Zimmermann
2019-05-15drm/hisilicon: Convert hibmc-drm driver to |struct drm_gem_vram_object|Thomas Zimmermann
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter
2017-08-08drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter
2017-08-01drm: Plumb modifiers through plane initBen Widawsky
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-02-09drm: hibmc: use vblank hooks in struct drm_crtc_funcsShawn Guo
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä
2016-11-17drm/hisilicon/hibmc: Add support for display engineRongrong Zou