index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
hisilicon
/
hibmc
/
hibmc_drm_de.c
Age
Commit message (
Expand
)
Author
2021-06-24
drm/vram-helpers: Create DRM_GEM_VRAM_PLANE_HELPER_FUNCS
Daniel Vetter
2021-02-25
drm: Use state helper instead of the plane state pointer
Maxime Ripard
2021-02-25
drm/atomic: Pass the full state to planes atomic disable and update
Maxime Ripard
2021-02-24
drm: Rename plane->state variables in atomic update and disable
Maxime Ripard
2021-02-24
drm: Use the state pointer directly in planes atomic_check
Maxime Ripard
2021-02-24
drm/atomic: Pass the full state to planes atomic_check
Maxime Ripard
2021-02-24
drm: Rename plane atomic_check state names
Maxime Ripard
2020-12-03
drm/hisilicon: Code refactoring for hibmc_drm_drv
Tian Tao
2020-11-02
drm/atomic: Pass the full state to CRTC atomic begin and flush
Maxime Ripard
2020-10-30
drm/hisilicon: Adding a const declaration to an invariant construct
Tian Tao
2020-10-18
drm/hisilicon: Use the same style of variable type in hibmc_drm_de
Tian Tao
2020-10-09
drm/atomic: Pass the full state to CRTC atomic enable/disable
Maxime Ripard
2020-09-29
drm/hisilicon: Delete the unused macro
Tian Tao
2020-09-29
drm/hisilicon: Using the to_hibmc_drm_private to convert
Tian Tao
2020-08-25
drm/hisilicon: Use drm_err instead of DRM_ERROR in hibmc_drm_de
Tian Tao
2020-08-12
drm/hisilicon: Code refactoring for hibmc_drv_de
Tian Tao
2020-08-12
drm/hisilicon: Remove the unused include statements
Tian Tao
2020-04-03
drm/hisilicon: Enforce 128-byte stride alignment to fix the hardware limitation
Tian Tao
2020-02-27
drm/hisilicon: Add the mode_valid function
Tian Tao
2020-02-27
drm/hisilicon: Add new clock/resolution configurations
Tian Tao
2020-02-13
drm/hisilicon/hibmc: add gamma_set function
Zhihui Chen
2020-02-13
drm/hisilicon/hibmc: add DPMS on/off function
Zhihui Chen
2020-02-13
drm/hisilicon/hibmc: fix 'xset dpms force off' fail
Zhihui Chen
2020-01-06
drm/hisilicon/hibmc: Replace struct hibmc_framebuffer with generic code
Thomas Zimmermann
2019-10-24
drm/hisilicon/hibmc: Use GEM VRAM's prepare_fb() and cleanup_fb() helpers
Thomas Zimmermann
2019-07-15
drm/hisilicon: drop use of drmP.h
Sam Ravnborg
2019-06-19
Merge v5.2-rc5 into drm-next
Daniel Vetter
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-17
drm: Reserve/unreserve GEM VRAM BOs from within pin/unpin functions
Thomas Zimmermann
2019-05-15
drm/hisilicon: Convert hibmc-drm driver to |struct drm_gem_vram_object|
Thomas Zimmermann
2019-01-24
drm: Split out drm_probe_helper.h
Daniel Vetter
2017-08-08
drm: Nuke drm_atomic_helper_plane_set_property
Daniel Vetter
2017-08-01
drm: Plumb modifiers through plane init
Ben Widawsky
2017-06-30
drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()
Laurent Pinchart
2017-06-30
drm: Add old state pointer to CRTC .enable() helper function
Laurent Pinchart
2017-02-09
drm: hibmc: use vblank hooks in struct drm_crtc_funcs
Shawn Guo
2016-12-15
drm: Nuke fb->bits_per_pixel
Ville Syrjälä
2016-11-17
drm/hisilicon/hibmc: Add support for display engine
Rongrong Zou