dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-25 13:30:00 to 2023-07-26 18:49:05 UTC [more...]

[PATCH v2] gpu: drm: Use dev_err_probe instead of dev_err
 2023-07-26 14:51 UTC  (2+ messages)

[PATCH -next] drm/bridge: fix -Wunused-const-variable= warning
 2023-07-26 11:30 UTC  (3+ messages)

[PATCH v2 00/47] use refcount+RCU method to implement lockless slab shrink
 2023-07-26  9:33 UTC  (60+ messages)
` [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 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 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 44/47] mm: shrinker: make global slab shrink lockless

[PATCH] drm/mgag200: Increase bandwidth for G200se A rev1
 2023-07-26 15:40 UTC  (13+ messages)

[PATCH 1/3] dt-bindings: display: panel: Move HannStar HSD101PWW2 to LVDS
 2023-07-26 18:48 UTC 

[PATCH 00/12] drm/msm/adreno: Move away from legacy revision matching
 2023-07-26 18:28 UTC  (5+ messages)
` [PATCH 06/12] drm/msm/adreno: Allow SoC specific gpu device table entries
  ` [Freedreno] "

[PATCH v6 0/4] drm: Use full allocated minor range for DRM
 2023-07-26 18:15 UTC  (3+ messages)
` [PATCH v6 3/4] drm: Expand max DRM device number to full MINORBITS

[PATCH] drm/shmem-helper: Reset vma->vm_ops before calling dma_buf_mmap()
 2023-07-26 17:34 UTC  (4+ messages)

[PATCH v6 1/2] drm/ast: Add BMC virtual connector
 2023-07-26 16:55 UTC  (4+ messages)

[PATCH v3 00/10] drm/panel and i2c-hid: Allow panels and touchscreens to power sequence together
 2023-07-26 16:45 UTC  (17+ messages)
` [PATCH v3 01/10] dt-bindings: HID: i2c-hid: Add "panel" property to i2c-hid backed touchscreens
` [PATCH v3 02/10] drm/panel: Check for already prepared/enabled in drm_panel
` [PATCH v3 03/10] drm/panel: Add a way for other devices to follow panel state
` [PATCH v3 04/10] of: property: fw_devlink: Add a devlink for panel followers
` [PATCH v3 05/10] HID: i2c-hid: Switch to SYSTEM_SLEEP_PM_OPS()
` [PATCH v3 06/10] HID: i2c-hid: Rearrange probe() to power things up later
` [PATCH v3 07/10] HID: i2c-hid: Make suspend and resume into helper functions
` [PATCH v3 08/10] HID: i2c-hid: Support being a panel follower
` [PATCH v3 09/10] HID: i2c-hid: Do panel follower work on the system_wq
` [PATCH v3 10/10] arm64: dts: qcom: sc7180: Link trogdor touchscreens to the panels

[RFC v5 00/17] DRM cgroup controller with scheduling control and memory stats
 2023-07-26 16:44 UTC  (14+ messages)
` [PATCH 12/17] cgroup/drm: Introduce weight based drm cgroup control
` [PATCH 15/17] cgroup/drm: Expose GPU utilisation
` [PATCH 16/17] cgroup/drm: Expose memory stats

[PATCH][next][V2] agp/amd64: remove redundant assignment to variable i
 2023-07-26 16:17 UTC 

[PATCH] video: logo: LOGO should depend on FB_CORE i.s.o. FB
 2023-07-26 15:51 UTC  (10+ messages)

[PATCH v4 00/17] drm/msm: Add SM6125 MDSS/DPU hardware and enable Sony Xperia 10 II panel
 2023-07-26 15:22 UTC  (3+ messages)
` [PATCH v4 04/17] dt-bindings: display/msm: Remove DSI1 ports from SM6350/SM6375 example

[PATCH v5 1/2] drm/ssd130x: Inline the ssd130x_buf_{alloc, free}() function helpers
 2023-07-26 14:39 UTC  (7+ messages)
` [PATCH v5 2/2] drm/ssd130x: Allocate buffer in the plane's .atomic_check() callback
  ` [PATCH v5 1/2] drm/ssd130x: Inline the ssd130x_buf_{alloc,free}() function helpers

[PATCH v4] drm/ssd130x: Allocate buffers in the plane's .atomic_check callback
 2023-07-26 14:22 UTC  (13+ messages)

