index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-09
drm/panfrost: Handle resetting on timeout better
Steven Price
1
-5
/
+11
2019-10-09
drm/panfrost: Remove NULL check for regulator
Steven Price
1
-4
/
+2
2019-10-09
drm: two planes with the same zpos have undefined ordering
Simon Ser
2
-8
/
+9
2019-10-09
drm/vkms: Fix an undefined reference error in vkms_composer_worker
zhong jiang
1
-0
/
+1
2019-10-09
drm/edid: Select DMT timing if EDID's display feature not support GTF
Lee Shawn C
1
-1
/
+2
2019-10-09
drm/komeda: remove redundant assignment to pointer disable_done
Colin Ian King
1
-1
/
+1
2019-10-08
drm/vkms: prime import support
Oleg Vasilev
3
-0
/
+45
2019-10-08
drm/drm_vblank: Change EINVAL by the correct errno
Rodrigo Siqueira
1
-3
/
+3
2019-10-08
drm: Add link training repeaters addresses
Rodrigo Siqueira
1
-0
/
+26
2019-10-08
drm: delete drmP.h + drm_os_linux.h
Sam Ravnborg
3
-170
/
+0
2019-10-08
drm_dp_cec: drop use of drmP.h
Sam Ravnborg
1
-2
/
+4
2019-10-08
drm/arm/mali-dp: Add display QoS interface configuration for Mali DP500
Wen He
4
-0
/
+28
2019-10-08
drm: damage_helper: Fix race checking plane->state->fb
drm-misc-next-2019-10-09-2
Sean Paul
1
-1
/
+7
2019-10-08
drm/sun4i: dsi: Fix video start delay computation
Jagan Teki
1
-1
/
+1
2019-10-07
drm/tilcdc: plane: Make structure tilcdc_plane_funcs constant
Nishka Dasgupta
1
-1
/
+1
2019-10-07
drm/bridge: dw-hdmi: Refuse DDC/CI transfers on the internal I2C controller
Matthias Kaehlcke
1
-0
/
+10
2019-10-07
drm/sun4i: sun6i_mipi_dsi: fix DCS long write packet length
Icenowy Zheng
1
-2
/
+2
2019-10-07
drm/sun4i: dsi: fix the overhead of the horizontal front porch
Icenowy Zheng
1
-4
/
+5
2019-10-07
cec: add cec_adapter to cec_notifier_cec_adap_unregister()
Hans Verkuil
11
-22
/
+28
2019-10-05
drm/mcde: Fix reference to DOC comment
Jonathan Neuschäfer
1
-1
/
+1
2019-10-05
drm/lima: Add support for multiple reset lines
Peter Griffin
1
-1
/
+2
2019-10-04
drm/i810: Prevent underflow in ioctl
Dan Carpenter
1
-2
/
+2
2019-10-04
drm/fourcc: Add Arm 16x16 block modifier
Raymond Smith
1
-1
/
+25
2019-10-04
drm/mm: Use clear_bit_unlock() for releasing the drm_mm_node()
Chris Wilson
1
-5
/
+6
2019-10-04
drm/mm: Convert drm_mm_node booleans to bitops
Chris Wilson
4
-15
/
+16
2019-10-04
drm/mm: Use helpers for drm_mm_node booleans
Chris Wilson
12
-32
/
+37
2019-10-04
dma-fence: Serialise signal enabling (dma_fence_enable_sw_signaling)
Chris Wilson
1
-43
/
+35
2019-10-04
drm/omap: hdmi4: fix use of uninitialized var
Tomi Valkeinen
1
-2
/
+3
2019-10-04
drm/omap: hdmi5: automatically choose limited/full range output
Tomi Valkeinen
1
-56
/
+65
2019-10-04
drm/omap: dss: move platform_register_drivers() to dss.c and remove core.c
Jyri Sarha
3
-56
/
+38
2019-10-04
drm/omap: fix missing scaler pixel fmt limitations
Tomi Valkeinen
1
-0
/
+25
2019-10-04
drm/omap: tweak HDMI DDC timings
Alejandro Hernandez
1
-2
/
+2
2019-10-04
drm/omap: avoid copy in mgr_fld_read/write
Tomi Valkeinen
1
-4
/
+4
2019-10-04
drm/omap: drop unneeded locking from mgr_fld_write()
Tomi Valkeinen
1
-14
/
+1
2019-10-04
drm/mgag200: Allocate cursor BOs at high end of video memory
Thomas Zimmermann
2
-54
/
+52
2019-10-04
drm/mgag200: Reserve video memory for cursor plane
Thomas Zimmermann
5
-6
/
+23
2019-10-04
drm/mgag200: Move cursor BO swapping into mgag200_show_cursor()
Thomas Zimmermann
1
-64
/
+56
2019-10-04
drm/mgag200: Move cursor-image update to mgag200_show_cursor()
Thomas Zimmermann
1
-95
/
+125
2019-10-04
drm/mgag200: Add separate move-cursor function
Thomas Zimmermann
1
-9
/
+20
2019-10-04
drm/mgag200: Add init and fini functions for cursor handling
Thomas Zimmermann
3
-13
/
+35
2019-10-04
drm/mgag200: Rename cursor functions to use mgag200_ prefix
Thomas Zimmermann
3
-16
/
+13
2019-10-04
drm/ast: Allocate cursor BOs at high end of video memory
Thomas Zimmermann
2
-61
/
+73
2019-10-04
drm/ast: Move cursor offset swapping into ast_show_cursor()
Thomas Zimmermann
1
-26
/
+31
2019-10-04
drm/ast: Move cursor update code to ast_show_cursor()
Thomas Zimmermann
1
-35
/
+53
2019-10-04
drm/ast: Move ast_{show,hide}_cursor() within source file
Thomas Zimmermann
1
-17
/
+17
2019-10-04
drm/ast: Don't call ast_show_cursor() from ast_cursor_move()
Thomas Zimmermann
1
-1
/
+4
2019-10-03
Merge drm/drm-next into drm-misc-next
Maxime Ripard
12131
-308791
/
+699716
2019-10-03
Revert "drm/sun4i: dsi: Change the start delay calculation"
Icenowy Zheng
1
-2
/
+1
2019-10-03
drm/sun4i: dsi: Fix TCON DRQ set bits
Jagan Teki
1
-2
/
+2
2019-10-03
drm/sun4i: sun6i_mipi_dsi: Add VCC-DSI regulator support
Jagan Teki
2
-0
/
+16
[next]