index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
imx
/
ipuv3-crtc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/imx: move IPUv3 driver into separate subdirectory
Lucas Stach
2022-12-16
1
-456
/
+0
*
drm/gem: rename GEM CMA helpers to GEM DMA helpers
Danilo Krummrich
2022-08-03
1
-1
/
+1
*
drm/fb: remove unused includes of drm_fb_cma_helper.h
Danilo Krummrich
2022-08-03
1
-1
/
+0
*
drm: imx: fix compiler warning with gcc-12
Linus Torvalds
2022-06-09
1
-1
/
+1
*
drm/imx: Add 8 pixel alignment fix
Sebastian Reichel
2021-05-10
1
-1
/
+10
*
drm/imx: ipuv3-crtc: use drm managed resources
Philipp Zabel
2021-01-04
1
-71
/
+43
*
drm/imx: ipuv3-plane: use drm managed resources
Philipp Zabel
2021-01-04
1
-25
/
+2
*
drm/atomic: Pass the full state to CRTC atomic begin and flush
Maxime Ripard
2020-11-02
1
-2
/
+2
*
drm/atomic: Pass the full state to CRTC atomic_check
Maxime Ripard
2020-11-02
1
-2
/
+4
*
drm/atomic: Pass the full state to CRTC atomic enable/disable
Maxime Ripard
2020-10-09
1
-2
/
+4
*
Merge tag 'imx-drm-next-2020-07-20' of git://git.pengutronix.de/pza/linux int...
Dave Airlie
2020-07-23
1
-11
/
+10
|
\
|
*
drm/imx: fix use after free
Philipp Zabel
2020-07-20
1
-11
/
+10
*
|
drm/imx: Use __drm_atomic_helper_crtc_reset
Daniel Vetter
2020-07-02
1
-13
/
+8
|
/
*
Merge v5.3-rc1 into drm-misc-next
Maxime Ripard
2019-07-22
1
-3
/
+3
|
\
|
*
drm/imx: only send event on crtc disable if kept disabled
Robert Beckett
2019-07-04
1
-1
/
+1
|
*
drm/imx: notify drm core before sending event during crtc disable
Robert Beckett
2019-07-04
1
-2
/
+2
*
|
drm/imx: drop use of drmP.h
Sam Ravnborg
2019-07-17
1
-2
/
+6
|
/
*
Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2019-05-09
1
-1
/
+1
|
\
|
*
drm: Use new DRM_BUS_FLAG_*_(DRIVE|SAMPLE)_(POS|NEG)EDGE flags
Laurent Pinchart
2019-03-18
1
-1
/
+1
*
|
drm/imx: don't skip DP channel disable for background plane
Lucas Stach
2019-04-23
1
-1
/
+1
|
/
*
Merge tag 'imx-drm-next-2019-02-22' of git://git.pengutronix.de/pza/linux int...
Dave Airlie
2019-02-28
1
-2
/
+28
|
\
|
*
drm/imx: only send commit done event when all state has been applied
Lucas Stach
2019-02-22
1
-2
/
+28
*
|
drm: Split out drm_probe_helper.h
Daniel Vetter
2019-01-24
1
-6
/
+6
|
/
*
drm/imx: Switch to SPDX identifier
Fabio Estevam
2018-11-05
1
-9
/
+1
*
Merge tag 'imx-drm-next-2018-07-20' of git://git.pengutronix.de/git/pza/linux...
Dave Airlie
2018-07-27
1
-1
/
+0
|
\
|
*
drm/imx: Remove last traces of struct imx_drm_crtc
Leonard Crestez
2018-07-16
1
-1
/
+0
*
|
drm/imx: Use drm_plane_mask()
Ville Syrjälä
2018-07-02
1
-1
/
+1
|
/
*
drm/imx: move arming of the vblank event to atomic_flush
Lucas Stach
2018-03-15
1
-0
/
+5
*
drm/imx: switch to drm_*_get(), drm_*_put() helpers
Cihangir Akturk
2017-10-02
1
-1
/
+1
*
drm: Add old state pointer to CRTC .enable() helper function
Laurent Pinchart
2017-06-30
1
-2
/
+3
*
drm/imx: merge imx-drm-core and ipuv3-crtc in one module
Lucas Stach
2017-04-04
1
-7
/
+1
*
drm/imx: enable/disable PRG on CRTC enable/disable
Lucas Stach
2017-03-16
1
-0
/
+2
*
drm/imx: add deferred plane disabling
Philipp Zabel
2017-03-15
1
-1
/
+21
*
drm: imx: remove struct imx_drm_crtc and imx_drm_crtc_helper_funcs
Shawn Guo
2017-02-09
1
-36
/
+22
*
drm/imx: disable planes before DC
Lucas Stach
2016-11-09
1
-3
/
+6
*
Merge tag 'v4.8-rc8' into drm-next
Dave Airlie
2016-09-28
1
-0
/
+4
|
\
|
*
drm/imx: fix crtc vblank state regression
Lucas Stach
2016-08-30
1
-0
/
+4
*
|
drm/imx: don't destroy mode objects manually on driver unbind
Lucas Stach
2016-08-29
1
-3
/
+6
*
|
drm/imx: Use DRM_PLANE_COMMIT_NO_DISABLE_AFTER_MODESET flag
Liu Ying
2016-08-29
1
-0
/
+3
*
|
drm/imx: ipuv3-crtc: Use the callback ->atomic_disable instead of ->disable
Liu Ying
2016-08-29
1
-2
/
+3
*
|
Merge tag 'topic/drm-misc-2016-08-12' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
2016-08-15
1
-1
/
+0
|
\
\
|
*
|
drm: Remove superflous linux/fb.h includes
Daniel Vetter
2016-08-12
1
-1
/
+0
|
|
/
*
/
drm/imx: Remove imx_drm_handle_vblank()
Liu Ying
2016-08-08
1
-1
/
+1
|
/
*
drm/imx: turn remaining container_of macros into inline functions
Philipp Zabel
2016-07-12
1
-1
/
+4
*
drm/imx: store internal bus configuration in crtc state
Philipp Zabel
2016-07-12
1
-13
/
+54
*
drm/imx: atomic phase 3 step 2: Legacy callback fixups
Liu Ying
2016-07-12
1
-38
/
+6
*
drm/imx: atomic phase 3 step 1: Use atomic configuration
Liu Ying
2016-07-12
1
-182
/
+27
*
drm/imx: Remove encoders' ->prepare callbacks
Liu Ying
2016-07-12
1
-26
/
+12
*
drm/imx: atomic phase 2 step 2: Track plane_state->fb correctly in ->page_flip
Liu Ying
2016-07-12
1
-0
/
+4
*
drm/imx: atomic phase 2 step 1: Wire up state ->reset, ->duplicate and ->destroy
Liu Ying
2016-07-12
1
-0
/
+4
[next]