index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
hisilicon
/
kirin
/
kirin_drm_ade.c
Age
Commit message (
Expand
)
Author
2019-08-21
drm: kirin: Move ade drm init to kirin drm drv
Xu YiPing
2019-08-21
drm: kirin: Pass driver data to crtc init and plane init
Xu YiPing
2019-08-21
drm: kirin: Add alloc_hw_ctx/clean_hw_ctx ops in driver data
Xu YiPing
2019-08-21
drm: kirin: Fix dev->driver_data setting
Xu YiPing
2019-08-21
drm: kirin: Rename plane_init and crtc_init
Xu YiPing
2019-08-21
drm: kirin: Add register connect helper functions in drm init
Xu YiPing
2019-08-21
drm: kirin: Move drm driver to driver data
Xu YiPing
2019-08-21
drm: kirin: Move config max_width and max_height to driver data
Xu YiPing
2019-08-21
drm: kirin: Move plane number and primay plane in driver data
Xu YiPing
2019-08-21
drm: kirin: Move mode config function to driver_data
Xu YiPing
2019-08-21
drm: kirin: Move channel formats to driver data
Xu YiPing
2019-08-21
drm: kirin: Move ade crtc/plane help functions to driver_data
Xu YiPing
2019-08-21
drm: kirin: Reanme dc_ops to kirin_drm_data
Xu YiPing
2019-08-21
drm: kirin: Move kirin_crtc, kirin_plane, kirin_format to kirin_drm_drv.h
Xu YiPing
2019-08-21
drm: kirin: Move workqueue to ade_hw_ctx structure
John Stultz
2019-08-21
drm: kirin: Move request irq handle in ade hw ctx alloc
Xu YiPing
2019-08-21
drm: kirin: Dynamically allocate the hw_ctx
Xu YiPing
2019-08-21
drm: kirin: Rename ade_crtc to kirin_crtc
Xu YiPing
2019-08-21
drm: kirin: Rename ade_plane to kirin_plane
Xu YiPing
2019-08-21
drm: kirin: Remove out_format from ade_crtc
Xu YiPing
2019-08-21
drm: kirin: Remove uncessary parameter indirection
Xu YiPing
2019-08-21
drm: kirin: Fix for hikey620 display offset problem
Da Lv
2019-07-22
Merge v5.3-rc1 into drm-misc-next
Maxime Ripard
2019-07-15
drm/hisilicon: drop use of drmP.h
Sam Ravnborg
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-01-24
drm: Split out drm_probe_helper.h
Daniel Vetter
2018-06-25
drm: kirin: Remove useless "Scale not support" error message
John Stultz
2017-11-01
drm/hisilicon: Ensure LDI regs are properly configured.
Peter Griffin
2017-08-29
drm: kirin: Add mode_valid logic to avoid mode clocks we can't generate
John Stultz
2017-08-08
drm: Nuke drm_atomic_helper_plane_set_property
Daniel Vetter
2017-08-08
drm: Nuke drm_atomic_helper_crtc_set_property
Daniel Vetter
2017-08-01
drm: Plumb modifiers through plane init
Ben Widawsky
2017-07-26
drm: Convert to using %pOF instead of full_name
Rob Herring
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-21
drm: kirin: use vblank hooks in struct drm_crtc_funcs
Shawn Guo
2017-02-07
drm: remove drm_vblank_no_hw_counter assignment from driver code
Shawn Guo
2017-01-18
drm: kirin: use crtc helper drm_crtc_from_index()
Shawn Guo
2016-12-15
drm: Nuke fb->pixel_format
Ville Syrjälä
2016-12-13
drm/hisilicon: Don't set drm_device->platformdev
Daniel Vetter
2016-11-12
drm: move allocation out of drm_get_format_name()
Eric Engestrom
2016-08-19
drm: Don't implement empty prepare_fb()/cleanup_fb()
Laurent Pinchart
2016-08-19
drm: Allow drivers to modify plane_state in prepare_fb/cleanup_fb
Chris Wilson
2016-08-17
Revert "drm/hisilicon: Don't set drm_device->platformdev"
Daniel Vetter
2016-08-16
drm/hisilicon: Don't set drm_device->platformdev
Daniel Vetter
2016-08-16
drm: remove `const` attribute to hint at caller that they now own the memory
Eric Engestrom
2016-08-15
drm: make drm_get_format_name thread-safe
Eric Engestrom
2016-07-04
drm/hisilicon: Fix ADE vblank on/off handling
Xinliang Liu
2016-07-04
drm/hisilicon: Fix return value check in ade_dts_parse()
Wei Yongjun
2016-06-09
drm/hisilicon: Implement some semblance of vblank event handling
Daniel Vetter
[next]