dri-devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-23 12:44:38 to 2021-06-24 07:31:21 UTC [more...]

[PATCH 0/6] KVM: Remove uses of struct page from x86 and arm64 MMU
 2021-06-24  7:31 UTC  (10+ messages)
` [PATCH 1/6] KVM: x86/mmu: release audited pfns
` [PATCH 2/6] KVM: mmu: also return page from gfn_to_pfn
` [PATCH 3/6] KVM: x86/mmu: avoid struct page in MMU
` [PATCH 4/6] KVM: arm64/mmu: "
` [PATCH 5/6] KVM: mmu: remove over-aggressive warnings
` [PATCH 6/6] drm/i915/gvt: use gfn_to_pfn's page instead of pfn

[PATCH v3 00/27] Deprecate struct drm_device.irq_enabled
 2021-06-24  7:29 UTC  (28+ messages)
` [PATCH v3 01/27] drm/amdgpu: Track IRQ state in local device state
` [PATCH v3 02/27] drm/hibmc: Call drm_irq_uninstall() unconditionally
` [PATCH v3 03/27] drm/radeon: Track IRQ state in local device state
` [PATCH v3 04/27] drm: Don't test for IRQ support in VBLANK ioctls
` [PATCH v3 05/27] drm/armada: Don't set struct drm_device.irq_enabled
` [PATCH v3 06/27] drm/i915: Track IRQ state in local device state
` [PATCH v3 07/27] drm/komeda: Don't set struct drm_device.irq_enabled
` [PATCH v3 08/27] drm/malidp: "
` [PATCH v3 09/27] drm/exynos: "
` [PATCH v3 10/27] drm/kirin: "
` [PATCH v3 11/27] drm/imx: "
` [PATCH v3 12/27] drm/imx/dcss: "
` [PATCH v3 13/27] drm/mediatek: "
` [PATCH v3 14/27] drm/nouveau: "
` [PATCH v3 15/27] drm/omapdrm: Track IRQ state in local device state
` [PATCH v3 16/27] drm/rcar-du: Don't set struct drm_device.irq_enabled
` [PATCH v3 17/27] drm/rockchip: "
` [PATCH v3 18/27] drm/sti: "
` [PATCH v3 19/27] drm/stm: "
` [PATCH v3 20/27] drm/sun4i: "
` [PATCH v3 21/27] drm/tegra: "
` [PATCH v3 22/27] drm/tidss: Don't use "
` [PATCH v3 23/27] drm/vc4: Don't set "
` [PATCH v3 24/27] drm/vkms: "
` [PATCH v3 25/27] drm/vmwgfx: "
` [PATCH v3 26/27] drm/xlnx: "
` [PATCH v3 27/27] drm/zte: "

[PULL] drm-misc-next-fixes
 2021-06-24  7:16 UTC 

[PATCH v3 1/2] pwm: Introduce single-PWM of_xlate function
 2021-06-24  7:02 UTC  (7+ messages)
` [PATCH v3 2/2] drm/bridge: ti-sn65dsi86: Implement the pwm_chip

[PATCH 03/15] dma-buf: Document dma-buf implicit fencing/resv fencing rules
 2021-06-24  6:59 UTC  (3+ messages)
