dri-devel
Thread
Date
Earlier messages
Later messages
Messages by Thread
[PATCH v15 17/43] dept: apply sdt_might_sleep_{start, end}() to dma fence
Byungchul Park
[PATCH v15 24/43] dept: make dept able to work with an external wgen
Byungchul Park
[PATCH v15 40/43] dept: add module support for struct dept_event_site and dept_event_site_dep
Byungchul Park
[PATCH v15 27/43] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
Byungchul Park
[PATCH v15 23/43] dept: apply timeout consideration to dma fence wait
Byungchul Park
[PATCH v15 29/43] dept: add documentation for dept
Byungchul Park
[PATCH v15 11/43] dept: add a mechanism to refill the internal memory pools on running out
Byungchul Park
[PATCH v15 33/43] dept: assign unique dept_key to each distinct dma fence caller
Byungchul Park
[PATCH v15 31/43] fs/jbd2: use a weaker annotation in journal handling
Byungchul Park
[PATCH v15 08/43] x86_64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to x86_64
Byungchul Park
[PATCH v15 18/43] dept: track timeout waits separately with a new Kconfig
Byungchul Park
[PATCH v15 15/43] dept: apply sdt_might_sleep_{start, end}() to waitqueue wait
Byungchul Park
[PATCH v15 10/43] dept: distinguish each work from another
Byungchul Park
[PATCH v15 20/43] dept: apply timeout consideration to swait
Byungchul Park
Re: [PATCH v15 00/43] DEPT(DEPendency Tracker)
Byungchul Park
TTM evicting same-vm bos
Hellstrom, Thomas
Re: TTM evicting same-vm bos
Christian König
Re: [PATCH 00/11] rust: add support for Port io
Danilo Krummrich
Re: [PATCH 00/11] rust: add support for Port io
Andrew Ballance
Re: [rfc] drm/ttm/memcg: simplest initial memcg/ttm integration (v2)
Johannes Weiner
Re: [rfc] drm/ttm/memcg: simplest initial memcg/ttm integration (v2)
Dave Airlie
Re: [rfc] drm/ttm/memcg: simplest initial memcg/ttm integration (v2)
Christian König
Re: [rfc] drm/ttm/memcg: simplest initial memcg/ttm integration (v2)
Waiman Long
Re: [rfc] drm/ttm/memcg: simplest initial memcg/ttm integration (v2)
Christian König
Re: [rfc] drm/ttm/memcg: simplest initial memcg/ttm integration (v2)
Johannes Weiner
Re: [rfc] drm/ttm/memcg: simplest initial memcg/ttm integration (v2)
Christian König
Re: [rfc] drm/ttm/memcg: simplest initial memcg/ttm integration (v2)
Johannes Weiner
Re: [rfc] drm/ttm/memcg: simplest initial memcg/ttm integration (v2)
Christian König
Re: [rfc] drm/ttm/memcg: simplest initial memcg/ttm integration (v2)
Johannes Weiner
Re: [rfc] drm/ttm/memcg: simplest initial memcg/ttm integration (v2)
Christian König
Re: [rfc] drm/ttm/memcg: simplest initial memcg/ttm integration (v2)
Johannes Weiner
Re: [rfc] drm/ttm/memcg: simplest initial memcg/ttm integration (v2)
Dave Airlie
Re: [rfc] drm/ttm/memcg: simplest initial memcg/ttm integration (v2)
Christian König
Re: [rfc] drm/ttm/memcg: simplest initial memcg/ttm integration (v2)
Dave Airlie
Re: [rfc] drm/ttm/memcg: simplest initial memcg/ttm integration (v2)
Christian König
Re: [rfc] drm/ttm/memcg: simplest initial memcg/ttm integration (v2)
Tejun Heo
Re: [rfc] drm/ttm/memcg: simplest initial memcg/ttm integration (v2)
Christian König
Re: [rfc] drm/ttm/memcg: simplest initial memcg/ttm integration (v2)
Tejun Heo
Re: [rfc] drm/ttm/memcg: simplest initial memcg/ttm integration (v2)
Christian König
Re: [rfc] drm/ttm/memcg: simplest initial memcg/ttm integration (v2)
Dave Airlie
Re: [rfc] drm/ttm/memcg: simplest initial memcg/ttm integration (v2)
Christian König
Re: [rfc] drm/ttm/memcg: simplest initial memcg/ttm integration (v2)
Johannes Weiner
Re: [rfc] drm/ttm/memcg: simplest initial memcg/ttm integration (v2)
Dave Airlie
Re: [rfc] drm/ttm/memcg: simplest initial memcg/ttm integration (v2)
Christian König
Re: [rfc] drm/ttm/memcg: simplest initial memcg/ttm integration (v2)
Johannes Weiner
Re: [rfc] drm/ttm/memcg: simplest initial memcg/ttm integration (v2)
Dave Airlie
[RFC v3 00/10] Some (drm_sched_|dma_)fence lifetime issues
Tvrtko Ursulin
[RFC v3 01/10] dma-fence: Change signature of __dma_fence_is_later
Tvrtko Ursulin
[RFC v3 02/10] dma-fence: Use a flag for 64-bit seqnos
Tvrtko Ursulin
[RFC v3 03/10] dma-fence: Add helpers for accessing driver and timeline name
Tvrtko Ursulin
[RFC v3 04/10] sync_file: Use dma-fence driver and timeline name helpers
Tvrtko Ursulin
[RFC v3 10/10] drm/xe: Make dma-fences compliant with the safe access rules
Tvrtko Ursulin
[RFC v3 05/10] drm/amdgpu: Use dma-fence driver and timeline name helpers
Tvrtko Ursulin
Re: [RFC v3 05/10] drm/amdgpu: Use dma-fence driver and timeline name helpers
Christian König
[RFC v3 09/10] drm/i915: Protect access to driver and timeline name
Tvrtko Ursulin
[RFC v3 06/10] drm/i915: Use dma-fence driver and timeline name helpers
Tvrtko Ursulin
[RFC v3 08/10] sync_file: Protect access to driver and timeline name
Tvrtko Ursulin
[RFC v3 07/10] dma-fence: Add safe access helpers and document the rules
Tvrtko Ursulin
Re: [RFC v3 07/10] dma-fence: Add safe access helpers and document the rules
Christian König
Re: [RFC v3 07/10] dma-fence: Add safe access helpers and document the rules
Tvrtko Ursulin
Re: [PATCH 04/11] rust: io: add PortIo
kernel test robot
[PATCH] drm/uapi: Fix typo "restictions"
WangYuli
[PATCH v1 0/5] misc: fastrpc: Add missing bug fixes
Ekansh Gupta
[PATCH v1 1/5] misc: fastrpc: Add NULL check to fastrpc_buf_free to prevent crash
Ekansh Gupta
Re: [PATCH v1 1/5] misc: fastrpc: Add NULL check to fastrpc_buf_free to prevent crash
Srinivas Kandagatla
Re: [PATCH v1 1/5] misc: fastrpc: Add NULL check to fastrpc_buf_free to prevent crash
Dmitry Baryshkov
Re: [PATCH v1 1/5] misc: fastrpc: Add NULL check to fastrpc_buf_free to prevent crash
Srinivas Kandagatla
Re: [PATCH v1 1/5] misc: fastrpc: Add NULL check to fastrpc_buf_free to prevent crash
Ekansh Gupta
[PATCH v1 2/5] misc: fastrpc: Move all remote heap allocations to a new list
Ekansh Gupta
Re: [PATCH v1 2/5] misc: fastrpc: Move all remote heap allocations to a new list
Dmitry Baryshkov
Re: [PATCH v1 2/5] misc: fastrpc: Move all remote heap allocations to a new list
Ekansh Gupta
Re: [PATCH v1 2/5] misc: fastrpc: Move all remote heap allocations to a new list
Dmitry Baryshkov
Re: [PATCH v1 2/5] misc: fastrpc: Move all remote heap allocations to a new list
Ekansh Gupta
Re: [PATCH v1 2/5] misc: fastrpc: Move all remote heap allocations to a new list
Dmitry Baryshkov
Re: [PATCH v1 2/5] misc: fastrpc: Move all remote heap allocations to a new list
Srinivas Kandagatla
Re: [PATCH v1 2/5] misc: fastrpc: Move all remote heap allocations to a new list
Ekansh Gupta
[PATCH v1 4/5] misc: fastrpc: Remove buffer from list prior to unmap operation
Ekansh Gupta
Re: [PATCH v1 4/5] misc: fastrpc: Remove buffer from list prior to unmap operation
Dmitry Baryshkov
Re: [PATCH v1 4/5] misc: fastrpc: Remove buffer from list prior to unmap operation
Ekansh Gupta
Re: [PATCH v1 4/5] misc: fastrpc: Remove buffer from list prior to unmap operation
Dmitry Baryshkov
[PATCH v1 3/5] misc: fastrpc: Fix initial memory allocation for Audio PD memory pool
Ekansh Gupta
Re: [PATCH v1 3/5] misc: fastrpc: Fix initial memory allocation for Audio PD memory pool
Dmitry Baryshkov
Re: [PATCH v1 3/5] misc: fastrpc: Fix initial memory allocation for Audio PD memory pool
Ekansh Gupta
Re: [PATCH v1 3/5] misc: fastrpc: Fix initial memory allocation for Audio PD memory pool
Dmitry Baryshkov
Re: [PATCH v1 3/5] misc: fastrpc: Fix initial memory allocation for Audio PD memory pool
Ekansh Gupta
Re: [PATCH v1 3/5] misc: fastrpc: Fix initial memory allocation for Audio PD memory pool
Dmitry Baryshkov
Re: [PATCH v1 3/5] misc: fastrpc: Fix initial memory allocation for Audio PD memory pool
Srinivas Kandagatla
Re: [PATCH v1 3/5] misc: fastrpc: Fix initial memory allocation for Audio PD memory pool
Ekansh Gupta
[PATCH v1 5/5] misc: fastrpc: Add missing unmapping user-requested remote heap
Ekansh Gupta
Re: [PATCH v1 5/5] misc: fastrpc: Add missing unmapping user-requested remote heap
Dmitry Baryshkov
Re: [PATCH v1 5/5] misc: fastrpc: Add missing unmapping user-requested remote heap
Ekansh Gupta
Re: [PATCH v1 5/5] misc: fastrpc: Add missing unmapping user-requested remote heap
Dmitry Baryshkov
Re: [PATCH v1 5/5] misc: fastrpc: Add missing unmapping user-requested remote heap
Ekansh Gupta
Re: [PATCH v1 5/5] misc: fastrpc: Add missing unmapping user-requested remote heap
Dmitry Baryshkov
Re: [PATCH v4 2/4] drm/panel: Add refcount support
Anusha Srivatsa
Re: [PATCH v4 2/4] drm/panel: Add refcount support
Jani Nikula
Re: [PATCH v4 2/4] drm/panel: Add refcount support
Maxime Ripard
Re: [PATCH v4 2/4] drm/panel: Add refcount support
Jani Nikula
Re: [PATCH v4 2/4] drm/panel: Add refcount support
Anusha Srivatsa
Re: [PATCH v4 2/4] drm/panel: Add refcount support
Jani Nikula
Re: [PATCH v4 2/4] drm/panel: Add refcount support
Maxime Ripard
Re: [PATCH v4 2/4] drm/panel: Add refcount support
Jani Nikula
Re: [PATCH v4 2/4] drm/panel: Add refcount support
Jani Nikula
Re: [PATCH v4 2/4] drm/panel: Add refcount support
Maxime Ripard
Re: [PATCH v4 2/4] drm/panel: Add refcount support
Jani Nikula
Re: [PATCH v4 2/4] drm/panel: Add refcount support
Maxime Ripard
Re: [PATCH v4 2/4] drm/panel: Add refcount support
Jani Nikula
Re: [PATCH V8 40/43] drm/colorop: Add 3D LUT support to color pipeline
Alex Hung
Re: [PATCH V8 40/43] drm/colorop: Add 3D LUT support to color pipeline
Xaver Hugl
Re: [PATCH V8 40/43] drm/colorop: Add 3D LUT support to color pipeline
Simon Ser
Re: [PATCH V8 40/43] drm/colorop: Add 3D LUT support to color pipeline
Xaver Hugl
Re: [PATCH V8 40/43] drm/colorop: Add 3D LUT support to color pipeline
Simon Ser
Re: [PATCH V8 40/43] drm/colorop: Add 3D LUT support to color pipeline
Harry Wentland
Re: [PATCH V8 40/43] drm/colorop: Add 3D LUT support to color pipeline
Harry Wentland
Re: [PATCH V8 40/43] drm/colorop: Add 3D LUT support to color pipeline
Simon Ser
RE: [PATCH V8 40/43] drm/colorop: Add 3D LUT support to color pipeline
Shankar, Uma
Re: [PATCH V8 40/43] drm/colorop: Add 3D LUT support to color pipeline
Autumn Ashton
Re: [PATCH 01/11] rust: helpers: io: use macro to generate io accessor functions
kernel test robot
[PATCH 6.1.y] drm/amd/display: Don't refer to dc_sink in is_dsc_need_re_compute
jianqi.ren.cn
[PATCH v3 0/2] Convert Rockchip CDN DP binding to yaml
Chaoyi Chen
[PATCH v3 2/2] dt-bindings: display: rockchip: Convert cdn-dp-rockchip.txt to yaml
Chaoyi Chen
Re: [PATCH v3 2/2] dt-bindings: display: rockchip: Convert cdn-dp-rockchip.txt to yaml
Heiko Stübner
Re: [PATCH v3 2/2] dt-bindings: display: rockchip: Convert cdn-dp-rockchip.txt to yaml
Chaoyi Chen
[PATCH v3 1/2] arm64: dts: rockchip: Improve coding style for rk3399 cdn_dp
Chaoyi Chen
[PATCH v2] drm/edid: fixed the bug that hdr metadata was not cleared
Feijuan Li
Re: [PATCH v2] drm/edid: fixed the bug that hdr metadata was not cleared
Jani Nikula
Re: [PATCH V9 42/43] drm/amd/display: add 3D LUT colorop
Melissa Wen
Re: [PATCH V9 42/43] drm/amd/display: add 3D LUT colorop
Alex Hung
Re: [PATCH V9 42/43] drm/amd/display: add 3D LUT colorop
Melissa Wen
[REGRESSION] [BISECTED] drm/sun4i: hdmi: No HDMI output with BananaPI M1 on 6.9
Michael
Re: [REGRESSION] [BISECTED] drm/sun4i: hdmi: No HDMI output with BananaPI M1 on 6.9
Michael Klein
Re: [REGRESSION] [BISECTED] drm/sun4i: hdmi: No HDMI output with BananaPI M1 on 6.9
Maxime Ripard
Re: [REGRESSION] [BISECTED] drm/sun4i: hdmi: No HDMI output with BananaPI M1 on 6.9
Michael
Re: [PATCH v2 00/57] irqdomain: Cleanups and Documentation
Jiri Slaby
RaspberryPi4B, VC4 fails to output on HDMI
Etienne Buira
[PATCH] dma-buf: insert memory barrier before updating num_fences
Hyejeong Choi
Re: [PATCH] dma-buf: insert memory barrier before updating num_fences
Christian König
Re: [PATCH] dma-buf: insert memory barrier before updating num_fences
Hyejeong Choi
[PATCH] dma-buf: insert memory barrier before updating num_fences
Hyejeong Choi
Re: [PATCH] dma-buf: insert memory barrier before updating num_fences
Christian König
Re: [PATCH v4 2/3] arm64: dts: qcom: qcs8300: Add gpu and gmu nodes
Konrad Dybcio
Re: [PATCH v4 2/3] arm64: dts: qcom: qcs8300: Add gpu and gmu nodes
Akhil P Oommen
[PATCH v3 0/3] drm: Create an app info option for wedge events
André Almeida
[PATCH v3 2/3] drm/doc: Add a section about "App information" for the wedge API
André Almeida
Re: [PATCH v3 2/3] drm/doc: Add a section about "App information" for the wedge API
Raag Jadav
Re: [PATCH v3 2/3] drm/doc: Add a section about "App information" for the wedge API
Krzysztof Karas
[PATCH v3 1/3] drm: Create an app info option for wedge events
André Almeida
Re: [PATCH v3 1/3] drm: Create an app info option for wedge events
Krzysztof Karas
Re: [PATCH v3 1/3] drm: Create an app info option for wedge events
Raag Jadav
[PATCH v3 3/3] drm/amdgpu: Make use of drm_wedge_app_info
André Almeida
Re: [PATCH 02/11] rust: io: Replace Io with MMIo using IoAccess trait
Bjorn Helgaas
Re: [PATCH V9 36/43] drm/colorop: Add mutliplier type
Melissa Wen
[PATCH] accel/qaic: Add Reliability, Accessibility, Serviceability (RAS)
Jeff Hugo
Re: [PATCH] accel/qaic: Add Reliability, Accessibility, Serviceability (RAS)
Jacek Lawrynowicz
Re: [PATCH] accel/qaic: Add Reliability, Accessibility, Serviceability (RAS)
Jeff Hugo
Re: [PATCH] accel/qaic: Add Reliability, Accessibility, Serviceability (RAS)
Jacek Lawrynowicz
Re: [PATCH] accel/qaic: Add Reliability, Accessibility, Serviceability (RAS)
Jeff Hugo
Re: [RFC v3 09/33] rust: drm/kms: Add DriverConnector::get_mode callback
Daniel Almeida
Re: [PATCH V9 32/43] drm/amd/display: Add support for BT.709 and BT.2020 TFs
Melissa Wen
Re: [PATCH v2 0/2] Nova DRM skeleton driver
Danilo Krummrich
Re: [PATCH V9 26/43] drm/amd/display: Add support for sRGB EOTF in DEGAM block
Melissa Wen
Re: [PATCH V9 26/43] drm/amd/display: Add support for sRGB EOTF in DEGAM block
Pekka Paalanen
Re: [PATCH V9 26/43] drm/amd/display: Add support for sRGB EOTF in DEGAM block
Melissa Wen
Re: [PATCH V9 26/43] drm/amd/display: Add support for sRGB EOTF in DEGAM block
Harry Wentland
Re: [PATCH V9 26/43] drm/amd/display: Add support for sRGB EOTF in DEGAM block
Pekka Paalanen
[PATCH v5 0/4] Add support for DU/DSI clocks and DSI driver support for the Renesas RZ/V2H(P) SoC
Prabhakar
[PATCH v5 2/4] clk: renesas: r9a09g057: Add clock and reset entries for DSI and LCDC
Prabhakar
Re: [PATCH v5 2/4] clk: renesas: r9a09g057: Add clock and reset entries for DSI and LCDC
Geert Uytterhoeven
Re: [PATCH v5 2/4] clk: renesas: r9a09g057: Add clock and reset entries for DSI and LCDC
Lad, Prabhakar
[PATCH v5 1/4] clk: renesas: rzv2h-cpg: Add support for DSI clocks
Prabhakar
RE: [PATCH v5 1/4] clk: renesas: rzv2h-cpg: Add support for DSI clocks
Biju Das
Re: [PATCH v5 1/4] clk: renesas: rzv2h-cpg: Add support for DSI clocks
Geert Uytterhoeven
Re: [PATCH v5 1/4] clk: renesas: rzv2h-cpg: Add support for DSI clocks
Lad, Prabhakar
Re: [PATCH v5 1/4] clk: renesas: rzv2h-cpg: Add support for DSI clocks
Geert Uytterhoeven
Re: [PATCH v5 1/4] clk: renesas: rzv2h-cpg: Add support for DSI clocks
Lad, Prabhakar
[PATCH v5 3/4] dt-bindings: display: bridge: renesas, dsi: Add support for RZ/V2H(P) SoC
Prabhakar
Re: [PATCH v5 3/4] dt-bindings: display: bridge: renesas,dsi: Add support for RZ/V2H(P) SoC
Geert Uytterhoeven
Re: [PATCH v5 3/4] dt-bindings: display: bridge: renesas,dsi: Add support for RZ/V2H(P) SoC
Lad, Prabhakar
[PATCH v5 4/4] drm: renesas: rz-du: mipi_dsi: Add support for RZ/V2H(P) SoC
Prabhakar
Re: [PATCH v5 4/4] drm: renesas: rz-du: mipi_dsi: Add support for RZ/V2H(P) SoC
Geert Uytterhoeven
Re: [PATCH v5 4/4] drm: renesas: rz-du: mipi_dsi: Add support for RZ/V2H(P) SoC
Lad, Prabhakar
Re: [PATCH v5 4/4] drm: renesas: rz-du: mipi_dsi: Add support for RZ/V2H(P) SoC
Geert Uytterhoeven
Re: [PATCH v5 4/4] drm: renesas: rz-du: mipi_dsi: Add support for RZ/V2H(P) SoC
Lad, Prabhakar
Re: [PATCH V9 24/43] drm/amd/display: Add bypass COLOR PIPELINE
Melissa Wen
Re: [PATCH] accel/ivpu: Use firmware names from upstream repo
Jeff Hugo
Re: [PATCH] accel/ivpu: Use firmware names from upstream repo
Jacek Lawrynowicz
Re: [PATCH] accel/ivpu: Improve buffer object logging
Jeff Hugo
Re: [PATCH] accel/ivpu: Improve buffer object logging
Jacek Lawrynowicz
Re: [PATCH V9 22/43] drm/colorop: define a new macro for_each_new_colorop_in_state
Melissa Wen
[PATCH v5 00/12] Add DU support for RZ/V2H(P) SoC
Prabhakar
[PATCH v5 01/12] dt-bindings: display: renesas, rzg2l-du: Add support for RZ/V2H(P) SoC
Prabhakar
Re: [PATCH v5 01/12] dt-bindings: display: renesas,rzg2l-du: Add support for RZ/V2H(P) SoC
Laurent Pinchart
[PATCH v5 02/12] drm: renesas: rz-du: Add support for RZ/V2H(P) SoC
Prabhakar
Re: [PATCH v5 02/12] drm: renesas: rz-du: Add support for RZ/V2H(P) SoC
Laurent Pinchart
[PATCH v5 03/12] drm: renesas: rz-du: mipi_dsi: Add min check for VCLK range
Prabhakar
Re: [PATCH v5 03/12] drm: renesas: rz-du: mipi_dsi: Add min check for VCLK range
Laurent Pinchart
Re: [PATCH v5 03/12] drm: renesas: rz-du: mipi_dsi: Add min check for VCLK range
Lad, Prabhakar
[PATCH v5 07/12] drm: renesas: rz-du: mipi_dsi: Make "rst" reset control optional for RZ/V2H(P)
Prabhakar
RE: [PATCH v5 07/12] drm: renesas: rz-du: mipi_dsi: Make "rst" reset control optional for RZ/V2H(P)
Biju Das
Re: [PATCH v5 07/12] drm: renesas: rz-du: mipi_dsi: Make "rst" reset control optional for RZ/V2H(P)
Laurent Pinchart
Earlier messages
Later messages