dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-20 08:09:47 to 2021-07-20 22:21:59 UTC [more...]

[PATCH 05/13] vfio/fsl: Move to the device set infrastructure
 2021-07-20 16:25 UTC  (5+ messages)

[PATCH 00/18] Series to merge a subset of GuC submission
 2021-07-20 22:39 UTC  (6+ messages)
` [PATCH 01/18] drm/i915/guc: Add new GuC interface defines and structures
` [PATCH 02/18] drm/i915/guc: Remove GuC stage descriptor, add LRC descriptor
` [PATCH 03/18] drm/i915/guc: Add LRC descriptor context lookup array
` [PATCH 04/18] drm/i915/guc: Implement GuC submission tasklet
` [PATCH 10/18] drm/i915/guc: Extend deregistration fence to schedule disable

[PATCH] vgaarb: Rework default VGA device selection
 2021-07-20 22:19 UTC  (2+ messages)

[PATCH 00/16] Enable GuC based power management features
 2021-07-20 22:08 UTC  (4+ messages)
` [PATCH 09/16] drm/i915/guc/slpc: Add get max/min freq hooks

[PATCH 0/7] drm/i915: Migrate memory to SMEM when imported cross-device (v7)
 2021-07-20 22:06 UTC  (10+ messages)
` [PATCH 2/7] drm/i915/gem: Refactor placement setup for i915_gem_object_create* (v2)
` [PATCH 6/7] drm/i915/gem: Correct the locking and pin pattern for dma-buf (v6)
` [PATCH 7/7] drm/i915/gem: Migrate to system at dma-buf attach time (v6)
  ` [Intel-gfx] "

[PATCH 0/7] drm/i915: Migrate memory to SMEM when imported cross-device
 2021-07-20 22:04 UTC  (4+ messages)
` [PATCH 3/7] drm/i915/gem: Unify user object creation

[PATCH v2 00/14] Provide core infrastructure for managing open/release
 2021-07-20 22:01 UTC  (16+ messages)
` [PATCH v2 01/14] vfio/samples: Remove module get/put
` [PATCH v2 02/14] vfio/mbochs: Fix missing error unwind in mbochs_probe()
` [PATCH v2 03/14] vfio: Introduce a vfio_uninit_group_dev() API call
` [PATCH v2 04/14] vfio: Provide better generic support for open/release vfio_device_ops
` [PATCH v2 05/14] vfio/samples: Delete useless open/close
` [PATCH v2 06/14] vfio/fsl: Move to the device set infrastructure
` [PATCH v2 07/14] vfio/platform: Use open_device() instead of open coding a refcnt scheme
` [PATCH v2 08/14] vfio/pci: Move to the device set infrastructure
` [PATCH v2 09/14] vfio/pci: Change vfio_pci_try_bus_reset() to use the dev_set
` [PATCH v2 10/14] vfio/pci: Reorganize VFIO_DEVICE_PCI_HOT_RESET to use the device set
` [PATCH v2 11/14] vfio/mbochs: Fix close when multiple device FDs are open
` [PATCH v2 12/14] vfio/ap, ccw: Fix open/close "
` [PATCH v2 13/14] vfio/gvt: "
` [PATCH v2 14/14] vfio: Remove struct vfio_device_ops open/release

[PATCH 00/51] GuC submission support
 2021-07-20 21:46 UTC  (28+ messages)
` [PATCH 15/51] drm/i915/guc: Update intel_gt_wait_for_idle to work with GuC
` [PATCH 20/51] drm/i915: Track 'serial' counts for virtual engines
` [PATCH 23/51] drm/i915/guc: Direct all breadcrumbs for a class to single breadcrumbs
` [PATCH 24/51] drm/i915: Add i915_sched_engine destroy vfunc
` [PATCH 25/51] drm/i915: Move active request tracking to a vfunc
` [PATCH 26/51] drm/i915/guc: Reset implementation for new GuC interface
` [PATCH 30/51] drm/i915/guc: Handle context reset notification
` [PATCH 42/51] drm/i915/guc: Implement banned contexts for GuC submission
` [PATCH 45/51] drm/i915/selftest: Fix workarounds selftest "
  ` [Intel-gfx] "
` [PATCH 47/51] drm/i915/selftest: Increase some timeouts in live_requests

[PATCH] drm/msm: Add fence->wait() op
 2021-07-20 20:55 UTC  (4+ messages)
