Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-05-26 22:09:19 to 2021-05-27 17:01:48 UTC [more...]

[Intel-gfx] [PATCH 1/1] drm/i915/hdcp: Simplify code in intel_hdcp_auth_downstream()
 2021-05-27 10:04 UTC  (2+ messages)

[Intel-gfx] [PATCH v7 00/15] Restricted DMA
 2021-05-27 13:54 UTC  (25+ messages)
` [Intel-gfx] [PATCH v7 01/15] swiotlb: Refactor swiotlb init functions
` [Intel-gfx] [PATCH v7 02/15] swiotlb: Refactor swiotlb_create_debugfs
` [Intel-gfx] [PATCH v7 03/15] swiotlb: Add DMA_RESTRICTED_POOL
` [Intel-gfx] [PATCH v7 04/15] swiotlb: Add restricted DMA pool initialization
` [Intel-gfx] [PATCH v7 07/15] swiotlb: Update is_swiotlb_active to add a struct device argument
` [Intel-gfx] [PATCH v7 13/15] dma-direct: Allocate memory from restricted DMA pool if available
` [Intel-gfx] [PATCH v7 14/15] dt-bindings: of: Add restricted DMA pool
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Restricted DMA (rev4)

[Intel-gfx] [RFC PATCH 00/97] Basic GuC submission support in the i915
 2021-05-27 17:01 UTC  (30+ messages)
` [Intel-gfx] [RFC PATCH 36/97] drm/i915/guc: Add non blocking CTB send function
` [Intel-gfx] [RFC PATCH 53/97] drm/i915/guc: Disable semaphores when using GuC scheduling
` [Intel-gfx] [RFC PATCH 55/97] drm/i915/guc: Update intel_gt_wait_for_idle to work with GuC
` [Intel-gfx] [RFC PATCH 60/97] drm/i915: Track 'serial' counts for virtual engines

[Intel-gfx] [PATCH 00/29] drm/i915/gem: ioctl clean-ups (v6)
 2021-05-27 16:26 UTC  (30+ messages)
` [Intel-gfx] [PATCH 01/29] drm/i915: Drop I915_CONTEXT_PARAM_RINGSIZE
` [Intel-gfx] [PATCH 02/29] drm/i915: Stop storing the ring size in the ring pointer (v2)
` [Intel-gfx] [PATCH 03/29] drm/i915: Drop I915_CONTEXT_PARAM_NO_ZEROMAP
` [Intel-gfx] [PATCH 04/29] drm/i915/gem: Set the watchdog timeout directly in intel_context_set_gem (v2)
` [Intel-gfx] [PATCH 05/29] drm/i915/gem: Return void from context_apply_all
` [Intel-gfx] [PATCH 06/29] drm/i915: Drop the CONTEXT_CLONE API (v2)
` [Intel-gfx] [PATCH 07/29] drm/i915: Implement SINGLE_TIMELINE with a syncobj (v4)
` [Intel-gfx] [PATCH 08/29] drm/i915: Drop getparam support for I915_CONTEXT_PARAM_ENGINES
` [Intel-gfx] [PATCH 09/29] drm/i915/gem: Disallow bonding of virtual engines (v3)
` [Intel-gfx] [PATCH 10/29] drm/i915/gem: Remove engine auto-magic with FENCE_SUBMIT (v2)
` [Intel-gfx] [PATCH 11/29] drm/i915/request: Remove the hook from await_execution
` [Intel-gfx] [PATCH 12/29] drm/i915/gem: Disallow creating contexts with too many engines
` [Intel-gfx] [PATCH 13/29] drm/i915: Stop manually RCU banging in reset_stats_ioctl (v2)
` [Intel-gfx] [PATCH 14/29] drm/i915/gem: Add a separate validate_priority helper
` [Intel-gfx] [PATCH 15/29] drm/i915: Add gem/i915_gem_context.h to the docs
` [Intel-gfx] [PATCH 16/29] drm/i915/gem: Add an intermediate proto_context struct
` [Intel-gfx] [PATCH 17/29] drm/i915/gem: Rework error handling in default_engines
` [Intel-gfx] [PATCH 18/29] drm/i915/gem: Optionally set SSEU in intel_context_set_gem
` [Intel-gfx] [PATCH 19/29] drm/i915: Add an i915_gem_vm_lookup helper
` [Intel-gfx] [PATCH 20/29] drm/i915/gem: Make an alignment check more sensible
` [Intel-gfx] [PATCH 21/29] drm/i915/gem: Use the proto-context to handle create parameters (v2)
` [Intel-gfx] [PATCH 22/29] drm/i915/gem: Return an error ptr from context_lookup
` [Intel-gfx] [PATCH 23/29] drm/i915/gt: Drop i915_address_space::file (v2)
` [Intel-gfx] [PATCH 24/29] drm/i915/gem: Delay context creation
` [Intel-gfx] [PATCH 25/29] drm/i915/gem: Don't allow changing the VM on running contexts (v2)
` [Intel-gfx] [PATCH 26/29] drm/i915/gem: Don't allow changing the engine set "
` [Intel-gfx] [PATCH 27/29] drm/i915/selftests: Take a VM in kernel_context()
` [Intel-gfx] [PATCH 28/29] i915/gem/selftests: Assign the VM at context creation in igt_shared_ctx_exec
` [Intel-gfx] [PATCH 29/29] drm/i915/gem: Roll all of context creation together

