index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
gpio
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-03-02
MAINTAINERS: Add myself as maintainer for DRM Panels drivers
Neil Armstrong
1
-1
/
+1
2023-03-01
drm/radeon: Use the drm suballocation manager implementation.
Maarten Lankhorst
6
-356
/
+57
2023-03-01
drm/amd: Convert amdgpu to use suballocation helper.
Maarten Lankhorst
6
-337
/
+45
2023-03-01
drm/suballoc: Extract amdgpu_sa.c as generic suballocation helper
Maarten Lankhorst
4
-0
/
+572
2023-03-01
drm/edid: Fix csync detailed mode parsing
Ville Syrjälä
2
-11
/
+30
2023-03-01
drm/ast: Rename to_ast_private() to to_ast_device()
Thomas Zimmermann
7
-46
/
+46
2023-03-01
drm/ast: Rename struct ast_private to struct ast_device
Thomas Zimmermann
9
-150
/
+150
2023-03-01
drm/ast: Rework definition of I/O read and write helpers
Thomas Zimmermann
1
-34
/
+14
2023-03-01
drm/ast: Remove little-endianism from I/O helpers
Thomas Zimmermann
1
-1
/
+3
2023-02-28
drm/vc4: replace obj lookup steps with drm_gem_objects_lookup
Maíra Canal
1
-41
/
+2
2023-02-28
drm/vc4: replace drm_gem_dma_object for drm_gem_object in vc4_exec_info
Maíra Canal
3
-23
/
+20
2023-02-28
Revert "drm/shmem-helper: Switch to reservation lock"
Thomas Zimmermann
6
-91
/
+148
2023-02-27
drm/connector: print max_requested_bpc in state debugfs
Harry Wentland
1
-0
/
+1
2023-02-27
drm/display: Don't block HDR_OUTPUT_METADATA on unknown EOTF
Harry Wentland
1
-4
/
+2
2023-02-27
drm/probe-helper: Cancel previous job before starting new one
Dom Cobley
1
-2
/
+3
2023-02-27
drm/shmem-helper: Switch to reservation lock
Dmitry Osipenko
6
-148
/
+91
2023-02-27
drm/shmem-helper: Don't use vmap_use_count for dma-bufs
Dmitry Osipenko
1
-14
/
+15
2023-02-27
drm/shmem-helper: Switch to use drm_* debug helpers
Dmitry Osipenko
1
-16
/
+22
2023-02-27
drm/shmem-helper: Put booleans in the end of struct drm_gem_shmem_object
Dmitry Osipenko
1
-15
/
+15
2023-02-27
drm/gem: Add evict() callback to drm_gem_object_funcs
Dmitry Osipenko
2
-0
/
+30
2023-02-27
drm/virtio: use strscpy() to instead of strncpy()
Xu Panda
1
-2
/
+1
2023-02-27
drm/edid: parse Tiled Display Topology Data Block for DisplayID 2.0
Jani Nikula
1
-1
/
+10
2023-02-27
drm/edid: update non-desktop use also from DisplayID
Jani Nikula
1
-0
/
+25
2023-02-27
drm/displayid: provide access to DisplayID version and primary use case
Jani Nikula
2
-1
/
+41
2023-02-27
drm/displayid: return struct displayid_header from validate_displayid()
Jani Nikula
1
-9
/
+8
2023-02-27
drm/displayid: add displayid_get_header() and check bounds better
Jani Nikula
1
-1
/
+16
2023-02-24
drm/v3d: Use drm_sched_job_add_syncobj_dependency()
Maíra Canal
1
-18
/
+8
2023-02-24
drm/panfrost: Use drm_sched_job_add_syncobj_dependency()
Maíra Canal
1
-9
/
+2
2023-02-24
drm/sched: Create wrapper to add a syncobj dependency to job
Maíra Canal
2
-0
/
+35
2023-02-23
drm/radeon: handle NULL bo->resource in move callback
Matthew Auld
1
-1
/
+2
2023-02-23
drm/qxl: handle NULL bo->resource in move callback
Matthew Auld
1
-0
/
+11
2023-02-23
drm/gem-vram: handle NULL bo->resource in move callback
Matthew Auld
2
-2
/
+13
2023-02-21
drm/nouveau/kms/nv50: fix nv50_wndw_new_ prototype
Jiri Slaby (SUSE)
1
-2
/
+3
2023-02-20
drm/tidss: Implement struct drm_plane_helper_funcs.atomic_enable
Thomas Zimmermann
1
-0
/
+11
2023-02-20
drm/tidss: Remove return values from dispc_plane_{setup, enable}()
Thomas Zimmermann
3
-22
/
+9
2023-02-20
drm/mgag200: Implement struct drm_plane_helper_funcs.atomic_enable
Thomas Zimmermann
2
-7
/
+15
2023-02-20
drm/mgag200: Remove disable handling from atomic_update
Thomas Zimmermann
1
-3
/
+0
2023-02-20
drm/ast: Implement struct drm_plane_helper_funcs.atomic_enable
Thomas Zimmermann
1
-8
/
+20
2023-02-20
drm/atomic-helper: Add atomic_enable plane-helper callback
Thomas Zimmermann
3
-5
/
+70
2023-02-20
drm: Fix comment on mode parsing
Thomas Zimmermann
1
-2
/
+1
2023-02-20
drm: Include <video/cmdline.h> for mode parsing
Thomas Zimmermann
1
-3
/
+6
2023-02-20
driver/ps3: Include <video/cmdline.h> for mode parsing
Thomas Zimmermann
1
-12
/
+6
2023-02-20
fbdev: Handle video= parameter in video/cmdline.c
Thomas Zimmermann
8
-88
/
+172
2023-02-20
fbdev: Move option-string lookup into helper
Thomas Zimmermann
1
-24
/
+36
2023-02-20
fbdev: Unexport fb_mode_option
Thomas Zimmermann
2
-4
/
+1
2023-02-20
fbdev: Read video= option with fb_get_option() in modedb
Thomas Zimmermann
1
-2
/
+6
2023-02-20
drivers/ps3: Read video= option with fb_get_option()
Thomas Zimmermann
1
-2
/
+9
2023-02-20
fbdev: Support NULL for name in option-string lookup
Thomas Zimmermann
1
-1
/
+6
2023-02-20
fbdev: Transfer video= option strings to caller; clarify ownership
Thomas Zimmermann
1
-4
/
+12
2023-02-20
fbdev: Fix contact info in fb_cmdline.c
Thomas Zimmermann
1
-1
/
+1
[next]