` [Linaro-mm-sig] "

[RFC PATCH 00/42] Parallel submission aka multi-bb execbuf
 2021-07-20 20:58 UTC  (42+ messages)
` [RFC PATCH 02/42] drm/i915/guc: Allow flexible number of context ids
` [RFC PATCH 03/42] drm/i915/guc: Connect the number of guc_ids to debugfs
` [RFC PATCH 04/42] drm/i915/guc: Don't return -EAGAIN to user when guc_ids exhausted
` [RFC PATCH 05/42] drm/i915/guc: Don't allow requests not ready to consume all guc_ids
` [RFC PATCH 06/42] drm/i915/guc: Introduce guc_submit_engine object
` [RFC PATCH 07/42] drm/i915/guc: Check return of __xa_store when registering a context
` [RFC PATCH 08/42] drm/i915/guc: Non-static lrc descriptor registration buffer
` [RFC PATCH 09/42] drm/i915/guc: Take GT PM ref when deregistering context
` [RFC PATCH 10/42] drm/i915: Add GT PM unpark worker
` [RFC PATCH 11/42] drm/i915/guc: Take engine PM when a context is pinned with GuC submission
` [RFC PATCH 12/42] drm/i915/guc: Don't call switch_to_kernel_context "
` [RFC PATCH 13/42] drm/i915/guc: Selftest for GuC flow control
` [RFC PATCH 14/42] drm/i915: Add logical engine mapping
` [RFC PATCH 15/42] drm/i915: Expose logical engine instance to user
` [RFC PATCH 16/42] drm/i915/guc: Introduce context parent-child relationship
` [RFC PATCH 17/42] drm/i915/guc: Implement GuC parent-child context pin / unpin functions
` [RFC PATCH 18/42] drm/i915/guc: Add multi-lrc context registration
` [RFC PATCH 19/42] drm/i915/guc: Ensure GuC schedule operations do not operate on child contexts
` [RFC PATCH 20/42] drm/i915/guc: Assign contexts in parent-child relationship consecutive guc_ids
` [RFC PATCH 21/42] drm/i915/guc: Add hang check to GuC submit engine
` [RFC PATCH 22/42] drm/i915/guc: Add guc_child_context_destroy
` [RFC PATCH 23/42] drm/i915/guc: Implement multi-lrc submission
` [RFC PATCH 24/42] drm/i915/guc: Insert submit fences between requests in parent-child relationship
` [RFC PATCH 25/42] drm/i915/guc: Implement multi-lrc reset
` [RFC PATCH 26/42] drm/i915/guc: Update debugfs for GuC multi-lrc
` [RFC PATCH 27/42] drm/i915: Connect UAPI to GuC multi-lrc interface
` [RFC PATCH 28/42] drm/i915/guc: Add basic GuC multi-lrc selftest
` [RFC PATCH 29/42] drm/i915/guc: Implement BB boundary preemption for multi-lrc
` [RFC PATCH 30/42] i915/drm: Move secure execbuf check to execbuf2
` [RFC PATCH 31/42] drm/i915: Move input/exec fence handling to i915_gem_execbuffer2
` [RFC PATCH 32/42] drm/i915: Move output "
` [RFC PATCH 33/42] drm/i915: Return output fence from i915_gem_do_execbuffer
` [RFC PATCH 34/42] drm/i915: Store batch index in struct i915_execbuffer
` [RFC PATCH 35/42] drm/i915: Allow callers of i915_gem_do_execbuffer to override the batch index
` [RFC PATCH 36/42] drm/i915: Teach execbuf there can be more than one batch in the objects list
` [RFC PATCH 37/42] drm/i915: Only track object dependencies on first request
` [RFC PATCH 38/42] drm/i915: Force parallel contexts to use copy engine for reloc
` [RFC PATCH 39/42] drm/i915: Multi-batch execbuffer2
` [RFC PATCH 40/42] drm/i915: Eliminate unnecessary VMA calls for multi-BB submission
` [RFC PATCH 41/42] drm/i915: Enable multi-bb execbuf
` [RFC PATCH 42/42] drm/i915/execlists: Parallel submission support for execlists

[PATCH] dt-bindings: Remove "status" from schema examples
 2021-07-20 20:33 UTC  (6+ messages)

[PATCH] backlight: pwm_bl: Avoid backlight flicker if backlight control GPIO is input
 2021-07-20 20:28 UTC  (3+ messages)

[PATCH 00/10] drm/bridge: Make panel and bridge probe order consistent
 2021-07-20 19:56 UTC  (16+ messages)
