dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-07-19 09:53:09 to 2022-07-20 15:36:35 UTC [more...]

[PATCH v4 00/41] DYNDBG: opt-in class'd debug for modules, use in drm
 2022-07-20 15:32 UTC  (40+ messages)
` [PATCH v4 01/41] dyndbg: fix static_branch manipulation
` [PATCH v4 02/41] dyndbg: fix module.dyndbg handling
` [PATCH v4 03/41] dyndbg: show both old and new in change-info
` [PATCH v4 04/41] dyndbg: reverse module walk in cat control
` [PATCH v4 05/41] dyndbg: reverse module.callsite "
` [PATCH v4 06/41] dyndbg: use ESCAPE_SPACE for "
` [PATCH v4 07/41] dyndbg: let query-modname override actual module name
` [PATCH v4 08/41] dyndbg: add test_dynamic_debug module
` [PATCH v4 09/41] dyndbg: drop EXPORTed dynamic_debug_exec_queries
` [PATCH v4 10/41] dyndbg: add class_id to pr_debug callsites
` [PATCH v4 11/41] dyndbg: add __pr_debug_cls for testing
` [PATCH v4 12/41] dyndbg: add DECLARE_DYNDBG_CLASSMAP
` [PATCH v4 13/41] kernel/module: add __dyndbg_classes section
` [PATCH v4 14/41] dyndbg: add ddebug_attach_module_classes
` [PATCH v4 15/41] dyndbg: validate class FOO by checking with module
` [PATCH v4 16/41] dyndbg: add drm.debug style bitmap support
` [PATCH v4 17/41] dyndbg: test DECLARE_DYNDBG_CLASSMAP, sysfs nodes
` [PATCH v4 18/41] doc-dyndbg: describe "class CLASS_NAME" query support
` [PATCH v4 19/41] doc-dyndbg: edit dynamic-debug-howto for brevity, audience
` [PATCH v4 20/41] drm_print: condense enum drm_debug_category
` [PATCH v4 21/41] drm: POC drm on dyndbg - use in core, 2 helpers, 3 drivers
` [PATCH v4 22/41] drm_print: interpose drm_*dbg with forwarding macros
` [PATCH v4 23/41] drm_print: wrap drm_*_dbg in dyndbg descriptor factory macro
` [PATCH v4 24/41] drm-print: add drm_dbg_driver to improve namespace symmetry
` [PATCH v4 25/41] drm-print: include dyndbg header indirectly
` [PATCH v4 26/41] drm_print: refine drm_debug_enabled for jump-label
` [PATCH v4 28/41] drm_print: add _ddebug descriptor to drm_*dbg prototypes
` [PATCH v4 29/41] nouveau: change nvkm_debug/trace to use dev_dbg POC
` [PATCH v4 30/41] tracing/events: Add __vstring() and __assign_vstr() helper macros
` [PATCH v4 31/41] dyndbg: add _DPRINTK_FLAGS_ENABLED
` [PATCH v4 32/41] dyndbg: add _DPRINTK_FLAGS_TRACE
` [PATCH v4 33/41] dyndbg: add write-events-to-tracefs code
` [PATCH v4 34/41] dyndbg: add 2 trace-events: drm_{,dev}debug
` [PATCH v4 35/41] dyndbg: add 2 more trace-events: pr_debug, dev_dbg
` [PATCH v4 37/41] nouveau: adapt NV_DEBUG, NV_ATOMIC to use DRM.debug
` [PATCH v4 38/41] nouveau-dyndbg: alter DEBUG, TRACE, SPAM levels to use dyndbg
` [PATCH v4 39/41] nouveau-dbg: add 2 verbose-classmaps for CLI, SUBDEV
` [PATCH v4 40/41] nouveau-dbg: fixup lost prdbgs
` [PATCH v4 41/41] nouveau-dyndbg: wip subdev refine, breaks on use

[PATCH drm-misc-next v5 0/4] drm: rename CMA helpers to DMA helpers
 2022-07-20 15:31 UTC  (3+ messages)
` [PATCH drm-misc-next v5 1/4] drm/fb: rename FB CMA helpers to FB "
` [PATCH drm-misc-next v5 2/4] drm/gem: rename GEM CMA helpers to GEM "

[PATCH] gpu: ipu-v3: common: Add of_node_put() for reference returned by of_graph_get_port_by_id()
 2022-07-20 15:22 UTC 

[PATCH RESEND 0/2] drm/virtio: use drm managed resources
 2022-07-20 15:20 UTC  (5+ messages)
` [PATCH RESEND 1/2] drm/virtio: plane: "
` [PATCH RESEND 2/2] drm/virtio: kms: "

[PATCH 0/7] drm: Clean up plane helpers
 2022-07-20 15:08 UTC  (10+ messages)
` [PATCH 1/7] drm/vmwgfx: Remove trailing whitespace
` [PATCH 2/7] drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpers
` [PATCH 3/7] drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALING
` [PATCH 4/7] drm: Remove unnecessary include statements of drm_plane_helper.h
` [PATCH 5/7] drm/plane-helper: Export individual helpers
` [PATCH 6/7] drm/armada: Use drm_plane_helper_destroy()
` [PATCH 7/7] drm/fsl-dcu: "

