dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-22 23:53:27 to 2023-07-24 09:56:45 UTC [more...]

[PATCH v2 00/47] use refcount+RCU method to implement lockless slab shrink
 2023-07-24  9:56 UTC  (49+ messages)
` [PATCH v2 01/47] mm: vmscan: move shrinker-related code into a separate file
` [PATCH v2 02/47] mm: shrinker: remove redundant shrinker_rwsem in debugfs operations
` [PATCH v2 03/47] mm: shrinker: add infrastructure for dynamically allocating shrinker
` [PATCH v2 04/47] kvm: mmu: dynamically allocate the x86-mmu shrinker
` [PATCH v2 05/47] binder: dynamically allocate the android-binder shrinker
` [PATCH v2 06/47] drm/ttm: dynamically allocate the drm-ttm_pool shrinker
` [PATCH v2 07/47] xenbus/backend: dynamically allocate the xen-backend shrinker
` [PATCH v2 08/47] erofs: dynamically allocate the erofs-shrinker
` [PATCH v2 09/47] f2fs: dynamically allocate the f2fs-shrinker
` [PATCH v2 10/47] gfs2: dynamically allocate the gfs2-glock shrinker
` [PATCH v2 11/47] gfs2: dynamically allocate the gfs2-qd shrinker
` [PATCH v2 12/47] NFSv4.2: dynamically allocate the nfs-xattr shrinkers
` [PATCH v2 13/47] nfs: dynamically allocate the nfs-acl shrinker
` [PATCH v2 14/47] nfsd: dynamically allocate the nfsd-filecache shrinker
` [PATCH v2 15/47] quota: dynamically allocate the dquota-cache shrinker
` [PATCH v2 16/47] ubifs: dynamically allocate the ubifs-slab shrinker
` [PATCH v2 17/47] rcu: dynamically allocate the rcu-lazy shrinker
` [PATCH v2 18/47] rcu: dynamically allocate the rcu-kfree shrinker
` [PATCH v2 19/47] mm: thp: dynamically allocate the thp-related shrinkers
` [PATCH v2 20/47] sunrpc: dynamically allocate the sunrpc_cred shrinker
` [PATCH v2 21/47] mm: workingset: dynamically allocate the mm-shadow shrinker
` [PATCH v2 22/47] drm/i915: dynamically allocate the i915_gem_mm shrinker
` [PATCH v2 23/47] drm/msm: dynamically allocate the drm-msm_gem shrinker
` [PATCH v2 24/47] drm/panfrost: dynamically allocate the drm-panfrost shrinker
` [PATCH v2 25/47] dm: dynamically allocate the dm-bufio shrinker
` [PATCH v2 26/47] dm zoned: dynamically allocate the dm-zoned-meta shrinker
` [PATCH v2 27/47] md/raid5: dynamically allocate the md-raid5 shrinker
` [PATCH v2 28/47] bcache: dynamically allocate the md-bcache shrinker
` [PATCH v2 29/47] vmw_balloon: dynamically allocate the vmw-balloon shrinker
` [PATCH v2 30/47] virtio_balloon: dynamically allocate the virtio-balloon shrinker
` [PATCH v2 31/47] mbcache: dynamically allocate the mbcache shrinker
` [PATCH v2 32/47] ext4: dynamically allocate the ext4-es shrinker
` [PATCH v2 33/47] jbd2, ext4: dynamically allocate the jbd2-journal shrinker
` [PATCH v2 34/47] nfsd: dynamically allocate the nfsd-client shrinker
` [PATCH v2 35/47] nfsd: dynamically allocate the nfsd-reply shrinker
` [PATCH v2 36/47] xfs: dynamically allocate the xfs-buf shrinker
` [PATCH v2 37/47] xfs: dynamically allocate the xfs-inodegc shrinker
` [PATCH v2 38/47] xfs: dynamically allocate the xfs-qm shrinker
` [PATCH v2 39/47] zsmalloc: dynamically allocate the mm-zspool shrinker
` [PATCH v2 40/47] fs: super: dynamically allocate the s_shrink
` [PATCH v2 41/47] mm: shrinker: remove old APIs
` [PATCH v2 42/47] drm/ttm: introduce pool_shrink_rwsem
` [PATCH v2 43/47] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}
` [PATCH v2 44/47] mm: shrinker: make global slab shrink lockless
` [PATCH v2 45/47] mm: shrinker: make memcg "
` [PATCH v2 46/47] mm: shrinker: hold write lock to reparent shrinker nr_deferred
` [PATCH v2 47/47] mm: shrinker: convert shrinker_rwsem to mutex

[PATCH v8 0/9] Update AUX invalidation sequence
 2023-07-24  9:42 UTC  (18+ messages)
` [PATCH v8 2/9] drm/i915: Add the gen12_needs_ccs_aux_inv helper
  ` [Intel-gfx] "
` [PATCH v8 5/9] drm/i915/gt: Enable the CCS_FLUSH bit in the pipe control
  ` [Intel-gfx] "
` [PATCH v8 6/9] drm/i915/gt: Refactor intel_emit_pipe_control_cs() in a single function
` [PATCH v8 7/9] drm/i915/gt: Ensure memory quiesced before invalidation for all engines
` [PATCH v8 9/9] drm/i915/gt: Support aux invalidation on "
  ` [Intel-gfx] "

[PATCH v4 1/2] dt-bindings: display: add bindings for pcd8544 displays
 2023-07-24  9:29 UTC  (3+ messages)
` [PATCH v4 2/2] drm/tiny: add display driver for philips pcd8544 display controller