[Intel-gfx] [PATCH] drm/i915/adlp: Add missing TBT AUX -> PW#2 power domain dependencies
 2021-05-27 16:21 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 0/4] shmem helpers for vgem
 2021-05-27 16:19 UTC  (6+ messages)
` [Intel-gfx] [PATCH 1/4] dma-buf: Require VM_PFNMAP vma for mmap
` [Intel-gfx] [PATCH 2/4] drm/vgem: use shmem helpers
` [Intel-gfx] [PATCH 3/4] drm/shmem-helper: Switch to vmf_insert_pfn
` [Intel-gfx] [PATCH 4/4] drm/shmem-helper: Align to page size in dumb_create

[Intel-gfx] [RFC PATCH] drm/ttm: Fix swapping dereferences of freed memory
 2021-05-27 15:51 UTC  (7+ messages)

[Intel-gfx] [PATCH i-g-t] [RFC] tests/kms_big_fb: Wait for vblank before collecting CRC
 2021-05-27 15:40 UTC 

[Intel-gfx] [PATCH i-g-t] [RFC] tests/kms_flip: Some Gen11 systems are not able to get RTC WAKE work well. SUSPEND_TEST_NONE goes to RTC Wake. Instead change it to SUSPEND_TEST_PLATFORM
 2021-05-27 15:39 UTC 

[Intel-gfx] [PATCH 0/7] dma-buf: Add an API for exporting sync files (v11)
 2021-05-27 15:39 UTC  (21+ messages)
` [Intel-gfx] [PATCH 2/7] dma-buf: Rename dma_resv helpers from _rcu to _unlocked (v2)
` [Intel-gfx] [PATCH 4/7] dma-buf: Document DMA_BUF_IOCTL_SYNC
` [Intel-gfx] [PATCH 5/7] dma-buf: Add an API for exporting sync files (v11)

[Intel-gfx] [PATCH i-g-t] tests/kms_big_fb: Wait for vblank before collecting CRC
 2021-05-27 15:23 UTC  (6+ messages)
` [Intel-gfx] [PATCH 4/4] [RFC] "
  ` [Intel-gfx] [PATCH] "
    ` [Intel-gfx] [PATCH i-g-t] "
  ` [Intel-gfx] [igt-dev] [PATCH 4/4] "

[Intel-gfx] [PATCH] [RFC] tests/kms_flip: Some Gen11 systems are not able to get RTC WAKE work well. SUSPEND_TEST_NONE goes to RTC Wake. Instead change it to SUSPEND_TEST_PLATFORM
 2021-05-27 15:20 UTC  (2+ messages)
` [Intel-gfx] [PATCH i-g-t] "

[Intel-gfx] [PATCH 0/1] Introduce i915_sched_engine object
 2021-05-27 15:23 UTC  (6+ messages)
