dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-07 00:30:09 to 2023-01-09 04:04:46 UTC [more...]

[PATCH RFC v7 00/23] DEPT(Dependency Tracker)
 2023-01-09  3:33 UTC  (24+ messages)
` [PATCH RFC v7 01/23] llist: Move llist_{head, node} definition to types.h
` [PATCH RFC v7 02/23] dept: Implement Dept(Dependency Tracker)
` [PATCH RFC v7 03/23] dept: Add single event dependency tracker APIs
` [PATCH RFC v7 04/23] dept: Add lock "
` [PATCH RFC v7 05/23] dept: Tie to Lockdep and IRQ tracing
` [PATCH RFC v7 06/23] dept: Add proc knobs to show stats and dependency graph
` [PATCH RFC v7 07/23] dept: Apply sdt_might_sleep_strong() to wait_for_completion()/complete()
` [PATCH RFC v7 08/23] dept: Apply sdt_might_sleep_strong() to PG_{locked, writeback} wait
` [PATCH RFC v7 09/23] dept: Apply sdt_might_sleep_weak() to swait
` [PATCH RFC v7 10/23] dept: Apply sdt_might_sleep_weak() to waitqueue wait
` [PATCH RFC v7 11/23] dept: Apply sdt_might_sleep_weak() to hashed-waitqueue wait
` [PATCH RFC v7 12/23] dept: Distinguish each syscall context from another
` [PATCH RFC v7 13/23] dept: Distinguish each work "
` [PATCH RFC v7 14/23] dept: Add a mechanism to refill the internal memory pools on running out
` [PATCH RFC v7 15/23] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH RFC v7 16/23] dept: Apply sdt_might_sleep_strong() to dma fence wait
` [PATCH RFC v7 17/23] dept: Track timeout waits separately with a new Kconfig
` [PATCH RFC v7 18/23] dept: Apply timeout consideration to wait_for_completion()/complete()
` [PATCH RFC v7 19/23] dept: Apply timeout consideration to swait
` [PATCH RFC v7 20/23] dept: Apply timeout consideration to waitqueue wait
` [PATCH RFC v7 21/23] dept: Apply timeout consideration to hashed-waitqueue wait
` [PATCH RFC v7 22/23] dept: Apply timeout consideration to dma fence wait
` [PATCH RFC v7 23/23] dept: Record the latest one out of consecutive waits of the same class

[PATCH v2] drm/msm/dsi: Add missing check for alloc_ordered_workqueue
 2023-01-09  2:50 UTC 

[PATCH v2] drm/msm: Add missing check and destroy for alloc_ordered_workqueue
 2023-01-09  2:20 UTC 

[PATCH v3 0/4]
 2023-01-09  0:38 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: display/msm: convert MDP5 schema to YAML format
` [PATCH v3 2/4] dt-bindings: display/msm: add SoC-specific compats to qcom, mdp5.yaml
` [PATCH v3 3/4] ARM: dts: qcom-msm8974: add SoC specific compat string to mdp5 node
` [PATCH v3 4/4] arm64: dts: qcom: add SoC specific compat strings to mdp5 nodes

[PATCH v2 0/8] drm/msm: DSC Electric Boogaloo for sm8[12]50
 2023-01-08 23:31 UTC  (10+ messages)
` [PATCH v2 1/8] drm/msm/dpu: Wire up DSC mask for active CTL configuration
` [PATCH v2 4/8] drm/msm/dpu: Disallow unallocated resources to be returned
` [PATCH v2 5/8] drm/msm/dpu: Reject topologies for which no DSC blocks are available
` [PATCH v2 6/8] drm/msm/dpu: Remove num_enc from topology struct in favour of num_dsc

[PATCH 0/6] drm/msm: add support for SM8450
 2023-01-08 23:12 UTC  (9+ messages)
` [PATCH 1/6] dt-bindings: display/msm: document the SM8550 DSI PHY
` [PATCH 2/6] dt-bindings: display/msm: document the display hardware for SM8550
` [PATCH 3/6] drm/msm/dpu: add support "

[PATCH RESEND] drm/msm: Add missing check and destroy for alloc_ordered_workqueue
 2023-01-08 22:45 UTC  (2+ messages)

[PATCH] drm/msm/dsi: Add missing check for alloc_ordered_workqueue
 2023-01-08 22:42 UTC  (2+ messages)

[PATCH] drm/msm/hdmi: Add missing check for alloc_ordered_workqueue
 2023-01-08 22:40 UTC  (2+ messages)

[PATCH] drm/msm/dpu: Add check for cstate
 2023-01-08 22:08 UTC  (3+ messages)

[PATCH v5 00/12] drm/msm: Add SC8280XP support
 2023-01-08 21:47 UTC  (4+ messages)