[PATCH V7 0/9] Enable Wifi RFI interference mitigation feature support
 2023-07-24  9:22 UTC  (4+ messages)
` [PATCH V7 4/9] wifi: mac80211: Add support for ACPI WBRF

[PATCH] drm/amd/pm: open brace '{' following struct go on the same line
 2023-07-24  9:08 UTC 

[PATCH] drm/amd/pm: Clean up errors in smu11_driver_if_sienna_cichlid.h
 2023-07-24  8:57 UTC  (2+ messages)
` [PATCH] drm/amd/pm: Clean up errors in smu_v13_0_1_pmfw.h

[PATCH] drm/amd/pm: Clean up errors in smu_v11_0_7_pptable.h
 2023-07-24  8:54 UTC 

[PATCH v2] drm/panfrost: Sync IRQ by job's timeout handler
 2023-07-24  8:51 UTC  (4+ messages)

[PATCH v6 00/11] MediaTek DisplayPort: support eDP and aux-bus
 2023-07-24  8:43 UTC  (7+ messages)
` [PATCH v6 07/11] drm/mediatek: dp: Avoid mutex locks if audio is not supported/enabled
` [PATCH v6 09/11] drm/mediatek: dp: Add support for embedded DisplayPort aux-bus
` [PATCH v6 10/11] drm/mediatek: dp: Add .wait_hpd_asserted() for AUX bus

[PATCH] drm/amd/pm:open brace '{' following function definitions go on the next line
 2023-07-24  8:44 UTC  (2+ messages)
  ` [PATCH] drm/amd/pm: open "