[PATCH][V2][next] accel/qaic: remove redundant pointer pexec
 2023-07-26 14:06 UTC 

[PATCH][next] accel/qaic: remove redundant assignment to pointer pexec
 2023-07-26 13:52 UTC  (5+ messages)

[PATCH v6 1/2] dt-bindings: display/msm: mdss-common: add memory-region property
 2023-07-26 13:51 UTC  (3+ messages)
` [PATCH v6 2/2] arm64: dts: qcom: sdm845-db845c: Mark cont splash memory region as reserved

[PATCH] drm/i915: Do not disable preemption for resets
 2023-07-26 13:25 UTC  (2+ messages)

[PATCH v5 1/2] dt-bindings: display/msm: mdss-common: add memory-region property
 2023-07-26 11:29 UTC  (4+ messages)
` [PATCH v5 2/2] arm64: dts: qcom: sdm845-db845c: Mark cont splash memory region as reserved

[PATCH 1/2] drm/bridge: lt9211: Do not generate HFP/HBP/HSA and EOT packet
 2023-07-26 10:09 UTC  (14+ messages)
` [PATCH 2/2] drm/bridge: lt9611: "

[PATCH v3] drm/syncobj: add DRM_IOCTL_SYNCOBJ_IMPORT/EXPORT_SYNC_FILE
 2023-07-26  9:42 UTC  (3+ messages)

[PATCH] dt-bindings: display: msm: sm6125-mdss: drop unneeded status from examples
 2023-07-26  9:12 UTC  (6+ messages)

[PATCH v3 0/6] drm/mediatek: Small mtk-dpi cleanups
 2023-07-26  8:22 UTC  (7+ messages)
` [PATCH v3 1/6] drm/mediatek: mtk_dpi: Simplify with devm_drm_bridge_add()
` [PATCH v3 2/6] drm/mediatek: mtk_dpi: Simplify with dev_err_probe()
` [PATCH v3 3/6] drm/mediatek: mtk_dpi: Switch to devm_drm_of_get_bridge()
` [PATCH v3 4/6] drm/mediatek: mtk_dpi: Switch to .remove_new() void callback
` [PATCH v3 5/6] drm/mediatek: mtk_dpi: Use devm_platform_ioremap_resource()
` [PATCH v3 6/6] drm/mediatek: mtk_dpi: Compress struct of_device_id entries

[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-26  8:12 UTC  (4+ messages)

[PATCH v5 1/1] drm/doc: Document DRM device reset expectations
 2023-07-26  8:07 UTC  (8+ messages)
` Non-robust apps and resets (was Re: [PATCH v5 1/1] drm/doc: Document DRM device reset expectations)

[PATCH v2 00/10] drm/panel and i2c-hid: Allow panels and touchscreens to power sequence together
 2023-07-26  8:07 UTC  (7+ messages)
` [PATCH v2 08/10] HID: i2c-hid: Support being a panel follower

[PATCH] drm/radeon: ERROR: "foo * bar" should be "foo *bar"
 2023-07-25 15:22 UTC  (2+ messages)

[PATCH] drm: Fix format error
 2023-07-26  3:30 UTC 

[PATCH v3 0/2] Fix OVL iommu fault in cursor plane
 2023-07-26  6:56 UTC  (5+ messages)
` [PATCH v3 2/2] drm/mediatek: Fix iommu fault during crtc enabling

[PATCH v2 0/6] drm/mediatek: Small mtk-dpi cleanups
 2023-07-26  6:02 UTC  (14+ messages)
` [PATCH v2 1/6] drm/mediatek: mtk_dpi: Simplify with devm_drm_bridge_add()
` [PATCH v2 2/6] drm/mediatek: mtk_dpi: Simplify with dev_err_probe()
` [PATCH v2 3/6] drm/mediatek: mtk_dpi: Switch to devm_drm_of_get_bridge()
` [PATCH v2 4/6] drm/mediatek: mtk_dpi: Switch to .remove_new() void callback
` [PATCH v2 5/6] drm/mediatek: mtk_dpi: Use devm_platform_ioremap_resource()
` [PATCH v2 6/6] drm/mediatek: mtk_dpi: Compress struct of_device_id entries

[Intel-gfx] [PATCH v2] drm/i915/tv: avoid possible division by zero
 2023-07-26  4:58 UTC  (3+ messages)