` [PATCH v5 02/12] drm/msm/dpu: Introduce SC8280XP

[PATCH v1] drm/shmem-helper: Remove another errant put in error path
 2023-01-08 21:13 UTC 

[PATCH] drm/msm/dpu: sort entries in the HW catalog
 2023-01-08 21:11 UTC 

[PATCH v10 00/11] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers
 2023-01-08 21:04 UTC  (12+ messages)
` [PATCH v10 01/11] drm/msm/gem: Prevent blocking within shrinker loop
` [PATCH v10 02/11] drm/panfrost: Don't sync rpm suspension after mmu flushing
` [PATCH v10 03/11] drm/gem: Add evict() callback to drm_gem_object_funcs
` [PATCH v10 04/11] drm/shmem: Put booleans in the end of struct drm_gem_shmem_object
` [PATCH v10 05/11] drm/shmem: Switch to use drm_* debug helpers
` [PATCH v10 06/11] drm/shmem-helper: Don't use vmap_use_count for dma-bufs
` [PATCH v10 07/11] drm/shmem-helper: Switch to reservation lock
` [PATCH v10 08/11] drm/shmem-helper: Add memory shrinker
` [PATCH v10 09/11] drm/gem: Add drm_gem_pin_unlocked()
` [PATCH v10 10/11] drm/virtio: Support memory shrinking
` [PATCH v10 11/11] drm/panfrost: Switch to generic memory shrinker

[PATCH 00/15] backlight: Drop use of deprecated fb_blank property
 2023-01-08 20:29 UTC  (31+ messages)
` [PATCH 01/15] video: fbdev: atmel_lcdfb: Rework backlight handling
` [PATCH 02/15] video: fbdev: atyfb: Introduce backlight_get_brightness()
` [PATCH 03/15] video: fbdev: nvidia: "
` [PATCH 04/15] video: fbdev: radeon: "
` [PATCH 05/15] video: fbdev: riva: "
` [PATCH 06/15] video: fbdev: aty128fb: "
` [PATCH 07/15] video: fbdev: mx3fb: "
` [PATCH 08/15] video: fbdev: omap2: "
` [PATCH 09/15] staging: fbtft: fb_ssd1351.c: Introduce backlight_is_blank()
` [PATCH 10/15] staging: fbtft: core: "
` [PATCH 11/15] powerpc: via-pmu-backlight: Introduce backlight_get_brightness()
` [PATCH 12/15] auxdisplay: ht16k33: "
` [PATCH 13/15] backlight: omap1: Use backlight helpers
` [PATCH 14/15] backlight: tosa: Use backlight helper
` [PATCH 15/15] backlight: backlight: Drop the deprecated fb_blank property

[PATCH v4 00/11] Enable Display for SM8350
 2023-01-08 20:37 UTC  (3+ messages)
` [PATCH v4 04/11] drm/msm/dpu: Add support "

[PATCH v3 0/1] Fixup documentation for dsi-phy-28nm
 2023-01-08 18:49 UTC  (3+ messages)
` [PATCH v3 1/1] dt-bindings: msm: dsi-phy-28nm: Add missing qcom, dsi-phy-regulator-ldo-mode
  ` [PATCH v3 1/1] dt-bindings: msm: dsi-phy-28nm: Add missing qcom,dsi-phy-regulator-ldo-mode

[PATCH 1/2] dt-bindings: display: msm: drop redundant part of title
 2023-01-08 18:11 UTC  (4+ messages)
` [PATCH 2/2] dt-bindings: display: msm: drop unneeded list for single compatible

[PATCH v7 0/4] drm/panel: Add Magnachip D53E6EA8966 Panel Controller
 2023-01-08 17:34 UTC  (3+ messages)
` [PATCH V7 2/4] dt-bindings: display: panel: Add Samsung AMS495QA01

[PATCH v2 00/13] drm/bridge: lt9611: several fixes and improvements
 2023-01-08 16:56 UTC  (14+ messages)