` [PATCH] "

[PATCH 00/47] GuC submission support
 2021-06-24  7:05 UTC  (48+ messages)
` [PATCH 01/47] drm/i915/guc: Relax CTB response timeout
` [PATCH 02/47] drm/i915/guc: Improve error message for unsolicited CT response
` [PATCH 03/47] drm/i915/guc: Increase size of CTB buffers
` [PATCH 04/47] drm/i915/guc: Add non blocking CTB send function
` [PATCH 05/47] drm/i915/guc: Add stall timer to "
` [PATCH 06/47] drm/i915/guc: Optimize CTB writes and reads
` [PATCH 07/47] drm/i915/guc: Module load failure test for CT buffer creation
` [PATCH 08/47] drm/i915/guc: Add new GuC interface defines and structures
` [PATCH 09/47] drm/i915/guc: Remove GuC stage descriptor, add lrc descriptor
` [PATCH 10/47] drm/i915/guc: Add lrc descriptor context lookup array
` [PATCH 11/47] drm/i915/guc: Implement GuC submission tasklet
` [PATCH 12/47] drm/i915/guc: Add bypass tasklet submission path to GuC
` [PATCH 13/47] drm/i915/guc: Implement GuC context operations for new inteface
` [PATCH 14/47] drm/i915/guc: Insert fence on context when deregistering
` [PATCH 15/47] drm/i915/guc: Defer context unpin until scheduling is disabled
` [PATCH 16/47] drm/i915/guc: Disable engine barriers with GuC during unpin
` [PATCH 17/47] drm/i915/guc: Extend deregistration fence to schedule disable
` [PATCH 18/47] drm/i915: Disable preempt busywait when using GuC scheduling
` [PATCH 19/47] drm/i915/guc: Ensure request ordering via completion fences
` [PATCH 20/47] drm/i915/guc: Disable semaphores when using GuC scheduling
` [PATCH 21/47] drm/i915/guc: Ensure G2H response has space in buffer
` [PATCH 22/47] drm/i915/guc: Update intel_gt_wait_for_idle to work with GuC
` [PATCH 23/47] drm/i915/guc: Update GuC debugfs to support new GuC
` [PATCH 24/47] drm/i915/guc: Add several request trace points
` [PATCH 25/47] drm/i915: Add intel_context tracing
` [PATCH 26/47] drm/i915/guc: GuC virtual engines
` [PATCH 27/47] drm/i915: Track 'serial' counts for "
` [PATCH 28/47] drm/i915: Hold reference to intel_context over life of i915_request
` [PATCH 29/47] drm/i915/guc: Disable bonding extension with GuC submission
` [PATCH 30/47] drm/i915/guc: Direct all breadcrumbs for a class to single breadcrumbs
` [PATCH 31/47] drm/i915/guc: Reset implementation for new GuC interface
` [PATCH 32/47] drm/i915: Reset GPU immediately if submission is disabled
` [PATCH 33/47] drm/i915/guc: Add disable interrupts to guc sanitize
` [PATCH 34/47] drm/i915/guc: Suspend/resume implementation for new interface
` [PATCH 35/47] drm/i915/guc: Handle context reset notification
` [PATCH 36/47] drm/i915/guc: Handle engine reset failure notification
` [PATCH 37/47] drm/i915/guc: Enable the timer expired interrupt for GuC
` [PATCH 38/47] drm/i915/guc: Provide mmio list to be saved/restored on engine reset
` [PATCH 39/47] drm/i915/guc: Don't complain about reset races
` [PATCH 40/47] drm/i915/guc: Enable GuC engine reset
` [PATCH 41/47] drm/i915/guc: Capture error state on context reset
` [PATCH 42/47] drm/i915/guc: Fix for error capture after full GPU reset with GuC
` [PATCH 43/47] drm/i915/guc: Hook GuC scheduling policies up
` [PATCH 44/47] drm/i915/guc: Connect reset modparam updates to GuC policy flags
` [PATCH 45/47] drm/i915/guc: Include scheduling policies in the debugfs state dump
` [PATCH 46/47] drm/i915/guc: Add golden context to GuC ADS
` [PATCH 47/47] drm/i915/guc: Unblock GuC submission on Gen11+

[PATCH] dt-bindings: Fix 'unevaluatedProperties' errors in DT graph users
 2021-06-24  6:35 UTC  (2+ messages)

[PATCH v2] drm/radeon: Fix NULL dereference when updating memory stats
 2021-06-24  4:52 UTC  (4+ messages)
  ` [PATCH v3] "

[PATCH v14 00/12] Restricted DMA
 2021-06-24  6:05 UTC  (6+ messages)
` [PATCH v14 06/12] swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncing

[PATCH 0/2] dt-bindings: Convert OPP bindings to DT schema
 2021-06-24  4:32 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: Clean-up OPP binding node names in examples
` [PATCH 2/2] dt-bindings: opp: Convert to DT schema

[Bug 213561] New: [bisected] AMD GPU can no longer idle state after commit 1c0b0efd148d5b24c4932ddb3fa03c8edd6097b3
 2021-06-24  3:53 UTC  (6+ messages)
` [Bug 213561] "
` [Bug 213561] [bisected] AMD GPU can no longer enter "
` [Bug 213561] [bisected][regression] AMD GPU can no longer enter idle state after commit

[RFC PATCH 0/9] arm64: imx8mm: Add MIPI DSI support
 2021-06-24  2:48 UTC  (7+ messages)
` [RFC PATCH 1/9] dt-bindings: display: bridge: Add Samsung SEC MIPI DSIM bindings
` [RFC PATCH 2/9] drm: bridge: Add Samsung SEC MIPI DSIM bridge driver

[PATCH v4 1/2] pwm: Introduce single-PWM of_xlate function
 2021-06-24  2:20 UTC  (6+ messages)
` [PATCH v4 2/2] drm/bridge: ti-sn65dsi86: Implement the pwm_chip

[PATCH v1] drm/nouveau: remove unused varialble "struct device *dev"
 2021-06-24  1:37 UTC 

[Linaro-mm-sig] [PATCH v3 1/2] habanalabs: define uAPI to export FD for DMA-BUF
 2021-06-24  0:45 UTC  (17+ messages)

[PATCH] dt-bindings: display: renesas,du: Fix 'ports' reference
 2021-06-24  0:19 UTC  (3+ messages)

[PATCH v2 0/6] drm/bridge: ti-sn65dsi86: Misc improvements
 2021-06-24  0:03 UTC  (7+ messages)
` [PATCH v2 1/6] dt-bindings: drm/bridge: ti-sn65dsi8: Make enable GPIO optional
` [PATCH v2 2/6] drm/bridge: ti-sn65dsi86: "
` [PATCH v2 3/6] drm/bridge: ti-sn65dsi86: Use bitmask to store valid rates
` [PATCH v2 4/6] drm/bridge: ti-sn65dsi86: Wrap panel with panel-bridge
` [PATCH v2 5/6] drm/bridge: ti-sn65dsi86: Group code in sections
` [PATCH v2 6/6] drm/bridge: ti-sn65dsi86: Split connector creation to a function

[RFC PATCH 00/11] drm/bridge: ti-sn65dsi86: Support DisplayPort mode
 2021-06-23 23:51 UTC  (8+ messages)
` [RFC PATCH 10/11] drm/bridge: ti-sn65dsi86: Support DisplayPort (non-eDP) mode
` [RFC PATCH 11/11] drm/bridge: ti-sn65dsi86: Support hotplug detection

[PATCH v3 0/8] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-06-23 21:49 UTC  (3+ messages)

[PATCH v5 0/1] drm/i915/dg1: Add HWMON power sensor support
 2021-06-23 21:18 UTC  (3+ messages)
` [PATCH v5 1/1] "