[PATCH v3,0/3] Add compatible to increase MT8188 audio control
 2023-07-26  3:35 UTC  (5+ messages)
` [PATCH v3, 2/3] drm/mediatek: dp: Add the audio packet flag to mtk_dp_data struct
` [PATCH v3, 3/3] drm/mediatek: dp: Add the audio divider "

[PATCH] drm: bridge: dw_hdmi: Fix ELD is not updated issue
 2023-07-26  1:48 UTC 

linux-next: manual merge of the amdgpu tree with the drm tree
 2023-07-26  1:10 UTC 

[PATCH v2] drm/i915/guc/slpc: Restore efficient freq earlier
 2023-07-26  1:00 UTC 

Fwd: Unexplainable packet drop starting at v6.4
 2023-07-26  0:47 UTC  (3+ messages)
  `  "

[PATCH v1 0/5] incorporate pm runtime framework and eDP clean up
 2023-07-25 23:28 UTC  (8+ messages)
` [PATCH v1 2/5] drm/msm/dp: incorporate pm_runtime framework into DP driver
      ` [Freedreno] "

[PATCH] drm/panel: Add prepare_prev_first flag to Visionox VTDR6130
 2023-07-25 22:56 UTC 

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

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

Consider switching to WQ_UNBOUND messages (was: Re: [PATCH v2 6/7] workqueue: Report work funcs that trigger automatic CPU_INTENSIVE mechanism)
 2023-07-25 21:52 UTC  (10+ messages)
                      ` [PATCH wq/for-6.5-fixes] workqueue: Drop the special locking rule for worker->flags and worker_pool->flags

[PATCH 4/6] PCI/VGA: Move the new_state assignment out the loop
 2023-07-25 21:51 UTC  (2+ messages)

[PATCH 2/6] PCI/VGA: Deal with PCI VGA compatible devices only
 2023-07-25 21:49 UTC  (2+ messages)

[PATCH v3 0/9] PCI/VGA: Improve the default VGA device selection
 2023-07-25 21:32 UTC  (2+ messages)

[PATCH v3 4/9] PCI/VGA: Improve the default VGA device selection
 2023-07-25 21:30 UTC  (2+ messages)

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

[PATCH] drm/ast: Do not enable PCI resources multiple times
 2023-07-25 19:43 UTC  (5+ messages)
`  "

[PATCH v2 -next] drm/fb-helper: Remove unused inline function drm_fb_helper_defio_init()
 2023-07-25 18:41 UTC  (2+ messages)

[PATCH v5 0/2 RESEND] Add driver for Novatek NT35596S panel
 2023-07-25 18:22 UTC  (5+ messages)
` [PATCH v5 2/2 RESEND] drm: panel: Add novatek nt35596s panel driver

[PATCH] drm/gma500: remove duplicate macro definitions
 2023-07-25 17:31 UTC 

[PATCH] drm/amd/display: Fix missing unlock in dm_handle_mst_sideband_msg_ready_event()
 2023-07-25 17:14 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 1e25dd7772483f477f79986d956028e9f47f990a
 2023-07-25 17:10 UTC 

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

[PATCH v6 0/3] Fix IS_ERR() vs NULL check for drm
 2023-07-25 17:01 UTC  (3+ messages)
` [PATCH v6 1/3] drm/panel: Fix IS_ERR() vs NULL check in nt35950_probe()

[PATCH] drm/i915: Replace i915->gt0 with to_gt(i915)
 2023-07-25 16:36 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH] drm/radeon: Fix format error
 2023-07-25 15:26 UTC  (2+ messages)

[PATCH v7 3/3] fault-inject: Include linux/types.h by default
 2023-07-25 15:13 UTC 

[PATCH 6/6] drm/format-helper: Add KUnit tests for drm_fb_memcpy()
 2023-07-25 14:14 UTC  (2+ messages)

[PATCH] drm/i915/huc: silence injected failure in the load via GSC path
 2023-07-25 13:58 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH] drm/i915: Simplify expression &to_i915(dev)->drm
 2023-07-25 13:53 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH] Revert "fbcon: Use kzalloc() in fbcon_prepare_logo()"
 2023-07-25 12:40 UTC  (2+ messages)

[PATCH] drm/i915: Avoid GGTT flushing on non-GGTT paths of i915_vma_pin_iomap
 2023-07-25 13:29 UTC  (2+ messages)
` [PATCH v2] "


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).