` [PATCH v2 01/13] drm/bridge: lt9611: fix sleep mode setup
` [PATCH v2 02/13] drm/bridge: lt9611: fix HPD reenablement
` [PATCH v2 03/13] drm/bridge: lt9611: fix polarity programming
` [PATCH v2 04/13] drm/bridge: lt9611: fix programming of video modes
` [PATCH v2 05/13] drm/bridge: lt9611: fix clock calculation
` [PATCH v2 06/13] drm/bridge: lt9611: pass a pointer to the of node
` [PATCH v2 07/13] drm/bridge: lt9611: rework the mode_set function
` [PATCH v2 08/13] drm/bridge: lt9611: attach to the next bridge
` [PATCH v2 09/13] drm/bridge: lt9611: fix sync polarity for DVI output
` [PATCH v2 10/13] drm/bridge: lt9611: simplify video timings programming
` [PATCH v2 11/13] drm/bridge: lt9611: rework infoframes handling
` [PATCH v2 12/13] drm/bridge: lt9611: stop filtering modes via the table
` [PATCH v2 13/13] drm/bridge: lt9611: properly program the dual host mode

[PATCH v8 0/9] Register Type-C mode-switch in DP bridge endpoints
 2023-01-08 14:59 UTC  (12+ messages)
` [PATCH v8 1/9] device property: Add remote endpoint to devcon matcher
` [PATCH v8 2/9] platform/chrome: cros_ec_typec: Purge blocking switch devlinks
` [PATCH v8 3/9] drm/display: Add Type-C switch helpers
` [PATCH v8 4/9] dt-bindings: display: bridge: anx7625: Add mode-switch support
` [PATCH v8 5/9] drm/bridge: anx7625: Check for Type-C during panel registration
` [PATCH v8 6/9] drm/bridge: anx7625: Register Type C mode switches
` [PATCH v8 7/9] dt/bindings: display: bridge: it6505: Add mode-switch support
` [PATCH v8 8/9] drm/bridge: it6505: Fix Kconfig indentation
` [PATCH v8 9/9] drm/bridge: it6505: Register Type C mode switches

[PATCH] habanalabs: remove redundant memset
 2023-01-08 14:51 UTC  (2+ messages)

[Bug 216899] New: amdgpu ring timeout after gfxoff on Navi 24 beige_goby
 2023-01-08  9:39 UTC  (2+ messages)
` [Bug 216899] "

[PATCH 00/12] drm/bridge: lt9611: several fixes and improvements
 2023-01-08  7:25 UTC  (13+ messages)
` [PATCH 01/12] drm/bridge: lt9611: fix sleep mode setup
` [PATCH 02/12] drm/bridge: lt9611: fix HPD reenablement
` [PATCH 03/12] drm/bridge: lt9611: fix polarity programming
` [PATCH 04/12] drm/bridge: lt9611: fix programming of video modes
` [PATCH 05/12] drm/bridge: lt9611: fix clock calculation
` [PATCH 06/12] drm/bridge: lt9611: pass a pointer to the of node
` [PATCH 07/12] drm/bridge: lt9611: rework the mode_set function
` [PATCH 08/12] drm/bridge: lt9611: attach to the next bridge
` [PATCH 09/12] drm/bridge: lt9611: fix sync polarity for DVI output
` [PATCH 10/12] drm/bridge: lt9611: simplify video timings programming
` [PATCH 11/12] drm/bridge: lt9611: rework infoframes handling
` [PATCH 12/12] drm/bridge: lt9611: stop filtering modes via the table

[RFC PATCH 0/4] dt-bindings: Introduce dual-link panels & panel-vendors
 2023-01-08  7:03 UTC  (7+ messages)
` [RFC PATCH 1/4] dt-bindings: vendor-prefixes: Add microtips
` [RFC PATCH 2/4] dt-bindings: vendor-prefixes: Add lincolntech
` [RFC PATCH 3/4] dt-bindings: panel: Introduce dual-link LVDS panel

[PATCH v2] drm: rcar-du: depend on DRM_RCAR_DU for components on that SoC
 2023-01-08  6:04 UTC 

[PATCH] drm/vkms: Add a DRM render node to vkms
 2023-01-08  5:09 UTC  (11+ messages)

[PATCH] drm: rcar-du: depend on ARCH_RENESAS for components on that SoC
 2023-01-08  5:09 UTC  (4+ messages)

[PATCH AUTOSEL 5.15 24/27] Revert "drm/amdgpu: Revert "drm/amdgpu: getting fan speed pwm for vega10 properly""
 2023-01-08  3:56 UTC  (3+ messages)

linux-next: duplicate patches in the drm tree
 2023-01-08  1:58 UTC 

[PATCH 0/2]Reduce lcm_reset to DSI LP11 send cmd time
 2023-01-07 20:31 UTC  (5+ messages)
` [PATCH 1/2] drm/mediatek: dsi: Reduce the time of dsi from LP11 to sending cmd
` [PATCH 2/2] drm/panel: boe-tv101wum-nl6: Reduce lcm_reset to send initial code time

[PATCH] drm/amd/display: No need for Null pointer check before kfree
 2023-01-07 20:29 UTC  (2+ messages)

[PATCH] drm/panel: boe-tv101wum-nl6: Ensure DSI writes succeed during disable
 2023-01-07 20:28 UTC  (2+ messages)