` [PATCH 01/10] Revert "drm/vc4: dsi: Only register our component once a DSI device is attached"
` [PATCH 02/10] drm/bridge: Add a function to abstract away panels
` [PATCH 03/10] drm/bridge: Add documentation sections
` [PATCH 04/10] drm/bridge: Document the probe issue with MIPI-DSI bridges
` [PATCH 05/10] drm/panel: Create attach and detach callbacks
` [PATCH 06/10] drm/bridge: panel: Call attach and detach for the panel
` [PATCH 07/10] drm/vc4: dsi: Switch to drm_of_get_next
` [PATCH 08/10] drm/panel: raspberrypi-touchscreen: Prevent double-free
` [PATCH 09/10] drm/panel: raspberrypi-touchscreen: Use the attach hook
` [PATCH 10/10] drm/panel: raspberrypi-touchscreen: Remove MIPI-DSI driver

[PATCH v3 0/2] allow simple{fb, drm} drivers to be used on non-x86 EFI platforms
 2021-07-20 18:38 UTC  (9+ messages)

[PATCH 0/7] drm: Provide framebuffer dma-buf helpers
 2021-07-20 18:36 UTC  (6+ messages)
` [PATCH 1/7] drm/gem: Provide drm_gem_fb_{begin, end}_cpu_access() helpers
` [PATCH 3/7] drm/mipi-dbi: Use framebuffer dma-buf helpers

[drm-intel:drm-intel-gt-next 6/30] drivers/gpu/drm/i915/gem/i915_gem_context.c:364:1: error: unused function '__context_engines_static'
 2021-07-20 18:31 UTC 

[PATCH 0/6] Fix the debugfs splat from mock selftests
 2021-07-20 18:29 UTC  (8+ messages)
` [PATCH 1/6] drm/i915: Call i915_globals_exit() after i915_pmu_exit()
` [PATCH 2/6] drm/i915: Call i915_globals_exit() if pci_register_device() fails
` [PATCH 3/6] drm/i915: Use a table for i915_init/exit
` [PATCH 4/6] drm/ttm: Force re-init if ttm_global_init() fails
` [PATCH 5/6] drm/ttm: Initialize debugfs from ttm_global_init()
` [PATCH 6/6] drm/i915: Make the kmem slab for i915_buddy_block a global

[PATCH v8 0/5] drm: address potential UAF bugs with drm_master ptrs
 2021-07-20 18:24 UTC  (2+ messages)

[PATCH] drm/amdgpu/acp: Make PM domain really work
 2021-07-20 17:22 UTC 

[PATCH v3 2/3] dt-bindings: Clean-up OPP binding node names in examples
 2021-07-20 17:29 UTC  (2+ messages)

[PATCH][next] drm/i915/xelpd: Fix unsigned compared to less than zero error
 2021-07-20 17:19 UTC  (2+ messages)

[PATCH 0/5] OnePlus 6 fixes
 2021-07-20 16:24 UTC  (8+ messages)
` [PATCH 1/5] arm64: dts: qcom: sdm845-oneplus: fix reserved-mem
` [PATCH 2/5] dts: arm64: sdm845-oneplus-common: enable debug UART
` [PATCH 3/5] drm/panel/samsung-sofef00: make gpio optional
` [PATCH 4/5] arm64: dts: qcom: sdm845-oneplus-fajita: remove panel reset gpio
` [PATCH 5/5] arm64: dts: qcom: sdm845-oneplus: add ipa firmware names

[Bug 213715] New: failed to change brightness of HDR panel on AMD GREEN_SARDINE through aux
 2021-07-20 16:08 UTC  (2+ messages)
` [Bug 213715] "

[PATCH 0/4] Unregister mst connectors when hotplug
 2021-07-20 16:03 UTC  (5+ messages)
` [PATCH 1/4] drm/dp_mst: Put malloc_kref of vcpi pointing port when disable MST
` [PATCH 2/4] drm/dp_mst: Only create connector for connected end device
` [PATCH 3/4] drm/dp_mst: Put connector of disconnected end device when handling CSN
` [PATCH 4/4] drm/dp_mst: Release disconnected connectors when resume

[PATCH] drm/i915: Check for nomodeset in i915_init() first
 2021-07-20 15:53 UTC  (2+ messages)

[PATCH 0/6] Fix the debugfs splat from mock selftests
 2021-07-20 15:30 UTC  (14+ messages)
` [PATCH 2/6] drm/i915: Call i915_globals_exit() if pci_register_device() fails
` [PATCH 3/6] drm/i915: Always call i915_globals_exit() from i915_exit()
  ` [Intel-gfx] "
` [PATCH 5/6] drm/ttm: Initialize debugfs from ttm_global_init()