` [Intel-gfx] [PATCH 1/1] drm/i915: "
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [RFC PATCH 0/2] GuC submission / DRM scheduler integration plan + new uAPI
 2021-05-27 15:01 UTC  (6+ messages)
` [Intel-gfx] [RFC PATCH 1/2] drm/doc/rfc: i915 GuC submission / DRM scheduler
` [Intel-gfx] [RFC PATCH 2/2] drm/doc/rfc: i915 new parallel submission uAPI plan

[Intel-gfx] [PATCH v5 00/15] Move LMEM (VRAM) management over to TTM
 2021-05-27 14:47 UTC  (16+ messages)
` [Intel-gfx] [PATCH v5 01/15] drm/i915: Untangle the vma pages_mutex
` [Intel-gfx] [PATCH v5 02/15] drm/i915: Don't free shared locks while shared
` [Intel-gfx] [PATCH v5 03/15] drm/i915: Fix i915_sg_page_sizes to record dma segments rather than physical pages
` [Intel-gfx] [PATCH v5 04/15] drm/i915/ttm Initialize the ttm device and memory managers
` [Intel-gfx] [PATCH v5 05/15] drm/i915/ttm: Embed a ttm buffer object in the i915 gem object
` [Intel-gfx] [PATCH v5 06/15] drm/ttm: Add a generic TTM memcpy move for page-based iomem
` [Intel-gfx] [PATCH v5 07/15] drm: Add a prefetching memcpy_from_wc
` [Intel-gfx] [PATCH v5 08/15] drm/ttm: Use drm_memcpy_from_wc for TTM bo moves
` [Intel-gfx] [PATCH v5 09/15] drm/ttm: Document and optimize ttm_bo_pipeline_gutting()
` [Intel-gfx] [PATCH v5 10/15] drm/ttm, drm/amdgpu: Allow the driver some control over swapping
` [Intel-gfx] [PATCH v5 11/15] drm/i915/ttm: Introduce a TTM i915 gem object backend
` [Intel-gfx] [PATCH v5 12/15] drm/i915/lmem: Verify checks for lmem residency
` [Intel-gfx] [PATCH v5 13/15] drm/i915: Disable mmap ioctl for gen12+
` [Intel-gfx] [PATCH v5 14/15] drm/vma: Add a driver_private member to vma_node
` [Intel-gfx] [PATCH v5 15/15] drm/i915: Use ttm mmap handling for ttm bo's

[Intel-gfx] [PATCH 3/4] [RFC] tests/kms_color: Fix pipe degamma subtests
 2021-05-27 14:32 UTC 

[Intel-gfx] [PATCH 2/4] [RFC] tests/kms_prime: Aligned pitch to 64 byte for Intel platforms
 2021-05-27 14:32 UTC 

[Intel-gfx] [PATCH 1/4] [RFC] tests/drm_read: Fix subtest invalid-buffer
 2021-05-27 14:32 UTC 

[Intel-gfx] [PATCH v4 00/15] drm/i915: Move LMEM (VRAM) management over to TTM
 2021-05-27 14:21 UTC  (13+ messages)
` [Intel-gfx] [PATCH v4 10/15] drm/ttm, drm/amdgpu: Allow the driver some control over swapping
` [Intel-gfx] [PATCH v4 14/15] drm/vma: Add a driver_private member to vma_node
` [Intel-gfx] [PATCH v4 15/15] drm/i915: Use ttm mmap handling for ttm bo's
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915: Move LMEM (VRAM) management over to TTM (rev4)

[Intel-gfx] [PATCH 0/1] Engine relative MMIO
 2021-05-27 14:05 UTC  (7+ messages)
` [Intel-gfx] [PATCH 1/1] drm/i915: "
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/adl_p: Same slices mask is not same Dbuf state
 2021-05-27 13:56 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH v8 00/15] Restricted DMA
 2021-05-27 13:32 UTC  (12+ messages)
` [Intel-gfx] [PATCH v8 01/15] swiotlb: Refactor swiotlb init functions
` [Intel-gfx] [PATCH v8 02/15] swiotlb: Refactor swiotlb_create_debugfs
` [Intel-gfx] [PATCH v8 03/15] swiotlb: Add DMA_RESTRICTED_POOL
` [Intel-gfx] [PATCH v8 04/15] swiotlb: Add restricted DMA pool initialization
` [Intel-gfx] [PATCH v8 05/15] swiotlb: Add a new get_io_tlb_mem getter
` [Intel-gfx] [PATCH v8 06/15] swiotlb: Update is_swiotlb_buffer to add a struct device argument
` [Intel-gfx] [PATCH v8 07/15] swiotlb: Update is_swiotlb_active "
` [Intel-gfx] [PATCH v8 08/15] swiotlb: Bounce data from/to restricted DMA pool if available
` [Intel-gfx] [PATCH v8 09/15] swiotlb: Move alloc_size to find_slots
` [Intel-gfx] [PATCH v8 10/15] swiotlb: Refactor swiotlb_tbl_unmap_single

[Intel-gfx] [PATCH 1/2] drm/i915/adl_p: Disable FIFO underrun recovery
 2021-05-27 13:05 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v8 11/15] dma-direct: Add a new wrapper __dma_direct_free_pages()
 2021-05-27 13:03 UTC  (5+ messages)
` [Intel-gfx] [PATCH v8 12/15] swiotlb: Add restricted DMA alloc/free support
` [Intel-gfx] [PATCH v8 13/15] dma-direct: Allocate memory from restricted DMA pool if available
` [Intel-gfx] [PATCH v8 14/15] dt-bindings: of: Add restricted DMA pool
` [Intel-gfx] [PATCH v8 15/15] of: Add plumbing for "

