index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
imx
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-26
drm/imx/dcss: allow using nearest neighbor interpolation scaling
Laurentiu Palcu
3
-10
/
+50
2020-11-26
drm/imx/dcss: fix coccinelle warning
Laurentiu Palcu
1
-2
/
+1
2020-11-26
drm/imx/dcss: fix rotations for Vivante tiled formats
Laurentiu Palcu
1
-2
/
+9
2020-11-10
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
5
-76
/
+21
2020-11-10
Merge v5.10-rc3 into drm-next
Daniel Vetter
5
-76
/
+21
2020-11-06
drm/<drivers>: Constify struct drm_driver
Daniel Vetter
2
-2
/
+2
2020-11-02
drm/atomic: Pass the full state to CRTC atomic begin and flush
Maxime Ripard
2
-4
/
+4
2020-11-02
drm/atomic: Pass the full state to CRTC atomic_check
Maxime Ripard
1
-2
/
+4
2020-10-27
drm/imx: tve remove extraneous type qualifier
Arnd Bergmann
1
-1
/
+1
2020-10-27
drm/imx: parallel-display: reduce scope of edid_len
Philipp Zabel
1
-4
/
+3
2020-10-27
drm/imx: parallel-display: remove unused function enc_to_imxpd()
Philipp Zabel
1
-5
/
+0
2020-10-27
drm/imx: parallel-display: fix edid memory leak
Marco Felsch
1
-10
/
+2
2020-10-27
drm/imx: imx-ldb: reduce scope of edid_len
Philipp Zabel
1
-6
/
+4
2020-10-26
drm/imx: dw_hdmi-imx: remove empty encoder_disable callback
Philipp Zabel
1
-5
/
+0
2020-10-26
drm/imx: drop explicit drm_mode_config_cleanup
Philipp Zabel
1
-5
/
+5
2020-10-26
drm/imx: imx-tve: remove redundant enable tracking
Philipp Zabel
1
-12
/
+4
2020-10-26
drm/imx: imx-tve: use regmap fast_io spinlock
Philipp Zabel
1
-21
/
+1
2020-10-26
drm/imx: dw_hdmi-imx: use imx_drm_encoder_parse_of
Philipp Zabel
1
-9
/
+3
2020-10-09
drm/atomic: Pass the full state to CRTC atomic enable/disable
Maxime Ripard
2
-4
/
+11
2020-09-25
drm/imx/dcss: Initialize DRM driver instance with CMA helper macro
Thomas Zimmermann
1
-13
/
+1
2020-09-21
drm/imx/dcss: fix unused but set variable warnings
Wang ShaoBo
1
-2
/
+0
2020-09-14
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-1
/
+1
2020-09-10
drm/imx/dcss: fix compilation issue on 32bit
Laurentiu Palcu
1
-1
/
+1
2020-09-09
drm/imx/dcss: use drm_bridge_connector API
Laurentiu Palcu
3
-8
/
+41
2020-09-09
drm/imx: Add initial support for DCSS on iMX8MQ
Laurentiu Palcu
17
-0
/
+3962
2020-09-08
Merge tag 'v5.9-rc4' into drm-next
Dave Airlie
1
-1
/
+1
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-12
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
6
-87
/
+74
2020-08-08
drm: Remove unnecessary drm_panel_attach and drm_panel_detach
Joe Perches
2
-16
/
+0
2020-07-23
Merge tag 'imx-drm-next-2020-07-20' of git://git.pengutronix.de/pza/linux int...
Dave Airlie
6
-87
/
+74
2020-07-20
drm/imx: imx-tve: Delete an error message in imx_tve_bind()
Markus Elfring
1
-3
/
+1
2020-07-20
drm/imx: imx-ldb: Disable both channels for split mode in enc->disable()
Liu Ying
1
-3
/
+4
2020-07-20
drm/imx: parallel-display: move panel/bridge detection to fail early
Marco Felsch
1
-6
/
+6
2020-07-20
drm/imx: imx-ldb: remove useless enum
Marco Felsch
1
-5
/
+0
2020-07-20
drm/imx: drop useless best_encoder callback
Marco Felsch
3
-27
/
+0
2020-07-20
drm/imx: tve: fix regulator_disable error path
Marco Felsch
1
-10
/
+10
2020-07-20
drm/imx: parallel-display: Adjust bus_flags handling
Marek Vasut
1
-1
/
+1
2020-07-20
drm/imx: fix use after free
Philipp Zabel
6
-32
/
+52
2020-07-02
drm/imx: Use __drm_atomic_helper_crtc_reset
Daniel Vetter
1
-13
/
+8
2020-06-23
drm: bridge: dw-hdmi: Pass drm_display_info to .mode_valid()
Laurent Pinchart
1
-2
/
+2
2020-06-23
drm: bridge: dw-hdmi: Pass private data pointer to .mode_valid()
Laurent Pinchart
1
-2
/
+4
2020-06-10
drm/imx: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS
Thomas Zimmermann
1
-7
/
+1
2020-06-10
drm/imx: Use GEM CMA object functions
Thomas Zimmermann
1
-5
/
+1
2020-04-02
drm/imx: Use simple encoder
Thomas Zimmermann
6
-31
/
+8
2020-03-18
drm/imx: Remove the bogus possible_clones setup
Ville Syrjälä
1
-2
/
+2
2020-02-26
drm/bridge: Extend bridge API to disable connector creation
Laurent Pinchart
2
-3
/
+3
2020-01-31
drm/imx: pd: Use bus format/flags provided by the bridge when available
Boris Brezillon
1
-25
/
+151
2020-01-28
drm/imx: plane_state->fb iff plane_state->crtc
Daniel Vetter
1
-1
/
+1
2019-12-09
drm/panel: decouple connector from drm_panel
Sam Ravnborg
2
-2
/
+2
2019-10-03
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2
-2
/
+1
[next]