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
/
sti
/
sti_crtc.c
Age
Commit message (
Expand
)
Author
2020-11-02
drm/atomic: Pass the full state to CRTC atomic begin and flush
Maxime Ripard
2020-10-09
drm/atomic: Pass the full state to CRTC atomic enable/disable
Maxime Ripard
2020-03-18
drm/sti: remove use of drm_debugfs functions as return values
Wambui Karuga
2020-02-13
drm/sti: Convert to CRTC VBLANK callbacks
Thomas Zimmermann
2019-06-06
drm/sti: drop use of drmP.h
Sam Ravnborg
2019-01-24
drm: Split out drm_probe_helper.h
Daniel Vetter
2019-01-09
drm: sti: Cleanup drm_display_mode print str
Shayenne Moura
2018-11-13
drm/sti: remove set but not used variable 'priv'
YueHaibing
2018-10-18
drm/sti: make crct disable atomic
Benjamin Gaignard
2018-05-02
gpu: drm: sti: fix spelling mistake: "initialze" -> "initialize"
Colin Ian King
2017-12-06
gpu: drm: sti: Adopt SPDX identifiers
Benjamin Gaignard
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-10
drm/sti: Fix up crtc_state->event handling
Fabien DESSENNE
2016-09-20
drm/sti: fix compositor debugfs creation
Vincent Abriou
2016-09-20
drm/sti: in crtc_atomic_flush, enable only planes of this crtc
Fabien Dessenne
2016-09-20
drm/sti: use vtg array instead of vtg_main/aux
Fabien Dessenne
2016-09-20
drm/sti: use different notifier_block for each pipe
Fabien Dessenne
2016-06-27
drm: sti: fix clocking issues in crtc
Benjamin Gaignard
2016-06-21
drm: sti: use late_register and early_unregister callbacks
Benjamin Gaignard
2016-06-01
drm/sti: remove extra mode fixup
Tomi Valkeinen
2016-03-18
drm/sti: restore mode_fixup callback
Arnd Bergmann
2016-03-17
Merge branch '2016-02-26-st-drm-next' of http://git.linaro.org/people/benjami...
Dave Airlie
2016-03-04
drm/sti: removed optional dummy crtc mode_fixup function.
Carlos Palminha
2016-02-26
drm/sti: set CRTC modesetting parameters
benjamin.gaignard@linaro.org
2015-12-11
drm: Pass 'name' to drm_crtc_init_with_planes()
Ville Syrjälä
2015-11-03
drm/sti: Do not export symbols
Thierry Reding
2015-11-03
drm/sti: Use drm_crtc_vblank_*() API
Thierry Reding
2015-11-03
drm/sti: Store correct CRTC index in events
Thierry Reding
2015-11-03
drm/sti: Constify function pointer structs
Ville Syrjälä
2015-10-06
drm/irq: Use unsigned int pipe in public API
Thierry Reding
2015-08-14
Merge branch 'drm-sti-next-atomic-2015-08-11' of http://git.linaro.org/people...
Dave Airlie
2015-08-03
drm/sti: atomic crtc/plane update
Vincent Abriou
2015-08-03
drm/sti: rename files and functions
Vincent Abriou