index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
microchip-hlcd/microchip-hlcd-drm-misc-next
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-09
drm/lima: include used header file explicitly
drm-misc-next-2019-04-10
Qiang Yu
1
-0
/
+1
2019-04-09
drm/lima: add missing Kconfig dependency
Qiang Yu
1
-0
/
+3
2019-04-09
drm/meson: Add G12A support for the DW-HDMI Glue
Neil Armstrong
2
-38
/
+157
2019-04-09
drm/meson: Add G12A compatible
Neil Armstrong
1
-0
/
+1
2019-04-09
drm/meson: Add G12A Video Clock setup
Neil Armstrong
1
-11
/
+108
2019-04-09
drm/meson: Add G12A support for CVBS Encoder
Neil Armstrong
2
-9
/
+27
2019-04-09
drm/meson: Add G12A support for plane handling in CRTC driver
Neil Armstrong
2
-52
/
+221
2019-04-09
drm/meson: Add G12A Support for the Overlay video plane
Neil Armstrong
1
-2
/
+8
2019-04-09
drm/meson: Add G12A support for OSD1 Plane
Neil Armstrong
1
-2
/
+13
2019-04-09
drm/meson: Add G12A Support for VIU setup
Neil Armstrong
1
-5
/
+67
2019-04-09
drm/meson: Add G12A Support for VPP setup
Neil Armstrong
1
-19
/
+26
2019-04-09
drm/meson: Add registers for G12A SoC
Neil Armstrong
1
-0
/
+247
2019-04-09
drm/meson: Switch PLL to 5.94GHz base for 297Mhz pixel clock
Neil Armstrong
1
-2
/
+2
2019-04-08
drm/cirrus: rewrite and modernize driver.
Gerd Hoffmann
9
-2013
/
+658
2019-04-08
drm: add drm_fb_xrgb8888_to_rgb888_dstclip()
Gerd Hoffmann
1
-0
/
+60
2019-04-08
drm: add drm_fb_xrgb8888_to_rgb565_dstclip()
Gerd Hoffmann
1
-30
/
+81
2019-04-08
drm: add drm_fb_memcpy_dstclip() helper
Gerd Hoffmann
1
-8
/
+43
2019-04-08
drm: move tinydrm format conversion helpers to new drm_format_helper.c
Gerd Hoffmann
6
-164
/
+190
2019-04-04
drm/pl111: fix possible object reference leak
Wen Yang
1
-0
/
+4
2019-04-04
drm/vc4: vc4_debugfs_regset32() can be static
kbuild test robot
1
-1
/
+1
2019-04-04
drm/panel: Rocktech jh057n00900: Add terminating newlines to logging
Joe Perches
1
-9
/
+10
2019-04-04
drm: Add ASPEED GFX driver
Joel Stanley
8
-0
/
+676
2019-04-03
drm/vc4: Disable V3D interactions if the v3d component didn't probe.
Eric Anholt
7
-1
/
+50
2019-04-03
drm/vc4: Use common helpers for debugfs setup by the driver components.
Eric Anholt
12
-165
/
+125
2019-04-03
drm/panel: otm8009a: Set clock to 29.70 Mhz
Yannick Fertré
1
-7
/
+7
2019-04-03
drm/panel: rm68200: No error msg if probe deferred
Yannick Fertré
1
-1
/
+2
2019-04-03
drm/panel: otm8009a: No error msg if probe deferred
Yannick Fertré
1
-1
/
+2
2019-04-03
drm/panel: otm8009a: Add delay at the end of initialization
Yannick Fertré
1
-0
/
+3
2019-04-03
drm/panel: Add Rocktech jh057n00900 panel driver
Guido Günther
3
-0
/
+400
2019-04-03
drm/panel: Add Feiyang FY07024DI26A30-D MIPI-DSI LCD panel
Jagan Teki
3
-0
/
+282
2019-04-03
drm/fb-helper: generic: Call drm_client_add() after setup is done
Noralf Trønnes
1
-2
/
+2
2019-04-03
drm/vc4: Call drm_dev_register() after all setup is done
Noralf Trønnes
1
-2
/
+4
2019-04-03
drm/fb-helper: dpms_legacy(): Only set on connectors in use
Noralf Trønnes
1
-6
/
+5
2019-04-03
drm/fb-helper: Remove unused gamma_size variable
Noralf Trønnes
1
-5
/
+1
2019-04-02
drm/cirrus: drop mode_info.mode_config_initialized
Gerd Hoffmann
2
-8
/
+2
2019-04-02
drm/bochs: drop mode_config_initialized
Gerd Hoffmann
2
-7
/
+2
2019-04-02
drm/cirrus: add missing drm_helper_force_disable_all() call.
Gerd Hoffmann
1
-0
/
+1
2019-04-02
drm/bochs: add missing drm_atomic_helper_shutdown() call.
Gerd Hoffmann
1
-0
/
+1
2019-04-02
drm/virtio: add missing drm_atomic_helper_shutdown() call.
Gerd Hoffmann
1
-0
/
+1
2019-04-01
drm/v3d: fix a missing check of pm_runtime_get_sync
Kangjie Lu
1
-0
/
+2
2019-04-01
drm/lima: driver for ARM Mali4xx GPUs
Qiang Yu
35
-0
/
+4079
2019-04-01
drm/vc4: Make sure that the v3d ident debugfs has vc4's power on.
Eric Anholt
1
-11
/
+16
2019-04-01
drm/vc4: Add helpers for pm get/put.
Eric Anholt
4
-28
/
+49
2019-04-01
drm/vc4: Use drm_printer for the debugfs and runtime bo stats output.
Eric Anholt
1
-34
/
+14
2019-04-01
drm: shmem: Off by one in drm_gem_shmem_fault()
Dan Carpenter
1
-1
/
+1
2019-04-01
drm/vc4: Use drm_print_regset32() for our debug register dumping.
Eric Anholt
9
-412
/
+348
2019-04-01
drm: Add a helper function for printing a debugfs_regset32.
Eric Anholt
1
-0
/
+28
2019-04-01
drm/v3d: Rename the fence signaled from IRQs to "irq_fence".
Eric Anholt
4
-14
/
+14
2019-04-01
drm/v3d: Add a note about OOM vs FLDONE, which may be racing on v3.3.
Eric Anholt
1
-1
/
+2
2019-04-01
drm/v3d: fix a NULL vs error pointer mixup
Dan Carpenter
1
-2
/
+2
[next]