[PATCH] drm/i915: add back the avail tracking
 2021-06-23 21:16 UTC  (5+ messages)
` [Intel-gfx] "

[pull v3] drm/msm: drm-msm-next-2021-06-23b for v5.14
 2021-06-23 21:10 UTC 

[PATCH 00/15] implicit fencing/dma-resv rules for shared buffers
 2021-06-23 19:17 UTC  (30+ messages)
` [PATCH 01/15] dma-resv: Fix kerneldoc
` [PATCH 04/15] drm/panfrost: Shrink sched_lock
` [PATCH 05/15] drm/panfrost: Use xarray and helpers for depedency tracking
` [PATCH 06/15] drm/panfrost: Fix implicit sync
` [PATCH 07/15] drm/atomic-helper: make drm_gem_plane_helper_prepare_fb the default
  ` [PATCH] "
` [PATCH 15/15] RFC: drm/amdgpu: Implement a proper implicit fencing uapi

[PATCH 1/6] drm/ttm: add TTM_PL_FLAG_TEMPORARY flag v3
 2021-06-23 19:10 UTC  (3+ messages)

[Bug 211425] New: [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 20secs aborting
 2021-06-23 17:59 UTC  (2+ messages)
` [Bug 211425] "

[PATCH 12/15] drm/simple-helper: drm_gem_simple_display_pipe_prepare_fb as default
 2021-06-23 17:34 UTC  (3+ messages)
` [PATCH] "

[PATCH 02/15] dma-buf: Switch to inline kerneldoc
 2021-06-23 17:33 UTC  (3+ messages)
` [PATCH] "

[PATCH v6 0/3] drm/i915: Move system memory to TTM for discrete
 2021-06-23 16:40 UTC  (5+ messages)
` [PATCH v6 1/3] drm/i915: Update object placement flags to be mutable
  ` [Intel-gfx] "

[PATCH] remove unused varialble "struct device *dev"
 2021-06-23 15:23 UTC  (2+ messages)

[pull v2] drm/msm: drm-msm-next-2021-06-23 for v5.14
 2021-06-23 14:52 UTC 

[PATH 0/4] [RFC] Support virtual DRM
 2021-06-23 14:39 UTC  (2+ messages)

[PATCH v2 00/22] Deprecate struct drm_device.irq_enabled
 2021-06-23 11:34 UTC  (3+ messages)
` [PATCH v2 02/22] drm/hibmc: Call drm_irq_uninstall() unconditionally
  ` 答复: "

[PATCH v2 1/2] drm/i915: support forcing the page size with lmem
 2021-06-23 14:16 UTC  (2+ messages)
` [PATCH v2 2/2] drm/i915/gtt: ignore min_page_size for paging structures

[PATCH v9 0/3] drm/i915: Move system memory to TTM for discrete
 2021-06-23 14:04 UTC  (4+ messages)
` [PATCH v9 1/3] drm/i915: Update object placement flags to be mutable
` [PATCH v9 2/3] drm/i915/ttm: Adjust gem flags and caching settings after a move
` [PATCH v9 3/3] drm/i915/ttm: Use TTM for system memory

[PATCH v2 0/2] R-Car DU: Add DSI encoder driver for V3U
 2021-06-23 13:56 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: display: bridge: Add binding for R-Car MIPI DSI/CSI-2 TX
` [PATCH v2 2/2] drm: rcar-du: Add R-Car DSI driver

[PATCH] dma-buf: fix and rework dma_buf_poll v3
 2021-06-23 13:56 UTC  (7+ messages)

[PATCH 1/3] drm/i915/ttm: consider all placements for the page alignment
 2021-06-23 13:39 UTC  (11+ messages)
` [PATCH 2/3] drm/i915: support forcing the page size with lmem
` [PATCH 3/3] drm/i915/gtt: ignore min_page_size for paging structures

[GIT PULL] HDMI codec improvements, v2
 2021-06-23 13:14 UTC  (3+ messages)

[PATCH] dt-bindings: display: renesas, du: Provide bindings for r8a779a0
 2021-06-23 13:14 UTC  (5+ messages)
  ` [PATCH] dt-bindings: display: renesas,du: "

[PATCH] drm/i915: allow DG1 autoprobe for CONFIG_BROKEN
 2021-06-23 13:03 UTC  (4+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).