[RFC PATCH v3 00/19] RFC: nested AVIC
 2022-07-20 14:42 UTC  (5+ messages)
` [RFC PATCH v3 04/19] KVM: x86: mmu: allow to enable write tracking externally

[PATCH v2 00/10] drm: Add driver for PowerPC OF displays
 2022-07-20 14:27 UTC  (11+ messages)
` [PATCH v2 01/10] drm/simpledrm: Remove mem field from device structure
` [PATCH v2 02/10] drm/simpledrm: Inline device-init helpers
` [PATCH v2 03/10] drm/simpledrm: Remove pdev field from device structure
` [PATCH v2 04/10] drm/simpledrm: Compute framebuffer stride if not set
` [PATCH v2 05/10] drm/simpledrm: Convert to atomic helpers
` [PATCH v2 06/10] drm/simpledrm: Move some functionality into fwfb helper library
` [PATCH v2 07/10] drm/ofdrm: Add ofdrm for Open Firmware framebuffers
` [PATCH v2 08/10] drm/ofdrm: Add CRTC state
` [PATCH v2 09/10] drm/ofdrm: Add per-model device function
` [PATCH v2 10/10] drm/ofdrm: Support color management

[PATCH RESEND 00/10] drm: use idr_init_base() over idr_init() if applicable
 2022-07-20 13:28 UTC  (11+ messages)
` [PATCH RESEND 01/10] drm/amdgpu: use idr_init_base() to initialize mgr->ctx_handles
` [PATCH RESEND 02/10] drm/amdgpu: use idr_init_base() to initialize fpriv->bo_list_handles
` [PATCH RESEND 03/10] drm: use idr_init_base() to initialize master->magic_map
` [PATCH RESEND 04/10] drm: use idr_init_base() to initialize master->lessee_idr
` [PATCH RESEND 05/10] drm: use idr_init_base() to initialize mode_config.object_idr
` [PATCH RESEND 06/10] drm: use idr_init_base() to initialize mode_config.tile_idr
` [PATCH RESEND 07/10] drm/sis: use idr_init_base() to initialize dev_priv->object_idr
` [PATCH RESEND 08/10] drm/v3d: use idr_init_base() to initialize v3d_priv->perfmon.idr
` [PATCH RESEND 09/10] drm/via: use idr_init_base() to initialize dev_priv->object_idr
` [PATCH RESEND 10/10] drm/todo: remove task for idr_init_base()

[PATCH] drm/vmwgfx: clean up some error pointer checking
 2022-07-20 13:22 UTC  (2+ messages)

[PATCH v1 0/6] Move all drivers to a common dma-buf locking convention
 2022-07-20 12:18 UTC  (7+ messages)
` [PATCH v1 4/6] dma-buf: Acquire wait-wound context on attachment

[PATCH v4 0/3] drm/i915/display: stop HPD workers before display driver unregister
 2022-07-20 12:15 UTC  (4+ messages)
` [PATCH v4 1/3] drm/i915/hpd: postpone HPD cancel work after last user suspension
` [PATCH v4 2/3] drm/i915/fbdev: suspend HPD before fbdev unregistration
` [PATCH v4 3/3] drm/i915/display: add hotplug.suspended flag

[PATCH v3 0/2] Remove the VFIO_IOMMU_NOTIFY_DMA_UNMAP notifier
 2022-07-20 11:56 UTC  (6+ messages)
` [PATCH v3 1/2] vfio: Replace the DMA unmapping notifier with a callback

[PATCH v2 00/21] Fix performance regressions with TLB and add GuC support
 2022-07-20 10:54 UTC  (6+ messages)
` [PATCH v2 06/21] drm/i915/gt: Batch TLB invalidations
    ` [Intel-gfx] "

[PATCH 1/2] drm/i915/gem: Avoid taking runtime-pm under the shrinker
 2022-07-20 10:16 UTC  (2+ messages)
` [RFC PATCH 2/2] drm/i915/gem: Perform active shrinking from a background thread

[PATCH v5 00/13] Add MediaTek MT6370 PMIC support
 2022-07-20  9:48 UTC  (5+ messages)
` [PATCH v5 11/13] leds: mt6370: Add MediaTek MT6370 current sink type LED Indicator support

[PATCH 1/4] drm/ttm: add new intersect callback to res mgr
 2022-07-20  8:44 UTC  (6+ messages)
` [PATCH 2/4] drm/i915: Add intersect callback function
` [PATCH 3/4] drm/nouveau: "
` [PATCH 4/4] drm/ttm: Switch to using the new intersect callback

[PATCH v2 00/14] drm/mgag200: Move model-specific code into separate functions
 2022-07-20  8:36 UTC  (4+ messages)
` [PATCH v2 08/14] drm/mgag200: Set SCROFF in primary-plane code

[PATCH 0/1] Update to GuC v70
 2022-07-20  8:28 UTC  (5+ messages)
` [PATCH 1/1] drm/i915/guc: Update to GuC version 70.1.1
  ` [Intel-gfx] "

[syzbot] KASAN: invalid-free in free_prealloced_shrinker
 2022-07-20  7:52 UTC 

[PATCH v2] drm/imx/dcss: Add missing of_node_put() in fail path
 2022-07-20  7:50 UTC  (2+ messages)

[PATCH 0/3] New eDP panels and a bugfix
 2022-07-20  7:49 UTC  (11+ messages)
` [PATCH 1/3] drm/panel-edp: Add panel entry for R140NWF5 RH
` [PATCH 2/3] drm/panel-edp: Add panel entry for B120XAN01.0
` [PATCH 3/3] drm/panel-edp: Fix variable typo when saving hpd absent delay from DT

[PATCH] drm/i915/selftests: Fix comment typo
 2022-07-16  4:05 UTC 

[PATCH] drm/radeon: Fix comment typo
 2022-07-19 19:50 UTC  (3+ messages)

[PATCH] drm/amdgpu: remove useless condition in amdgpu_job_stop_all_jobs_on_sched()
 2022-07-19 10:39 UTC 

[PATCH] drm/amdgpu: Fix comment typo
 2022-07-19 19:52 UTC  (3+ messages)

[PATCH] drm/bridge: megachips: Fix a null pointer dereference bug
 2022-07-19  8:38 UTC  (2+ messages)

[PATCH v2 0/7] Improve GPU Recovery
 2022-07-20  6:04 UTC  (10+ messages)
` [PATCH v2 5/7] arm64: dts: qcom: sc7280: Update gpu register list
      ` [Freedreno] "

[PATCH] drm/i915/gt: Remove unneeded semicolon
 2022-07-16  4:08 UTC 

[PATCH] nouveau/svm: Fix to migrate all requested pages
 2022-07-20  6:27 UTC 

[PATCH] drm/panel-edp: add IVO M133NW4J-R3 panel entry
 2022-07-20  5:41 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] drm/amdgpu: use native mode for dp aux transfer
 2022-07-20  2:16 UTC 

[PATCH AUTOSEL 5.4 08/16] drm: panel-orientation-quirks: Add quirk for the Lenovo Yoga Tablet 2 830
 2022-07-20  1:17 UTC 

[PATCH AUTOSEL 5.10 13/25] drm: panel-orientation-quirks: Add quirk for the Lenovo Yoga Tablet 2 830
 2022-07-20  1:16 UTC 

[PATCH AUTOSEL 5.15 26/42] drm: panel-orientation-quirks: Add quirk for the Lenovo Yoga Tablet 2 830
 2022-07-20  1:13 UTC 

[PATCH AUTOSEL 5.18 32/54] drm: panel-orientation-quirks: Add quirk for the Lenovo Yoga Tablet 2 830
 2022-07-20  1:10 UTC  (2+ messages)
` [PATCH AUTOSEL 5.18 35/54] drm/ssd130x: Fix pre-charge period setting

[PATCH v4 0/2] Remove the VFIO_IOMMU_NOTIFY_DMA_UNMAP notifier
 2022-07-20  0:02 UTC  (3+ messages)
` [PATCH v4 1/2] vfio: Replace the DMA unmapping notifier with a callback
` [PATCH v4 2/2] vfio: Replace the iommu notifier with a device list

[PATCH] dt-bindings: panel: raydium, rm67191: Add missing type to 'video-mode'
 2022-07-19 21:52 UTC 

[PATCH v2] drm/i915/guc: support v69 in parallel to v70
 2022-07-19 20:02 UTC  (2+ messages)

[PATCH v2 00/13] drm+msm: Shrinker and LRU rework
 2022-07-19 18:56 UTC  (15+ messages)
` [PATCH v2 01/13] drm/msm: Reorder lock vs submit alloc
` [PATCH v2 02/13] drm/msm: Small submit cleanup
` [PATCH v2 03/13] drm/msm: Split out idr_lock
` [PATCH v2 04/13] drm/msm/gem: Check for active in shrinker path
` [PATCH v2 05/13] drm/msm/gem: Rename update_inactive
` [PATCH v2 06/13] drm/msm/gem: Rename to pin/unpin_pages
` [PATCH v2 07/13] drm/msm/gem: Consolidate pin/unpin paths
` [PATCH v2 08/13] drm/msm/gem: Remove active refcnt
` [PATCH v2 09/13] drm/gem: Add LRU/shrinker helper
` [PATCH v2 10/13] drm/msm/gem: Convert to using drm_gem_lru
` [PATCH v2 11/13] drm/msm/gem: Unpin buffers earlier
` [PATCH v2 12/13] drm/msm/gem: Consolidate shrinker trace
` [PATCH v2 13/13] drm/msm/gem: Evict active GEM objects when necessary

[RFC PATCH v3 0/2] drm/bridge: ti-sn65dsi86: support DRM_BRIDGE_ATTACH_NO_CONNECTOR
 2022-07-19 17:12 UTC  (6+ messages)
` [RFC PATCH v3 1/2] drm/bridge: ti-sn65dsi86: fetch bpc using drm_atomic_state
` [RFC PATCH v3 2/2] drm/bridge: ti-sn65dsi86: support DRM_BRIDGE_ATTACH_NO_CONNECTOR

[PATCH] drm/i915/guc: support v69 in parallel to v70
 2022-07-19 15:29 UTC  (5+ messages)
` [Intel-gfx] "

[PATCH v2] drm/bridge: it6505: Add i2c api power on check
 2022-07-19 15:26 UTC  (2+ messages)

[PATCH 0/3] drm: Endianness fixes
 2022-07-19 14:39 UTC  (3+ messages)
` [PATCH 3/3] drm/gud: Fix endianness in gud_xrgb8888_to_color() helper

[PATCH V2 0/3] DSI host and peripheral initialisation ordering
 2022-07-19 14:36 UTC  (8+ messages)

[PATCH v1 0/12] drm bridge updates
 2022-07-19 14:22 UTC  (17+ messages)
` [PATCH v1 05/12] drm/bridge: sii8620: Use drm_bridge_funcs.atomic_check
` [PATCH v1 06/12] drm/bridge: cros-ec-anx7688: "
` [PATCH v1 07/12] drm/bridge: tc358767: "
` [PATCH v1 08/12] drm/mediatek: Drop mtk_hdmi_bridge_mode_fixup
  ` [PATCH v1 09/12] drm/rcar-du: lvds: Use drm_bridge_funcs.atomic_check
  ` [PATCH v1 11/12] drm/bridge: Drop drm_bridge_funcs.mode_fixup
  ` [PATCH v1 12/12] drm/todo: Add bridge related todo items

[PATCH 0/4] Initial support for the Pixel 3
 2022-07-19 14:11 UTC  (3+ messages)
` [PATCH 3/4] dt-bindings: panel: Add LG SW43408 MIPI-DSI panel

[PATCH v4 0/7] Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation
 2022-07-19 14:04 UTC  (8+ messages)
` [PATCH v4 1/7] drm: Move and add a few utility macros into drm util header
` [PATCH v4 2/7] drm/i915/gem: Typecheck page lookups
` [PATCH v4 3/7] drm/i915: Check for integer truncation on scatterlist creation
` [PATCH v4 4/7] drm/i915: Check for integer truncation on the configuration of ttm place
` [PATCH v4 5/7] drm/i915: Check if the size is too big while creating shmem file
` [PATCH v4 6/7] drm/i915: Use error code as -E2BIG when the size of gem ttm object is too large
` [PATCH v4 7/7] drm/i915: Remove truncation warning for large objects

[PATCH v2 1/2] drm/bridge: anx7625: Fix refcount bug in anx7625_parse_dt()
 2022-07-19 12:51 UTC  (2+ messages)

[PATCH 1/9] drm/panel/panel-sitronix-st7701: Make DSI mode flags common to ST7701
 2022-07-19 12:15 UTC  (3+ messages)

[PATCH v2 00/12] drm: bridge: Add Samsung MIPI DSIM bridge
 2022-07-19 12:11 UTC  (4+ messages)
  ` [PATCH v2 07/12] drm: bridge: samsung-dsim: Add module init, exit

[PATCH v7 0/9] VirtIO-GPU driver fixes and improvements
 2022-07-19 11:30 UTC  (10+ messages)
` [PATCH v7 7/9] drm/virtio: Improve DMA API usage for shmem BOs

[PATCH 0/2] drm/i915/gt: Expose per gt defaults in sysfs
 2022-07-19 10:19 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH v1 0/11] drm: move dri1 drivers to drm/dri1/
 2022-07-19 10:15 UTC  (4+ messages)

[PATCH 00/12] Random assortment of (mostly) GuC related patches
 2022-07-19 10:14 UTC  (10+ messages)
` [PATCH 02/12] drm/i915/guc: Don't call ring_is_idle in GuC submission
  ` [Intel-gfx] "
` [PATCH 10/12] drm/i915/guc: Support larger contexts on newer hardware
  ` [Intel-gfx] "

[PATCH v3 0/3] HDR aux backlight range calculation
 2022-07-19  9:57 UTC  (4+ messages)
` [PATCH v3 1/3] drm: New function to get luminance range based on static hdr metadata
` [PATCH v3 2/3] drm/amdgpu_dm: Rely on split out luminance calculation function
` [PATCH v3 3/3] drm/i915: Use luminance range calculated during edid parsing


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