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
/
mcde
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-07
drm/mcde: Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
2
-6
/
+2
2021-07-30
Merge tag 'drm-misc-next-2021-07-29' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-1
/
+1
2021-07-28
drm/bridge: Centralize error message when bridge attach fails
Laurent Pinchart
1
-8
/
+1
2021-07-27
Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
1
-1
/
+1
2021-07-27
drm/dsi: Add _NO_ to MIPI_DSI_* flags disabling features
Nicolas Boichat
1
-1
/
+1
2021-07-21
Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-1
/
+0
2021-06-24
drm/tiny: drm_gem_simple_display_pipe_prepare_fb is the default
Daniel Vetter
1
-1
/
+0
2021-06-23
Backmerge tag 'v5.13-rc7' into drm-next
Dave Airlie
1
-1
/
+1
2021-06-09
drm/mcde: Fix off by 10^3 in calculation
Linus Walleij
1
-1
/
+1
2021-05-22
drm/mcde: Remove redundant error printing in mcde_dsi_probe()
Zhen Lei
1
-3
/
+1
2021-03-04
drm/mcde/panel: Inverse misunderstood flag
Linus Walleij
1
-1
/
+1
2021-02-23
drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpers
Thomas Zimmermann
1
-2
/
+2
2021-02-17
drm: Switch to %p4cc format modifier
Sakari Ailus
1
-4
/
+2
2020-12-15
Merge tag 'drm-misc-next-2020-11-27-1' of git://anongit.freedesktop.org/drm/d...
Daniel Vetter
7
-118
/
+680
2020-12-14
Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-3
/
+3
2020-11-25
drm/mcde: fix masking and bitwise-or on variable val
Colin Ian King
1
-1
/
+1
2020-11-24
drm/mcde: Fix uninitialized value
Linus Walleij
1
-1
/
+1
2020-11-24
drm/mcde: Support DPI output
Linus Walleij
7
-47
/
+595
2020-11-24
drm/mcde: Break out DSI set-up routine
Linus Walleij
1
-60
/
+75
2020-11-24
drm/mcde: Fix RGB/BGR bug
Linus Walleij
2
-14
/
+13
2020-11-11
drm/mcde: Fix unbalanced regulator
Linus Walleij
1
-1
/
+7
2020-11-06
drm/<drivers>: Constify struct drm_driver
Daniel Vetter
1
-1
/
+1
2020-10-17
drm/mcde: Fix handling of platform_get_irq() error
Krzysztof Kozlowski
1
-2
/
+2
2020-08-15
drm/mcde: Retry DSI read/write transactions
Linus Walleij
1
-66
/
+92
2020-08-13
drm/mcde: Enable the DSI link with display
Linus Walleij
3
-35
/
+47
2020-08-13
drm/mcde: Fix display pipeline restart
Linus Walleij
4
-82
/
+133
2020-08-13
drm/mcde: Support using DSI in LP mode
Linus Walleij
1
-4
/
+6
2020-08-13
drm/mcde: Improve pixel fetcher FIFO depth setting
Linus Walleij
1
-4
/
+30
2020-08-13
drm/mcde: Fix display data flow control
Linus Walleij
4
-50
/
+111
2020-08-13
drm/mcde: Rename flow function
Linus Walleij
1
-2
/
+2
2020-08-11
Merge tag 'v5.8' into drm-next
Dave Airlie
1
-3
/
+8
2020-07-26
drm/mcde: Fix stability issue
Linus Walleij
1
-3
/
+8
2020-07-24
Merge v5.8-rc6 into drm-next
Dave Airlie
2
-2
/
+3
2020-06-16
drm: mcde: Fix forgotten user of drm->dev_private
Linus Walleij
1
-1
/
+1
2020-06-16
drm: mcde: Fix display initialization problem
Linus Walleij
1
-1
/
+2
2020-06-10
drm/mcde: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS
Thomas Zimmermann
1
-7
/
+1
2020-06-10
drm/mcde: Use GEM CMA object functions
Thomas Zimmermann
1
-5
/
+1
2020-05-27
drm/mcde: Use mode->clock instead of reverse calculating it from the vrefresh
Ville Syrjälä
1
-2
/
+1
2020-05-27
drm: Nuke mode->vrefresh
Ville Syrjälä
1
-3
/
+3
2020-05-12
drm/mcde: dsi: Fix return value check in mcde_dsi_bind()
Wei Yongjun
1
-4
/
+3
2020-04-28
drm/mcde: Don't use drm_device->dev_private
Daniel Vetter
4
-10
/
+10
2020-04-28
drm/mcde: Use devm_drm_dev_alloc
Daniel Vetter
1
-11
/
+4
2020-03-26
drm/mcde: More devm_drm_dev_init
Daniel Vetter
1
-6
/
+3
2020-03-26
drm/mcde: Drop explicit drm_mode_config_cleanup call
Daniel Vetter
1
-14
/
+6
2020-03-26
drm: Garbage collect drm_dev_fini
Daniel Vetter
1
-1
/
+0
2020-03-26
drm/mcde: Use drmm_add_final_kfree
Daniel Vetter
1
-3
/
+2
2020-02-26
drm/bridge: Extend bridge API to disable connector creation
Laurent Pinchart
1
-2
/
+3
2020-02-14
drm/mcde: Fix Sphinx formatting
Jonathan Neuschäfer
1
-4
/
+5
2020-01-03
Merge tag 'drm-misc-next-2020-01-02' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2
-48
/
+192
2019-12-17
drm/mcde: Some fixes to handling video mode
Linus Walleij
2
-48
/
+192
[next]