[Intel-gfx] [PATCH 0/1] drm/i915/gt: Introduce timeslicing for userspace
 2021-05-27 12:13 UTC  (9+ messages)
` [Intel-gfx] [PATCH 1/1] Let userspace know if they can trust timeslicing by including it as part of the I915_PARAM_HAS_SCHEDULER::I915_SCHEDULER_CAP_TIMESLICING

[Intel-gfx] [PATCH 0/1] drm: add error message for ENOSPC
 2021-05-27 12:09 UTC  (3+ messages)
` [Intel-gfx] [PATCH 1/1] "
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Intel-gfx] [PULL] drm-misc-fixes
 2021-05-27 12:08 UTC 

[Intel-gfx] [CI 1/3] drm/i915/dmc: s/DRM_ERROR/drm_err
 2021-05-27 11:58 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [CI,1/3] "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915: Disable gpu relocations
 2021-05-27 11:22 UTC  (7+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH] drm: Add a prefetching memcpy_from_wc
 2021-05-27 11:06 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Intel-gfx] [PATCH 00/12] Catchup with a few dropped patches
 2021-05-27 10:46 UTC  (6+ messages)
` [Intel-gfx] [PATCH 01/12] drm/i915: Take rcu_read_lock for querying fence's driver/timeline names
` [Intel-gfx] [PATCH 12/12] drm/i915/gem: Manage all set-domain waits explicitly

[Intel-gfx] [PATCH v4 00/17] drm/i915: Introduce Intel PXP
 2021-05-27 10:10 UTC  (8+ messages)
` [Intel-gfx] [PATCH v4 11/17] drm/i915/pxp: interface for marking contexts as using protected content
` [Intel-gfx] [PATCH v4 14/17] drm/i915/pxp: User interface for Protected buffer

[Intel-gfx] [PATCH] drm/i915: Add relocation exceptions for two other platforms
 2021-05-27 10:04 UTC  (4+ messages)

[Intel-gfx] [PATCH 1/3] drm/i915/ddi: Flush encoder power domain ref puts during driver unload
 2021-05-27 10:02 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [1/3] "

[Intel-gfx] [PATCH] drm/i915: Use generic_access_phys
 2021-05-27  9:15 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Use generic_access_phys (rev2)

[Intel-gfx] [PATCH v6 RESEND 1/3] gpu: drm: separate panel orientation property creating and value setting
 2021-05-27  8:23 UTC  (6+ messages)
` [Intel-gfx] [PATCH v6 RESEND 2/3] drm/mediatek: init panel orientation property
` [Intel-gfx] [PATCH v6 RESEND 3/3] arm64: dts: mt8183: Add panel rotation
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v6,RESEND,1/3] gpu: drm: separate panel orientation property creating and value setting
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PULL] drm-intel-fixes
 2021-05-27  8:13 UTC 

[Intel-gfx] [PATCH] drm/i915/params: Align visibility of device level and global modparams
 2021-05-27  6:44 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/params: Align visibility of device level and global modparams (rev2)

[Intel-gfx] [PATCH v2] drm/i915/display: relax 2big checking around initial fb
 2021-05-27  5:32 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/display: relax 2big checking around initial fb (rev2)

[Intel-gfx] [RFC PATCH 1/5] drm/ttm: Add a generic TTM memcpy move for page-based iomem
 2021-05-27  5:07 UTC  (2+ messages)
` [Intel-gfx] [drm/ttm] 0c13ca6d7f: WARNING:at_drivers/gpu/drm/drm_fb_helper.c:#drm_fb_helper_damage_work

[Intel-gfx] [PATCH] drm/i915: Implement PSF GV point support
 2021-05-27  4:09 UTC  (2+ messages)

[Intel-gfx] [PATCH 0/7] Pipe DMC Support
 2021-05-27  3:26 UTC  (9+ messages)
` [Intel-gfx] [PATCH 1/7] drm/i915/dmc: s/DRM_ERROR/drm_err
` [Intel-gfx] [PATCH 2/7] drm/i915/dmc: Add intel_dmc_has_payload() helper
` [Intel-gfx] [PATCH 3/7] drm/i915/dmc: Move struct intel_dmc to intel_dmc.h
` [Intel-gfx] [PATCH 4/7] drm/i915/dmc: Introduce DMC_FW_MAIN
` [Intel-gfx] [PATCH 5/7] xdrm/i915/xelpd: Pipe A DMC plugging
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Pipe DMC Support (rev3)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [CI 0/3] Resend More DMC cleanup
 2021-05-27  2:51 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Intel-gfx] [PATCH 0/2] A couple more prerequisite patches to GuC submission
 2021-05-27  2:16 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "


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