dri-devel
Thread
Date
Earlier messages
Messages by Thread
[PATCH 0/7] don't abuse task_struct.group_leader
Oleg Nesterov
[PATCH 1/7] android/binder: don't abuse current->group_leader
Oleg Nesterov
[PATCH 2/7] android/binder: use same_thread_group(proc->tsk, current) in binder_mmap()
Oleg Nesterov
[PATCH 3/7] drm/amdgpu: don't abuse current->group_leader
Oleg Nesterov
[PATCH 4/7] drm/amd: kill the outdated "Only the pthreads threading model is supported" checks
Oleg Nesterov
[PATCH 5/7] drm/pan*: don't abuse current->group_leader
Oleg Nesterov
[PATCH 6/7] RDMA/umem: don't abuse current->group_leader
Oleg Nesterov
[PATCH 7/7] netclassid: use thread_group_leader(p) in update_classid_task()
Oleg Nesterov
[PATCH] riva/fbdev: fix divide error in nv3_arb()
Guangshuo Li
[PATCH RESEND] drm/syncobj: Validate count_handles to prevent large allocations in array_find()
Madhur Kumar
[PATCH v2 0/8] drm/rockchip: No more post-atomic_check fixups
Nicolas Frattaroli
[PATCH v2 1/8] drm/rockchip: vop2: Switch impossible format conditional to WARN_ON
Nicolas Frattaroli
[PATCH v2 2/8] drm/rockchip: vop2: Switch impossible pos conditional to WARN_ON
Nicolas Frattaroli
[PATCH v2 4/8] drm/rockchip: vop2: Enforce scaling workaround in plane_check
Nicolas Frattaroli
[PATCH v2 3/8] drm/rockchip: vop2: Fix Esmart test condition
Nicolas Frattaroli
[PATCH v2 6/8] drm/rockchip: vop2: Enforce AFBC transform stride align in plane_check
Nicolas Frattaroli
[PATCH v2 5/8] drm/rockchip: vop2: Enforce AFBC source alignment in plane_check
Nicolas Frattaroli
[PATCH v2 7/8] drm/rockchip: vop2: Use drm_is_afbc helper function
Nicolas Frattaroli
[PATCH v2 8/8] drm/rockchip: vop2: Simplify format_mod_supported
Nicolas Frattaroli
[GIT PULL] fbdev fixes for v6.19-rc1
Helge Deller
Re: [GIT PULL] fbdev fixes for v6.19-rc1
pr-tracker-bot
[PATCH] drm/panel-edp: Add AUO B140QAX01.H panel
Val Packett
[PATCH v5 0/8] Add support for Pixel 3 and Pixel 3 XL
David Heidelberg via B4 Relay
[PATCH v5 8/8] arm64: dts: qcom: Add support for Pixel 3 and Pixel 3 XL
David Heidelberg via B4 Relay
[PATCH v5 2/8] dt-bindings: panel: sw43408: adjust to reflect the DDIC and panel used
David Heidelberg via B4 Relay
[PATCH v5 3/8] drm/panel: sw43408: Introduce LH546WF1-ED01 panel compatible
David Heidelberg via B4 Relay
[PATCH v5 4/8] drm/panel: sw43408: Add enable/disable and reset functions
David Heidelberg via B4 Relay
[PATCH v5 5/8] drm/panel: sw43408: Remove manual invocation of unprepare at remove
David Heidelberg via B4 Relay
[PATCH v5 7/8] drm/panel: sw43408: Improve wording when reset-gpios aren't available
David Heidelberg via B4 Relay
[PATCH v5 6/8] drm/panel: sw43408: Switch to devm_regulator_bulk_get_const
David Heidelberg via B4 Relay
[PATCH v5 1/8] dt-bindings: arm: qcom: Add Pixel 3 and 3 XL
David Heidelberg via B4 Relay
[PATCH V2] drm/mgag200: Fix big-endian support
René Rebe
Re: [PATCH net-next v2 5/7] net: ethernet: ti: am65-cpsw: Add AF_XDP zero copy for TX
Qiu, Daolin
[PATCH] drm/bridge: dw-hdmi-qp: fix multi-channel audio output
Christian Hewitt
[syzbot] [media?] [dri?] WARNING in dma_buf_vmap
syzbot
[PATCH] drm/nouveau/dispnv50: Don't call drm_atomic_get_crtc_state() in prepare_fb
Lyude Paul
Re: [PATCH] drm: amd: display: shrink struct members
Alex Hung
[PATCH v13 00/10] drm: Reduce page tables overhead with THP
Loïc Molinari
[PATCH v13 01/10] drm/shmem-helper: Simplify page offset calculation in fault handler
Loïc Molinari
[PATCH v13 04/10] drm/gem: Add huge tmpfs mountpoint helpers
Loïc Molinari
[PATCH v13 03/10] drm/gem: Introduce drm_gem_get_unmapped_area() fop
Loïc Molinari
[PATCH v13 02/10] drm/shmem-helper: Map huge pages in fault handler
Loïc Molinari
[PATCH v13 08/10] drm/panthor: Introduce huge tmpfs mountpoint option
Loïc Molinari
[PATCH v13 06/10] drm/v3d: Use huge tmpfs mountpoint helpers
Loïc Molinari
[PATCH v13 05/10] drm/i915: Use huge tmpfs mountpoint helpers
Loïc Molinari
[PATCH v13 10/10] Documentation/gpu/drm-mm: Add THP paragraph to GEM mapping section
Loïc Molinari
[PATCH v13 09/10] drm/panfrost: Introduce huge tmpfs mountpoint option
Loïc Molinari
[PATCH v13 07/10] drm/gem: Get rid of *_with_mnt helpers
Loïc Molinari
Re: [PATCH v13 07/10] drm/gem: Get rid of *_with_mnt helpers
Maíra Canal
[PATCH v3 0/4] Unload linux/kernel.h
Yury Norov (NVIDIA)
[PATCH v3 1/4] kernel.h: drop STACK_MAGIC macro
Yury Norov (NVIDIA)
[PATCH v3 2/4] moduleparam: include required headers explicitly
Yury Norov (NVIDIA)
[PATCH v3 4/4] tracing: move tracing declarations from kernel.h to a dedicated header
Yury Norov (NVIDIA)
Re: [PATCH v3 4/4] tracing: move tracing declarations from kernel.h to a dedicated header
Andy Shevchenko
[PATCH v3 3/4] kernel.h: move VERIFY_OCTAL_PERMISSIONS() to sysfs.h
Yury Norov (NVIDIA)
RE: [PATCH v3] drm/ttm: Avoid NULL pointer deref for evicted BOs
Lin, Shuicheng
Re: [PATCH v3] drm/ttm: Avoid NULL pointer deref for evicted BOs
Matthew Brost
[PATCH v4 0/4] EFI fbcon fixes etc
Tvrtko Ursulin
[PATCH v4 1/4] efi: sysfb_efi: Replace open coded swap with the macro
Tvrtko Ursulin
[PATCH v4 3/4] efi: sysfb_efi: Convert swap width and height quirk to a callback
Tvrtko Ursulin
[PATCH v4 4/4] efi: sysfb_efi: Fix efidrmfb and simpledrmfb on Valve Steam Deck
Tvrtko Ursulin
[PATCH v4 2/4] efi: sysfb_efi: Fix lfb_linelength calculation when applying quirks
Tvrtko Ursulin
[PATCH] drm/syncobj: Convert syncobj idr to xarray
Tvrtko Ursulin
Re: [PATCH] drm/syncobj: Convert syncobj idr to xarray
Matthew Brost
[PATCH 0/2] drm/mediatek: HDMI DDC v2 driver fixes
Louis-Alexis Eyraud
[PATCH 2/2] drm/mediatek: mtk_hdmi_ddc_v2: Fix multi-byte writes
Louis-Alexis Eyraud
[PATCH 1/2] drm/mediatek: mtk_hdmi_ddc_v2: Add transfer abort on timeout cases
Louis-Alexis Eyraud
[PATCH 1/2] dma-buf: improve sg_table debugging hack v3
Christian König
[PATCH 2/2] dma-buf: enable DMABUF_DEBUG by default on DEBUG kernels
Christian König
RE: [PATCH 2/2] dma-buf: enable DMABUF_DEBUG by default on DEBUG kernels
Ruhl, Michael J
RE: [PATCH 1/2] dma-buf: improve sg_table debugging hack v3
Ruhl, Michael J
RE: [PATCH 1/2] dma-buf: improve sg_table debugging hack v3
Ruhl, Michael J
[PATCH 0/2] drm: xlnx: zynqmp_kms: 16 bpp fixes for Xorg startup on AMD KV260
Mikko Rapeli
[PATCH 1/2] drm: xlnx: zynqmp_kms: Init fbdev with 16 bit color
Mikko Rapeli
[PATCH 2/2] drm: xlnx: zynqmp_kms: set preferred_depth to 16 bpp
Mikko Rapeli
[PATCH v6 0/2] Backlight driver to control backlight behind Congatec Board Controller.
Petri Karhula via B4 Relay
[PATCH v6 2/2] mfd: cgbc: Add support for backlight
Petri Karhula via B4 Relay
[PATCH v6 1/2] backlight: Add Congatec Board Controller (CGBC) backlight support
Petri Karhula via B4 Relay
[PATCH next] drm/xe/xe_sriov_vfio: Fix return value in xe_sriov_vfio_migration_supported()
Dan Carpenter
Re: [PATCH next] drm/xe/xe_sriov_vfio: Fix return value in xe_sriov_vfio_migration_supported()
Michal Wajdeczko
[PATCH v2] drm/i915: Fix format string truncation warning
Ard Biesheuvel
[PATCH v3 00/25] drm/vblank: refactoring and cleanups
Jani Nikula
[PATCH v3 01/25] drm/vblank: Unexport drm_wait_one_vblank()
Jani Nikula
[PATCH v3 02/25] drm/vblank: remove drm_wait_one_vblank() completely
Jani Nikula
[PATCH v3 03/25] drm/vblank: remove superfluous pipe check
Jani Nikula
[PATCH v3 04/25] drm/vblank: add return value to drm_crtc_wait_one_vblank()
Jani Nikula
[PATCH v3 05/25] drm/vblank: limit vblank variable scope to atomic
Jani Nikula
[PATCH v3 06/25] drm/vblank: use the drm_vblank_crtc() and drm_crtc_vblank_crtc() helpers more
Jani Nikula
[PATCH v3 07/25] drm/vblank: prefer drm_crtc_vblank_crtc() over drm_vblank_crtc()
Jani Nikula
[PATCH v3 08/25] drm/vblank: pass vlank to drm_vblank_get()/_put()/_count()
Jani Nikula
[PATCH v3 09/25] drm/vblank: pass vblank to drm_update_vblank_count()
Jani Nikula
[PATCH v3 11/25] drm/vblank: use the vblank based interfaces more
Jani Nikula
[PATCH v3 10/25] drm/vblank: pass vblank to drm_handle_vblank_events()
Jani Nikula
[PATCH v3 12/25] drm/vblank: pass vblank to drm_queue_vblank_event()
Jani Nikula
[PATCH v3 13/25] drm/vblank: pass vblank to drm_wait_vblank_reply()
Jani Nikula
[PATCH v3 15/25] drm/vblank: pass vblank to drm_reset_vblank_timestamp()
Jani Nikula
[PATCH v3 14/25] drm/vblank: pass vblank to drm_vblank_count_and_time()
Jani Nikula
[PATCH v3 16/25] drm/vblank: pass vblank to store_vblank()
Jani Nikula
[PATCH v3 17/25] drm/vblank: pass vblank to drm_vblank_enable()
Jani Nikula
[PATCH v3 18/25] drm/vblank: merge drm_vblank_restore() into drm_crtc_vblank_restore()
Jani Nikula
[PATCH v3 19/25] drm/vblank: add drm_crtc_from_vblank() helper
Jani Nikula
[PATCH v3 20/25] drm/vblank: pass vblank to __get_vblank_counter() and drm_max_vblank_count()
Jani Nikula
[PATCH v3 21/25] drm/vblank: pass vblank to __{enable, disable}_vblank()
Jani Nikula
[PATCH v3 22/25] drm/vblank: pass vblank to drm_get_last_vbltimestamp()
Jani Nikula
[PATCH v3 23/25] drm/vblank: pass vblank to drm_vblank_disable_and_save(), make static
Jani Nikula
[PATCH v3 24/25] drm/vblank: reduce pipe checks
Jani Nikula
[PATCH v3 25/25] drm/vblank: clean up debug logging
Jani Nikula
[PATCH next] drm/xe/vf: fix return type in vf_migration_init_late()
Dan Carpenter
Re: [PATCH next] drm/xe/vf: fix return type in vf_migration_init_late()
Michal Wajdeczko
[PATCH] drm/plane: Fix IS_ERR() vs NULL bug drm_plane_create_color_pipeline_property()
Dan Carpenter
Re: [PATCH] drm/plane: Fix IS_ERR() vs NULL bug drm_plane_create_color_pipeline_property()
Simon Ser
Re: [PATCH] drm/i195: Fix format string truncation warning
Ard Biesheuvel
Re: [PATCH] drm/i195: Fix format string truncation warning
Tvrtko Ursulin
Re: [PATCH] drm/i195: Fix format string truncation warning
Jani Nikula
Re: [PATCH] drm/i195: Fix format string truncation warning
David Laight
[PATCH 0/4] drm: Revert and fix enable/disable sequence
Tomi Valkeinen
[PATCH 2/4] Revert "drm/mediatek: dsi: Fix DSI host and panel bridge pre-enable order"
Tomi Valkeinen
[PATCH 1/4] Revert "drm/atomic-helper: Re-order bridge chain pre-enable and post-disable"
Tomi Valkeinen
[PATCH 3/4] drm/atomic-helper: Export and namespace some functions
Tomi Valkeinen
[PATCH 4/4] drm/tidss: Fix enable/disable order
Tomi Valkeinen
Re: [PATCH 0/4] drm: Revert and fix enable/disable sequence
Linus Walleij
Re: [PATCH 0/4] drm: Revert and fix enable/disable sequence
Marek Szyprowski
[PATCH] drm: xe: Replace sprintf() with sysfs_emit()
Madhur Kumar
[PATCH] drm: nouveau: Replace sprintf() with sysfs_emit()
Madhur Kumar
Re: [PATCH] drm: nouveau: Replace sprintf() with sysfs_emit()
Lyude Paul
[PATCH v12 00/10] drm: Reduce page tables overhead with THP
Loïc Molinari
[PATCH v12 02/10] drm/shmem-helper: Map huge pages in fault handler
Loïc Molinari
[PATCH v12 03/10] drm/gem: Introduce drm_gem_get_unmapped_area() fop
Loïc Molinari
[PATCH v12 04/10] drm/gem: Add huge tmpfs mountpoint helpers
Loïc Molinari
[PATCH v12 05/10] drm/i915: Use huge tmpfs mountpoint helpers
Loïc Molinari
Re: [PATCH v12 05/10] drm/i915: Use huge tmpfs mountpoint helpers
Tvrtko Ursulin
Re: [PATCH v12 05/10] drm/i915: Use huge tmpfs mountpoint helpers
Boris Brezillon
[PATCH v12 01/10] drm/shmem-helper: Simplify page offset calculation in fault handler
Loïc Molinari
[PATCH v12 08/10] drm/panthor: Introduce huge tmpfs mountpoint option
Loïc Molinari
[PATCH v12 10/10] Documentation/gpu/drm-mm: Add THP paragraph to GEM mapping section
Loïc Molinari
[PATCH v12 06/10] drm/v3d: Use huge tmpfs mountpoint helpers
Loïc Molinari
[PATCH v12 07/10] drm/gem: Get rid of *_with_mnt helpers
Loïc Molinari
[PATCH v12 09/10] drm/panfrost: Introduce huge tmpfs mountpoint option
Loïc Molinari
[PATCH v3 0/4] Introduce DRM_RAS using generic netlink for RAS
Riana Tauro
[PATCH v3 1/4] drm/ras: Introduce the DRM RAS infrastructure over generic netlink
Riana Tauro
[PATCH v3 2/4] drm/xe/xe_drm_ras: Add support for drm ras
Riana Tauro
[PATCH v3 3/4] drm/xe/xe_hw_error: Add support for GT hardware errors
Riana Tauro
[PATCH v3 4/4] drm/xe/xe_hw_error: Add support for PVC SOC errors
Riana Tauro
[RESEND] drm/amd/display: fix audio playing speed up on POLARIS12
yaolu
[PATCH] drm/atomic: determine the hotspots attribute first for drm plane
yaolu
[PATCH v18 00/42] DEPT(DEPendency Tracker)
Byungchul Park
[PATCH v18 02/42] dept: add single event dependency tracker APIs
Byungchul Park
[PATCH v18 01/42] dept: implement DEPT(DEPendency Tracker)
Byungchul Park
[PATCH v18 03/42] dept: add lock dependency tracker APIs
Byungchul Park
[PATCH v18 13/42] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
Byungchul Park
[PATCH v18 15/42] dept: track timeout waits separately with a new Kconfig
Byungchul Park
[PATCH v18 14/42] dept: apply sdt_might_sleep_{start,end}() to dma fence
Byungchul Park
[PATCH v18 23/42] dept: print staged wait's stacktrace on report
Byungchul Park
[PATCH v18 26/42] cpu/hotplug: use a weaker annotation in AP thread
Byungchul Park
[PATCH v18 16/42] dept: apply timeout consideration to wait_for_completion()/complete()
Byungchul Park
[PATCH v18 22/42] dept: track PG_locked with dept
Byungchul Park
[PATCH v18 28/42] dept: assign unique dept_key to each distinct dma fence caller
Byungchul Park
[PATCH v18 05/42] dept: add proc knobs to show stats and dependency graph
Byungchul Park
[PATCH v18 27/42] dept: assign dept map to mmu notifier invalidation synchronization
Byungchul Park
[PATCH v18 25/42] dept: add documents for dept
Byungchul Park
Re: [PATCH v18 25/42] dept: add documents for dept
Bagas Sanjaya
[PATCH v18 29/42] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
Byungchul Park
[PATCH v18 24/42] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
Byungchul Park
[PATCH v18 32/42] completion, dept: introduce init_completion_dmap() API
Byungchul Park
[PATCH v18 30/42] dept: make dept stop from working on debug_locks_off()
Byungchul Park
[PATCH v18 06/42] dept: distinguish each kernel context from another
Byungchul Park
[PATCH v18 07/42] dept: distinguish each work from another
Byungchul Park
[PATCH v18 20/42] dept: apply timeout consideration to dma fence wait
Byungchul Park
[PATCH v18 40/42] dept: track PG_writeback with dept
Byungchul Park
[PATCH v18 04/42] dept: tie to lockdep and IRQ tracing
Byungchul Park
[PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep
Byungchul Park
[PATCH v18 09/42] dept: record the latest one out of consecutive waits of the same class
Byungchul Park
[PATCH v18 41/42] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
Byungchul Park
Re: [PATCH v18 41/42] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
Jeff Layton
[PATCH v18 12/42] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
Byungchul Park
[PATCH v18 31/42] dept: assign unique dept_key to each distinct wait_for_completion() caller
Byungchul Park
[PATCH v18 33/42] dept: introduce a new type of dependency tracking between multi event sites
Byungchul Park
[PATCH v18 38/42] rcu/update: fix same dept key collision between various types of RCU
Byungchul Park
[PATCH v18 11/42] dept: apply sdt_might_sleep_{start,end}() to swait
Byungchul Park
[PATCH v18 36/42] dept: implement a basic unit test for dept
Byungchul Park
[PATCH v18 37/42] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
Byungchul Park
[PATCH v18 39/42] dept: introduce APIs to set page usage and use subclasses_evt for the usage
Byungchul Park
[PATCH v18 42/42] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE
Byungchul Park
[PATCH v18 17/42] dept: apply timeout consideration to swait
Byungchul Park
[PATCH v18 35/42] dept: introduce event_site() to disable event tracking if it's recoverable
Byungchul Park
[PATCH v18 18/42] dept: apply timeout consideration to waitqueue wait
Byungchul Park
[PATCH v18 19/42] dept: apply timeout consideration to hashed-waitqueue wait
Byungchul Park
[PATCH v18 10/42] dept: apply sdt_might_sleep_{start, end}() to wait_for_completion()/complete()
Byungchul Park
[PATCH v18 21/42] dept: make dept able to work with an external wgen
Byungchul Park
[PATCH v18 08/42] dept: add a mechanism to refill the internal memory pools on running out
Byungchul Park
[PATCH v5 0/5] drm/amdgpu: add UMA carveout tuning interfaces
Yo-Jung Leo Lin (AMD)
[PATCH v5 1/5] drm/amdgpu: parse UMA size-getting/setting bits in ATCS mask
Yo-Jung Leo Lin (AMD)
[PATCH v5 2/5] drm/amdgpu: add helper to read UMA carveout info
Yo-Jung Leo Lin (AMD)
[PATCH v5 3/5] drm/amdgpu: add UMA allocation setting helpers
Yo-Jung Leo Lin (AMD)
[PATCH v5 4/5] drm/amdgpu: add UMA allocation interfaces to sysfs
Yo-Jung Leo Lin (AMD)
Re: [PATCH v5 4/5] drm/amdgpu: add UMA allocation interfaces to sysfs
Lazar, Lijo
Re: [PATCH v5 4/5] drm/amdgpu: add UMA allocation interfaces to sysfs
Lazar, Lijo
RE: [PATCH v5 4/5] drm/amdgpu: add UMA allocation interfaces to sysfs
Lin, Leo
[PATCH v5 5/5] Documentation/amdgpu: Add UMA carveout details
Yo-Jung Leo Lin (AMD)
[bug report] drm/colorop: Add 1D Curve subtype
Dan Carpenter
Earlier messages