[PATCH] drm/nouveau/hwmon: Use sysfs_emit in show function callsbacks
 2023-01-07 20:26 UTC  (2+ messages)

[PATCH] drm/amdkfd: Use resource_size() helper function
 2023-01-07 20:09 UTC  (2+ messages)

[PATCH] drm/i915/fbc: Avoid full proxy f_ops for FBC debug attributes
 2023-01-07 20:03 UTC  (9+ messages)

[PATCH v2 00/13] drm/panel: Make panel drivers use existing DSI write macros
 2023-01-07 19:18 UTC  (14+ messages)
` [PATCH v2 01/13] drm/panel-asus-z00t-tm5p5-n35596: Drop custom "
` [PATCH v2 02/13] drm/panel-sitronix-st7703: "
` [PATCH v2 03/13] drm/panel-leadtek-ltk050h3146w: Drop custom DSI write macro
` [PATCH v2 04/13] drm/panel-elida-kd35t133: "
` [PATCH v2 05/13] drm/panel-boe-bf060y8m-aj0: "
` [PATCH v2 06/13] drm/panel-novatek-nt35950: "
` [PATCH v2 07/13] drm/panel-jdi-fhd-r63452: Drop custom DSI write macros
` [PATCH v2 08/13] drm/panel-samsung-s6e88a0-ams452ef01: Drop custom DSI write macro
` [PATCH v2 09/13] drm/panel-samsung-sofef00: "
` [PATCH v2 10/13] drm/panel-sharp-ls060t1sx01: "
` [PATCH v2 11/13] drm/panel-mantix-mlaf057we51: "
` [PATCH v2 12/13] drm/panel-sony-tulip-truly-nt35521: "
` [PATCH v2 13/13] drm/panel-xinpeng-xpp055c272: "

[PATCH v2 1/2] drm/mipi-dsi: Fix mipi_dsi_dcs_write_seq() macro definition format
 2023-01-07 17:37 UTC  (5+ messages)
` [PATCH v2 2/2] drm/mipi-dsi: Add a mipi_dsi_dcs_write_seq() macro

[PATCH v5 00/10] drm: Remove usage of deprecated DRM_* macros
 2023-01-07 17:22 UTC  (11+ messages)
` [PATCH v5 01/10] drm/print: Fix and add support for NULL as first argument in drm_* macros
` [PATCH v5 02/10] drm: Remove usage of deprecated DRM_INFO
` [PATCH v5 03/10] drm: Remove usage of deprecated DRM_NOTE
` [PATCH v5 04/10] drm: Remove usage of deprecated DRM_ERROR
` [PATCH v5 05/10] drm: Remove usage of deprecated DRM_DEBUG
` [PATCH v5 06/10] drm: Remove usage of deprecated DRM_DEBUG_DRIVER
` [PATCH v5 07/10] drm: Remove usage of deprecated DRM_DEBUG_KMS
` [PATCH v5 08/10] drm: Remove usage of deprecated DRM_DEBUG_PRIME
` [PATCH v5 09/10] drm/drm_blend: Remove usage of deprecated DRM_DEBUG_ATOMIC
` [PATCH v5 10/10] drm/drm_lease: Remove usage of deprecated DRM_DEBUG_LEASE

[PATCH] fbmem: prevent potential use-after-free issues with console_lock()
 2023-01-06 23:19 UTC  (13+ messages)

[PATCH] drm: Alloc high address for drm buddy topdown flag
 2023-01-07 15:15 UTC 

[PATCH v2 1/2] drm/atomic: Allow vblank-enabled + self-refresh "disable"
 2023-01-07 12:05 UTC  (4+ messages)
` [PATCH v2 2/2] drm/rockchip: vop: Leave vblank enabled in self-refresh

[PATCH v7 0/9] Register Type-C mode-switch in DP bridge endpoints
 2023-01-07  9:19 UTC  (10+ messages)
` [PATCH v7 2/9] platform/chrome: cros_ec_typec: Purge blocking switch devlinks
` [PATCH v7 3/9] drm/display: Add Type-C switch helpers
` [PATCH v7 7/9] dt/bindings: drm/bridge: it6505: Add mode-switch support

[PATCH 1/2] drm/atomic: Allow vblank-enabled + self-refresh "disable"
 2023-01-07  1:21 UTC  (4+ messages)
` [PATCH 2/2] drm/rockchip: vop: Leave vblank enabled in self-refresh

[RFC PATCH v3 0/3] Support for Solid Fill Planes
 2023-01-07  0:33 UTC  (7+ messages)

[PATCH 0/4] Remove platform acronyms and stepping from comments
 2023-01-07  0:29 UTC  (10+ messages)
` [PATCH 1/4] drm/i915/gt: Remove platform comments from workarounds


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox