index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-08-10
drm/format-helper: Rework XRGB8888-to-RGBG565 conversion
Thomas Zimmermann
6
-62
/
+55
2022-08-10
drm/format-helper: Rework XRGB8888-to-RGBG332 conversion
Thomas Zimmermann
4
-19
/
+46
2022-08-10
drm/format-helper: Convert drm_fb_swab() to struct iosys_map
Thomas Zimmermann
4
-19
/
+44
2022-08-10
drm/format-helper: Merge drm_fb_memcpy() and drm_fb_memcpy_toio()
Thomas Zimmermann
7
-73
/
+70
2022-08-10
drm/format-helper: Provide drm_fb_blit()
Thomas Zimmermann
3
-23
/
+36
2022-08-10
iosys-map: Add IOSYS_MAP_INIT_VADDR_IOMEM()
Thomas Zimmermann
1
-1
/
+14
2022-08-08
drm/panfrost: Add support for devcoredump
Adrián Larumbe
6
-1
/
+314
2022-08-08
drm/panfrost: Add specific register offset macros for JS and MMU AS
Adrián Larumbe
1
-18
/
+24
2022-08-08
gpu: lontium-lt9611: Fix NULL pointer dereference in lt9611_connector_init()
Zeng Jingxiang
1
-1
/
+2
2022-08-05
drm/simpledrm: Convert to atomic helpers
Thomas Zimmermann
1
-105
/
+168
2022-08-05
drm/simpledrm: Compute framebuffer stride if not set
Thomas Zimmermann
1
-0
/
+3
2022-08-05
drm/simpledrm: Remove pdev field from device structure
Thomas Zimmermann
1
-4
/
+2
2022-08-05
drm/simpledrm: Inline device-init helpers
Thomas Zimmermann
1
-163
/
+128
2022-08-05
drm/simpledrm: Remove mem field from device structure
Thomas Zimmermann
1
-2
/
+0
2022-08-05
drm/simpledrm: Fix return type of simpledrm_simple_display_pipe_mode_valid()
Nathan Chancellor
1
-1
/
+1
2022-08-04
drm: Remove the drm_get_unmapped_area() helper
Zack Rusin
2
-150
/
+0
2022-08-04
drm/vmwgfx: Remove unused hugepage support
Zack Rusin
1
-13
/
+0
2022-08-04
drm/vmwgfx: cleanup comments
Tom Rix
7
-14
/
+14
2022-08-04
drm/vmwgfx: clean up some error pointer checking
Dan Carpenter
1
-2
/
+2
2022-08-04
drm: fix whitespace in drm_plane_create_color_properties()
Simon Ser
1
-1
/
+1
2022-08-03
drm/todo: remove task to rename CMA helpers
Danilo Krummrich
1
-13
/
+0
2022-08-03
drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}
Danilo Krummrich
39
-137
/
+142
2022-08-03
drm/gem: rename GEM CMA helpers to GEM DMA helpers
Danilo Krummrich
143
-642
/
+639
2022-08-03
drm/fb: rename FB CMA helpers to FB DMA helpers
Danilo Krummrich
52
-163
/
+168
2022-08-03
drm/fb: remove unused includes of drm_fb_cma_helper.h
Danilo Krummrich
26
-26
/
+0
2022-07-29
drm/mgag200: Remove type field from struct mga_device
Thomas Zimmermann
10
-48
/
+35
2022-07-29
drm/mgag200: Move CRTC atomic_enable to model-specific code
Thomas Zimmermann
5
-85
/
+172
2022-07-29
drm/mgag200: Move mode-config to model-specific code
Thomas Zimmermann
10
-174
/
+977
2022-07-29
drm/mgag200: Provide per-device callbacks for PIXPLLC
Thomas Zimmermann
12
-1029
/
+1026
2022-07-29
drm/mgag200: Provide per-device callbacks for BMC synchronization
Thomas Zimmermann
6
-97
/
+129
2022-07-29
drm/mgag200: Add per-device callbacks
Thomas Zimmermann
10
-10
/
+48
2022-07-29
drm/mgag200: Set SCROFF in primary-plane code
Thomas Zimmermann
1
-15
/
+20
2022-07-29
drm/mgag200: Replace simple-KMS with regular atomic helpers
Thomas Zimmermann
2
-157
/
+233
2022-07-29
drm/mgag200: Reorganize before dropping simple-KMS helpers
Thomas Zimmermann
1
-48
/
+47
2022-07-29
drm/mgag200: Store primary plane's color format in CRTC state
Thomas Zimmermann
2
-10
/
+15
2022-07-29
drm/mgag200: Acquire I/O-register lock in atomic_commit_tail function
Thomas Zimmermann
1
-14
/
+21
2022-07-29
drm/mgag200: Move ER/EW3 register initialization to per-model code
Thomas Zimmermann
3
-7
/
+10
2022-07-29
drm/mgag200: Move DAC-register setup into model-specific code
Thomas Zimmermann
10
-79
/
+192
2022-07-29
drm/mgag200: Split mgag200_modeset_init()
Thomas Zimmermann
1
-9
/
+32
2022-07-29
drm/tests: Split up test cases in igt_check_drm_format_min_pitch
Maíra Canal
1
-2
/
+14
2022-07-29
drm/dp_mst: fix drm_dp_dpcd_read return value checks
Simon Ser
1
-3
/
+3
2022-07-28
drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_rgb565()
José Expósito
1
-0
/
+78
2022-07-28
drm/format-helper: Support multiple target formats results
José Expósito
1
-20
/
+33
2022-07-28
drm/format-helper: Rename test cases to make them more generic
José Expósito
1
-9
/
+8
2022-07-28
drm/format-helper: Fix test on big endian architectures
José Expósito
1
-2
/
+21
2022-07-28
drm/todo: remove task for idr_init_base()
Danilo Krummrich
1
-12
/
+0
2022-07-28
drm/via: use idr_init_base() to initialize dev_priv->object_idr
Danilo Krummrich
1
-1
/
+1
2022-07-28
drm/v3d: use idr_init_base() to initialize v3d_priv->perfmon.idr
Danilo Krummrich
1
-1
/
+1
2022-07-28
drm/sis: use idr_init_base() to initialize dev_priv->object_idr
Danilo Krummrich
1
-1
/
+1
2022-07-28
drm: use idr_init_base() to initialize mode_config.tile_idr
Danilo Krummrich
1
-1
/
+1
[next]