[PATCH] drm/amd/pm: that open brace { should be on the previous line
 2023-07-24  8:42 UTC 

[PATCH v13] drm/bridge: Remove redundant i2c_client in anx7625/it6505
 2023-07-24  8:40 UTC  (2+ messages)

[PATCH RESEND v11] drm/bridge: it6505: Fix Kconfig indentation
 2023-07-24  8:35 UTC  (2+ messages)

[PATCH v3 1/1] drm/i915: Move abs_diff() to math.h
 2023-07-24  8:34 UTC  (2+ messages)

[PATCH] drm/amd/pm: Clean up errors in smu11_driver_if_sienna_cichlid.h
 2023-07-24  8:30 UTC 

[PATCH v2] drm/bridge: anx7625: Drop device lock before drm_helper_hpd_irq_event()
 2023-07-24  8:16 UTC  (2+ messages)

[RFC v1 0/3] udmabuf: Replace pages when there is FALLOC_FL_PUNCH_HOLE in memfd
 2023-07-24  7:54 UTC  (6+ messages)
` [RFC v1 1/3] mm/mmu_notifier: Add a new notifier for mapping updates (new pages)

[PATCH] drm/amd/pm: Clean up errors in arcturus_ppt.c
 2023-07-24  7:49 UTC 

[PATCH] drm/amd/pm: Clean up errors in arcturus_ppt.c
 2023-07-24  7:32 UTC 

[PATCH] drm/amd/pm: Clean up errors in sienna_cichlid_ppt.c
 2023-07-24  7:29 UTC 

[drm-misc:for-linux-next 2/2] drivers/gpu/drm/drm_debugfs.c:212:33: sparse: sparse: non size-preserving pointer to integer cast
 2023-07-24  7:27 UTC  (2+ messages)

[PATCH] drm/amd/pm: Clean up errors in navi10_ppt.c
 2023-07-24  7:21 UTC 

[PATCH] drm/amd/pm: add missing spaces before '('
 2023-07-24  7:02 UTC 

[PATCH v3 0/2] drm/mipi-dbi: Allow using same the D/C GPIO for multiple displays
 2023-07-24  6:56 UTC  (3+ messages)
` [PATCH v3 1/2] drm/mipi-dbi: Lock SPI bus before setting D/C GPIO
` [PATCH v3 2/2] drm/tiny: panel-mipi-dbi: Allow sharing the "

[PATCH -next] drm/tegra: hdmi: Use devm_platform_ioremap_resource()
 2023-07-24 14:36 UTC 

[PATCH] drm: "foo * bar" should be "foo *bar"
 2023-07-24  6:47 UTC 

[PATCH v2 1/1] drm/i915: Move abs_diff() to math.h
 2023-07-24  6:38 UTC  (2+ messages)

[PATCH v2] drm/bridge: Add debugfs print for bridge chains
 2023-07-24  5:53 UTC  (2+ messages)

[PATCH] drm: bridge: samsung-dsim: Clean up a call to request_irq()
 2023-07-24  4:53 UTC  (2+ messages)

linux-next: build warning after merge of the drm tree
 2023-07-24  3:50 UTC  (4+ messages)

[PATCH] drm/radeon: Move assignment outside if condition
 2023-07-24  3:44 UTC 

[PATCH] drm/radeon: that open brace { should be on the previous line
 2023-07-24  3:40 UTC 

[PATCH] drm/radeon: that open brace { should be on the previous line
 2023-07-24  3:36 UTC 

[PATCH] drm/radeon: add missing spaces after ',' and else should follow close brace '}'
 2023-07-24  3:30 UTC 

[PATCH] drm/radeon: that open brace { should be on the previous line
 2023-07-24  3:12 UTC 

[PATCH] drm/radeon: add missing spaces before ';'
 2023-07-24  3:00 UTC 

[PATCH] drm/radeon/si_dpm: open brace '{' following struct go on the same line
 2023-07-24  2:55 UTC 

[PATCH] drm/ttm: check null pointer before accessing when swapping
 2023-07-24  2:42 UTC 

[PATCH] Remove unnecessary calls to kmap{,_local_page}() when acquiring pages using GFP_DMA32
 2023-07-24  2:25 UTC  (2+ messages)

[PATCH AUTOSEL 4.14 9/9] drm/amdgpu: Fix potential fence use-after-free v2
 2023-07-24  1:35 UTC 

[PATCH AUTOSEL 4.19 9/9] drm/amdgpu: Fix potential fence use-after-free v2
 2023-07-24  1:34 UTC 

[PATCH AUTOSEL 5.4 10/12] drm/amdgpu: Fix potential fence use-after-free v2
 2023-07-24  1:34 UTC 

[PATCH AUTOSEL 5.10 13/16] drm/amdgpu: Fix potential fence use-after-free v2
 2023-07-24  1:33 UTC 

[PATCH AUTOSEL 5.15 17/24] drm/amdgpu: Fix potential fence use-after-free v2
 2023-07-24  1:33 UTC 

[PATCH AUTOSEL 6.1 23/34] drm/amdgpu: Fix potential fence use-after-free v2
 2023-07-24  1:32 UTC 

[PATCH AUTOSEL 6.4 25/40] drm/amdgpu: Fix potential fence use-after-free v2
 2023-07-24  1:31 UTC 

[PATCH AUTOSEL 4.19 01/11] drm/radeon: Fix integer overflow in radeon_cs_parser_init
 2023-07-24  1:24 UTC 

[PATCH AUTOSEL 4.14 1/9] drm/radeon: Fix integer overflow in radeon_cs_parser_init
 2023-07-24  1:24 UTC 

[PATCH AUTOSEL 5.4 01/12] drm/radeon: Fix integer overflow in radeon_cs_parser_init
 2023-07-24  1:24 UTC 

[PATCH AUTOSEL 5.10 01/22] drm/radeon: Fix integer overflow in radeon_cs_parser_init
 2023-07-24  1:24 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 13/22] drm/amdgpu: install stub fence into potential unused fence pointers

[PATCH AUTOSEL 5.15 01/23] drm/radeon: Fix integer overflow in radeon_cs_parser_init
 2023-07-24  1:23 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 13/23] drm/amdgpu: install stub fence into potential unused fence pointers

[PATCH AUTOSEL 6.1 01/41] drm/amd/display: Do not set drr on pipe commit
 2023-07-24  1:21 UTC  (12+ messages)
` [PATCH AUTOSEL 6.1 02/41] drm/amdgpu: fix calltrace warning in amddrm_buddy_fini
` [PATCH AUTOSEL 6.1 03/41] drm/radeon: Fix integer overflow in radeon_cs_parser_init
` [PATCH AUTOSEL 6.1 04/41] drm/amdgpu: Fix integer overflow in amdgpu_cs_pass1
` [PATCH AUTOSEL 6.1 05/41] drm/amdgpu: fix memory leak in mes self test
` [PATCH AUTOSEL 6.1 11/41] drm/stm: ltdc: fix late dereference check
` [PATCH AUTOSEL 6.1 12/41] drm: rcar-du: remove R-Car H3 ES1.* workarounds
` [PATCH AUTOSEL 6.1 26/41] drm/amdgpu: install stub fence into potential unused fence pointers
` [PATCH AUTOSEL 6.1 27/41] drm/amd/display: Apply 60us prefetch for DCFCLK <= 300Mhz
` [PATCH AUTOSEL 6.1 28/41] Revert "drm/amd/display: Do not set drr on pipe commit"
` [PATCH AUTOSEL 6.1 31/41] drm/amd/display: Skip DPP DTO update if root clock is gated
` [PATCH AUTOSEL 6.1 32/41] drm/amd/display: Enable dcn314 DPP RCO

[PATCH AUTOSEL 6.4 01/58] drm/amd/display: Do not set drr on pipe commit
 2023-07-24  1:13 UTC  (21+ messages)
` [PATCH AUTOSEL 6.4 02/58] drm/amd/display: Update DTBCLK for DCN32
` [PATCH AUTOSEL 6.4 03/58] drm/scheduler: set entity to NULL in drm_sched_entity_pop_job()
` [PATCH AUTOSEL 6.4 04/58] drm/amdgpu: fix calltrace warning in amddrm_buddy_fini
` [PATCH AUTOSEL 6.4 05/58] drm/radeon: Fix integer overflow in radeon_cs_parser_init
` [PATCH AUTOSEL 6.4 06/58] drm/amdgpu: Fix integer overflow in amdgpu_cs_pass1
` [PATCH AUTOSEL 6.4 07/58] drm/amdgpu: fix memory leak in mes self test
` [PATCH AUTOSEL 6.4 08/58] Revert "drm/amd/display: disable SubVP + DRR to prevent underflow"
` [PATCH AUTOSEL 6.4 16/58] drm/stm: ltdc: fix late dereference check
` [PATCH AUTOSEL 6.4 18/58] drm: rcar-du: remove R-Car H3 ES1.* workarounds
` [PATCH AUTOSEL 6.4 31/58] accel/habanalabs: add pci health check during heartbeat
` [PATCH AUTOSEL 6.4 32/58] accel/habanalabs: fix mem leak in capture user mappings
` [PATCH AUTOSEL 6.4 38/58] drm/amdgpu: install stub fence into potential unused fence pointers
` [PATCH AUTOSEL 6.4 39/58] drm/amd/display: Remove v_startup workaround for dcn3+
` [PATCH AUTOSEL 6.4 40/58] drm/amd/display: Trigger DIO FIFO resync on commit streams
` [PATCH AUTOSEL 6.4 41/58] drm/amd/display: Apply 60us prefetch for DCFCLK <= 300Mhz
` [PATCH AUTOSEL 6.4 42/58] Revert "drm/amd/display: Do not set drr on pipe commit"
` [PATCH AUTOSEL 6.4 44/58] drm/amd/pm: Fill metrics data for SMUv13.0.6
` [PATCH AUTOSEL 6.4 45/58] drm/amdgpu: unmap and remove csa_va properly
` [PATCH AUTOSEL 6.4 48/58] drm/amd/display: Skip DPP DTO update if root clock is gated
` [PATCH AUTOSEL 6.4 49/58] drm/amd/display: Enable dcn314 DPP RCO

[PATCH drm-misc-next v8 00/12] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-07-23 23:54 UTC  (4+ messages)
` [PATCH drm-misc-next v8 11/12] drm/nouveau: implement new VM_BIND uAPI

[PATCH] drm/panel: simple: Initialize unprepared_time in probe
 2023-07-23 22:47 UTC  (7+ messages)

[PATCH v2] drm/vkms: Implement all blend mode properties
 2023-07-23 21:53 UTC  (3+ messages)

[PATCH v2 0/2] drm/mipi-dbi: Allow using same the D/C GPIO for multiple displays
 2023-07-23 19:07 UTC  (6+ messages)
` [PATCH v2 1/2] drm/mipi-dbi: Lock SPI bus before setting D/C GPIO
` [PATCH v2 2/2] drm/tiny: panel-mipi-dbi: Allow sharing the "

[PATCH v5 0/2 RESEND] Add driver for Novatek NT35596S panel
 2023-07-23 16:45 UTC  (3+ messages)
` [PATCH v5 2/2 RESEND] drm: panel: Add novatek nt35596s panel driver

[PATCH v4 00/17] drm/msm: Add SM6125 MDSS/DPU hardware and enable Sony Xperia 10 II panel
 2023-07-23 16:08 UTC  (18+ messages)
` [PATCH v4 01/17] drm/msm/dsi: Drop unused regulators from QCM2290 14nm DSI PHY config
` [PATCH v4 02/17] arm64: dts: qcom: sm6125: Pad APPS IOMMU address to 8 characters
` [PATCH v4 03/17] arm64: dts: qcom: sm6125: Sort spmi_bus node numerically by reg
` [PATCH v4 04/17] dt-bindings: display/msm: Remove DSI1 ports from SM6350/SM6375 example
` [PATCH v4 05/17] dt-bindings: clock: qcom,dispcc-sm6125: Require GCC PLL0 DIV clock
` [PATCH v4 06/17] dt-bindings: clock: qcom,dispcc-sm6125: Allow power-domains property
` [PATCH v4 07/17] dt-bindings: display/msm: dsi-controller-main: Document SM6125
` [PATCH v4 08/17] dt-bindings: display/msm: sc7180-dpu: Describe SM6125
` [PATCH v4 09/17] dt-bindings: display/msm: Add SM6125 MDSS
` [PATCH v4 10/17] drm/msm/dpu: Add SM6125 support
` [PATCH v4 11/17] drm/msm/mdss: "
` [PATCH v4 12/17] dt-bindings: msm: dsi-phy-14nm: Document SM6125 variant
` [PATCH v4 13/17] drm/msm/dsi: Reuse QCM2290 14nm DSI PHY configuration for SM6125
` [PATCH v4 14/17] arm64: dts: qcom: sm6125: Switch fixed xo_board clock to RPM XO clock
` [PATCH v4 15/17] arm64: dts: qcom: sm6125: Add dispcc node
` [PATCH v4 16/17] arm64: dts: qcom: sm6125: Add display hardware nodes
` [PATCH v4 17/17] arm64: dts: qcom: sm6125-seine: Configure MDSS, DSI and panel

[PATCH v2 00/11] drm: kunit: Switch to kunit actions
 2023-07-23 14:22 UTC  (2+ messages)

Patch "dma-buf/dma-resv: Stop leaking on krealloc() failure" has been added to the 6.4-stable tree
 2023-07-23 14:13 UTC 

Patch "dma-buf/dma-resv: Stop leaking on krealloc() failure" has been added to the 6.1-stable tree
 2023-07-23 14:13 UTC 

[PATCH v3 1/2] dt-bindings: display: add bindings for pcd8544 displays
 2023-07-23  9:52 UTC  (4+ messages)

[PATCH] drm/crtc: do not release uninitialized connector reference
 2023-07-21 10:15 UTC 

[PATCH] drm/msm: Slightly simplify memory allocation in submit_lookup_cmds()
 2023-07-23  6:41 UTC 

[PATCH v14 00/12] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers
 2023-07-22 23:47 UTC  (9+ messages)
` [PATCH v14 02/12] drm/shmem-helper: Add pages_pin_count field
` [PATCH v14 06/12] drm/shmem-helper: Remove obsoleted is_iomem test
` [PATCH v14 07/12] drm/shmem-helper: Export drm_gem_shmem_get_pages_sgt_locked()
` [PATCH v14 08/12] drm/virtio: Support memory shrinking
` [PATCH v14 09/12] drm/panfrost: Switch to generic memory shrinker
` [PATCH v14 10/12] drm/shmem-helper: Refactor locked/unlocked functions
` [PATCH v14 11/12] drm/shmem-helper: Make drm_gem_shmem_print_info() symbol GPL
` [PATCH v14 12/12] drm/gem: Add _unlocked postfix to drm_gem_pin/unpin()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).