[PATCH resend 0/5] video: fbdev: ssd1307fb: Optimizations and improvements
 2021-07-20 14:53 UTC  (16+ messages)
` [PATCH resend 2/5] video: fbdev: ssd1307fb: Simplify ssd1307fb_update_display()
` [PATCH resend 4/5] video: fbdev: ssd1307fb: Optimize screen updates

[PATCH v6] Documentation: gpu: Mention the requirements for new properties
 2021-07-20 14:35 UTC 

[PATCH 00/11] drm/msm: drm scheduler conversion and cleanups
 2021-07-20 14:24 UTC  (7+ messages)
` [PATCH 04/11] drm: Drop drm_gem_object_put_locked()
` [Linaro-mm-sig] [PATCH 00/11] drm/msm: drm scheduler conversion and cleanups

[PATCH 1/7] vgaarb: remove VGA_DEFAULT_DEVICE
 2021-07-20 14:12 UTC  (3+ messages)

[PATCH] drm: Return -ENOTTY for non-drm ioctls
 2021-07-20 13:57 UTC  (2+ messages)

[PATCH] drm/ttm: revert "Fix COW check"
 2021-07-20 13:51 UTC  (3+ messages)

[PATCH 0/4] drm: Make modeset locking easier
 2021-07-20 13:44 UTC  (3+ messages)
` [PATCH 1/4] drm: Introduce drm_modeset_lock_ctx_retry()

[PATCH v3 0/5] drm: use dyndbg in drm_print
 2021-07-20 13:29 UTC  (5+ messages)
` [PATCH v3 1/5] drm/print: fixup spelling in a comment
` [PATCH v3 3/5] drm/print: RFC add choice to use dynamic debug in drm-debug

[PATCH] dma-buf: fix and rework dma_buf_poll v7
 2021-07-20 13:11 UTC 

[PATCH 0/3] Add support for querying hw info that UMDs need
 2021-07-20 12:58 UTC  (5+ messages)
` [PATCH 3/3] drm/i915/uapi: Add query for L3 bank count
  ` [Intel-gfx] "

[Bug 213779] New: Screen stays blank on resume. from hibernate
 2021-07-20 12:27 UTC  (2+ messages)
` [Bug 213779] "

[Bug 211807] New: [drm:drm_dp_mst_dpcd_read] *ERROR* mstb 000000004e6288dd port 3: DPCD read on addr 0x60 for 1 bytes NAKed
 2021-07-20 12:19 UTC  (2+ messages)
` [Bug 211807] "

[PATCH] dma-buf: fix and rework dma_buf_poll v6
 2021-07-20 12:04 UTC  (4+ messages)

[PATCH] dma_buf: remove dmabuf sysfs teardown before release/detach
 2021-07-20 11:00 UTC  (5+ messages)
  ` [PATCH v2] dma_buf: remove dmabuf sysfs teardown before release

[PATCH v2] drm/bridge: anx7625: Use pm_runtime_force_{suspend, resume}
 2021-07-20 10:05 UTC 

[PATCH v2] dma-buf: Delete the DMA-BUF attachment sysfs statistics
 2021-07-20  9:11 UTC  (2+ messages)

[PATCH] drm/ast: Return value when do not get edid
 2021-07-20  9:09 UTC  (4+ messages)

[PATCH -next v2 resend] drm/bochs: Fix missing pci_disable_device() on error in bochs_pci_probe()
 2021-07-20  9:07 UTC  (2+ messages)

[PATCH] drm/ast: Zero is missing in detect function
 2021-07-20  8:57 UTC  (2+ messages)

[PATCH v4] drm/ast: Disable fast reset after DRAM initial
 2021-07-20  8:49 UTC  (3+ messages)
` [PATCH v5] "

[PATCH v3 0/4] Base changes for isolating FPU operation in a single place
 2021-07-20  8:17 UTC  (9+ messages)
` [PATCH v3 1/4] drm/amd/display: Introduce FPU directory inside DC
` [PATCH v3 2/4] drm/amd/display: Add FPU event trace
` [PATCH v3 3/4] drm/amd/display: Add control mechanism for FPU utilization
` [PATCH v3 4/4] drm/amd/display: Add DC_FP helper to check FPU state

[PATCH v3] drm/shmobile: Convert to Linux IRQ interfaces
 2021-07-20  8:09 UTC 


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