Intel-GFX Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-25 13:11:10 to 2021-05-26 13:12:28 UTC [more...]

[Intel-gfx] [PATCH 0/7] dma-buf: Add an API for exporting sync files (v11)
 2021-05-26 13:12 UTC  (17+ messages)
` [Intel-gfx] [PATCH 1/7] dma-buf: Add dma_fence_array_for_each (v2)
` [Intel-gfx] [PATCH 2/7] dma-buf: Rename dma_resv helpers from _rcu to _unlocked (v2)
` [Intel-gfx] [PATCH 3/7] dma-buf: Add dma_resv_get_singleton_unlocked (v5)
` [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 6/7] RFC: dma-buf: Add an extra fence to dma_resv_get_singleton_unlocked
` [Intel-gfx] [PATCH 7/7] RFC: dma-buf: Add an API for importing sync files (v7)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for dma-buf: Add an API for exporting sync files (v11)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 0/2] drm/i915/xelpd: Enabling dithering after the CC1
 2021-05-26 18:17 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] [PATCH 1/2] "
` [Intel-gfx] [PATCH 2/2] drm/i915/display/debug: Expose Dither status via debugfs

[Intel-gfx] [PATCH i-g-t v3 1/9] i915_drm.h sync
 2021-05-26 13:00 UTC  (9+ messages)
` [Intel-gfx] [PATCH i-g-t v3 2/9] lib/i915/gem_create: Add gem_create_ext
` [Intel-gfx] [PATCH i-g-t v3 3/9] lib/i915/intel_memory_region: Add new memory region lib
` [Intel-gfx] [PATCH i-g-t v3 4/9] tests/gem_gpgpu_fill: Convert from simple to standard igt_main
` [Intel-gfx] [PATCH i-g-t v3 5/9] tests/i915/gem_exec_basic: Use memory region interface
` [Intel-gfx] [PATCH i-g-t v3 6/9] tests/i915/gem_gpgpu_fill: "
` [Intel-gfx] [PATCH i-g-t v3 7/9] tests/i915/gem_media_fill: "
` [Intel-gfx] [PATCH i-g-t v3 8/9] tests/i915/gem_create: exercise placements extension
` [Intel-gfx] [PATCH i-g-t v3 9/9] tests/i915/gem_exec_basic: Iterate over all memory regions

[Intel-gfx] [PATCH] drm/i915/params: Align visibility of device level and global modparams
 2021-05-26 12:58 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for "

[Intel-gfx] [PATCH 0/1] Adding Wa_14010733141 for SFC reset
 2021-05-26 12:58 UTC  (4+ messages)
` [Intel-gfx] [PATCH 1/1] drm/i915: Add Wa_14010733141
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Adding Wa_14010733141 for SFC reset
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH v2] drm/i915/display: relax 2big checking around initial fb
 2021-05-26 12:49 UTC 

[Intel-gfx] [PATCH v3 00/12] drm/i915: Move LMEM (VRAM) management over to TTM
 2021-05-26 12:48 UTC  (15+ messages)
` [Intel-gfx] [PATCH v3 06/12] drm/ttm: Add a generic TTM memcpy move for page-based iomem
` [Intel-gfx] [PATCH v3 08/12] drm/ttm: Use drm_memcpy_from_wc_dbm for TTM bo moves
` [Intel-gfx] [PATCH v3 09/12] drm/ttm: Document and optimize ttm_bo_pipeline_gutting()

[Intel-gfx] [PATCH v7 00/15] Restricted DMA
 2021-05-26 12:13 UTC  (3+ messages)
` [Intel-gfx] [PATCH v7 14/15] dt-bindings: of: Add restricted DMA pool

[Intel-gfx] [PATCH 00/18] Non-interface changing GuC CTBs updates
 2021-05-26 12:36 UTC  (25+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Non-interface changing GuC CTBs updates (rev2)
` [Intel-gfx] [PATCH 01/18] drm/i915/guc: skip disabling CTBs before sanitizing the GuC
` [Intel-gfx] [PATCH 02/18] drm/i915/guc: use probe_error log for CT enablement failure
` [Intel-gfx] [PATCH 03/18] drm/i915/guc: enable only the user interrupt when using GuC submission
` [Intel-gfx] [PATCH 04/18] drm/i915/guc: Remove sample_forcewake h2g action
` [Intel-gfx] [PATCH 05/18] drm/i915/guc: Keep strict GuC ABI definitions
` [Intel-gfx] [PATCH 06/18] drm/i915/guc: Drop guc->interrupts.enabled
` [Intel-gfx] [PATCH 07/18] drm/i915/guc: Stop using fence/status from CTB descriptor
` [Intel-gfx] [PATCH 08/18] drm/i915: Promote ptrdiff() to i915_utils.h
` [Intel-gfx] [PATCH 09/18] drm/i915/guc: Only rely on own CTB size
` [Intel-gfx] [PATCH 10/18] drm/i915/guc: Don't repeat CTB layout calculations
` [Intel-gfx] [PATCH 11/18] drm/i915/guc: Replace CTB array with explicit members
` [Intel-gfx] [PATCH 12/18] drm/i915/guc: Update sizes of CTB buffers
` [Intel-gfx] [PATCH 13/18] drm/i915/guc: Relax CTB response timeout
` [Intel-gfx] [PATCH 14/18] drm/i915/guc: Start protecting access to CTB descriptors
` [Intel-gfx] [PATCH 15/18] drm/i915/guc: Ensure H2G buffer updates visible before tail update
` [Intel-gfx] [PATCH 16/18] drm/i915/guc: Stop using mutex while sending CTB messages
` [Intel-gfx] [PATCH 17/18] drm/i915/guc: Don't receive all G2H messages in irq handler
` [Intel-gfx] [PATCH 18/18] drm/i915/guc: Always copy CT message to new allocation
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for Non-interface changing GuC CTBs updates (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v1 0/1] drm/i915/xelpd: Enabling dithering after the CC1
 2021-05-26 12:24 UTC  (4+ messages)
` [Intel-gfx] [PATCH v1 1/1] "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH v4 00/15] drm/i915: Move LMEM (VRAM) management over to TTM
 2021-05-26 11:32 UTC  (16+ messages)
` [Intel-gfx] [PATCH v4 01/15] drm/i915: Untangle the vma pages_mutex
` [Intel-gfx] [PATCH v4 02/15] drm/i915: Don't free shared locks while shared
` [Intel-gfx] [PATCH v4 03/15] drm/i915: Fix i915_sg_page_sizes to record dma segments rather than physical pages
` [Intel-gfx] [PATCH v4 04/15] drm/i915/ttm Initialize the ttm device and memory managers
` [Intel-gfx] [PATCH v4 05/15] drm/i915/ttm: Embed a ttm buffer object in the i915 gem object
` [Intel-gfx] [PATCH v4 06/15] drm/ttm: Add a generic TTM memcpy move for page-based iomem
` [Intel-gfx] [PATCH v4 07/15] drm, drm/i915: Move the memcpy_from_wc functionality to core drm
` [Intel-gfx] [PATCH v4 08/15] drm/ttm: Use drm_memcpy_from_wc_dbm for TTM bo moves
` [Intel-gfx] [PATCH v4 09/15] drm/ttm: Document and optimize ttm_bo_pipeline_gutting()
` [Intel-gfx] [PATCH v4 10/15] drm/ttm, drm/amdgpu: Allow the driver some control over swapping
` [Intel-gfx] [PATCH v4 11/15] drm/i915/ttm: Introduce a TTM i915 gem object backend
` [Intel-gfx] [PATCH v4 12/15] drm/i915/lmem: Verify checks for lmem residency
` [Intel-gfx] [PATCH v4 13/15] drm/i915: Disable mmap ioctl for gen12+
` [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] [PATCH] drm/i915: Fix wrong name announced on FB driver switching
 2021-05-26 11:32 UTC  (3+ messages)

[Intel-gfx] [PATCH v1 0/1] drm/i915/xelpd: Enabling dithering after the CC1
 2021-05-26 10:53 UTC  (4+ messages)
` [Intel-gfx] [PATCH v1 1/1] "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [RFC PATCH 00/97] Basic GuC submission support in the i915
 2021-05-26 10:26 UTC  (68+ messages)
` [Intel-gfx] [RFC PATCH 12/97] drm/i915/guc: Don't repeat CTB layout calculations
` [Intel-gfx] [RFC PATCH 15/97] drm/i915/guc: Relax CTB response timeout
` [Intel-gfx] [RFC PATCH 16/97] drm/i915/guc: Start protecting access to CTB descriptors
` [Intel-gfx] [RFC PATCH 17/97] drm/i915/guc: Stop using mutex while sending CTB messages
` [Intel-gfx] [RFC PATCH 18/97] drm/i915/guc: Don't receive all G2H messages in irq handler
` [Intel-gfx] [RFC PATCH 19/97] drm/i915/guc: Always copy CT message to new allocation
` [Intel-gfx] [RFC PATCH 35/97] drm/i915/guc: Improve error message for unsolicited CT response
` [Intel-gfx] [RFC PATCH 36/97] drm/i915/guc: Add non blocking CTB send function
` [Intel-gfx] [RFC PATCH 37/97] drm/i915/guc: Add stall timer to "
` [Intel-gfx] [RFC PATCH 38/97] drm/i915/guc: Optimize CTB writes and reads
` [Intel-gfx] [RFC PATCH 39/97] drm/i915/guc: Increase size of CTB buffers
` [Intel-gfx] [RFC PATCH 44/97] drm/i915/guc: Implement GuC submission tasklet
` [Intel-gfx] [RFC PATCH 49/97] drm/i915/guc: Disable engine barriers with GuC during unpin
` [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 0/1] drm/i915/gt: Introduce timeslicing for userspace
 2021-05-26 10:20 UTC  (6+ 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] ✗ Fi.CI.BUILD: failure for drm/i915/gt: Introduce timeslicing for userspace

[Intel-gfx] [PATCH] drm/i915/adl_p: enable MSO on pipe B
 2021-05-26  9:47 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Intel-gfx] [PATCH V2 0/1] drm/i915/gt: Introduce timeslicing for userspace
 2021-05-26  7:54 UTC  (4+ messages)
` [Intel-gfx] [PATCH V2 1/1] drm/i915/gt: Declare when we enabled timeslicing
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/gt: Introduce timeslicing for userspace
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [CI 0/3] Another small batch of reviewed Xe_LPD patches
 2021-05-26  5:41 UTC  (8+ messages)
` [Intel-gfx] [CI 1/3] drm/i915/xelpd: Enhanced pipe underrun reporting
` [Intel-gfx] [CI 2/3] drm/i915/xelpd: Add VRR guardband for VRR CTL
` [Intel-gfx] [CI 3/3] drm/i915/display: Remove a redundant function argument from intel_psr_enable_source()
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Another small batch of reviewed Xe_LPD patches
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH 00/17] Non-interface changing GuC CTBs updates
 2021-05-26  3:07 UTC  (22+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] [PATCH 01/17] drm/i915/guc: skip disabling CTBs before sanitizing the GuC
` [Intel-gfx] [PATCH 02/17] drm/i915/guc: use probe_error log for CT enablement failure
` [Intel-gfx] [PATCH 03/17] drm/i915/guc: enable only the user interrupt when using GuC submission
` [Intel-gfx] [PATCH 04/17] drm/i915/guc: Remove sample_forcewake h2g action
` [Intel-gfx] [PATCH 05/17] drm/i915/guc: Keep strict GuC ABI definitions
` [Intel-gfx] [PATCH 06/17] drm/i915/guc: Stop using fence/status from CTB descriptor
` [Intel-gfx] [PATCH 07/17] drm/i915: Promote ptrdiff() to i915_utils.h
` [Intel-gfx] [PATCH 08/17] drm/i915/guc: Only rely on own CTB size
` [Intel-gfx] [PATCH 09/17] drm/i915/guc: Don't repeat CTB layout calculations
` [Intel-gfx] [PATCH 10/17] drm/i915/guc: Replace CTB array with explicit members
` [Intel-gfx] [PATCH 11/17] drm/i915/guc: Update sizes of CTB buffers
` [Intel-gfx] [PATCH 12/17] drm/i915/guc: Relax CTB response timeout
` [Intel-gfx] [PATCH 13/17] drm/i915/guc: Start protecting access to CTB descriptors
` [Intel-gfx] [PATCH 14/17] drm/i915/guc: Ensure H2G buffer updates visible before tail update
` [Intel-gfx] [PATCH 15/17] drm/i915/guc: Stop using mutex while sending CTB messages
` [Intel-gfx] [PATCH 16/17] drm/i915/guc: Don't receive all G2H messages in irq handler
` [Intel-gfx] [PATCH 17/17] drm/i915/guc: Always copy CT message to new allocation
` [Intel-gfx] ✓ Fi.CI.BAT: success for Non-interface changing GuC CTBs updates
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH] drm/i915: Add relocation exceptions for two other platforms
 2021-05-26  0:35 UTC  (3+ messages)

[Intel-gfx] [PATCH 0/6] drm/i915: Check HDMI sink deep color capabilities during .mode_valid()
 2021-05-25 23:23 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Check HDMI sink deep color capabilities during .mode_valid() (rev3)
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 00/14] drm/i915: g4x/vlv/chv CxSR/wm fixes/cleanups
 2021-05-25 22:11 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915: g4x/vlv/chv CxSR/wm fixes/cleanups (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v4 09/17] drm/i915/pxp: Implement arb session teardown
 2021-05-25 20:24 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915: Remove the repeated declaration
 2021-05-25 20:07 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH 0/6] dma-buf: Add an API for exporting sync files (v10)
 2021-05-25 19:33 UTC  (11+ messages)
` [Intel-gfx] [PATCH 2/6] dma-buf: Rename dma_resv helpers from _rcu to _unlocked
` [Intel-gfx] [PATCH 4/6] dma-buf: Add an API for exporting sync files (v9)
` [Intel-gfx] [PATCH 5/6] RFC: dma-buf: Add an extra fence to dma_resv_get_singleton_unlocked
` [Intel-gfx] [PATCH 6/6] RFC: dma-buf: Add an API for importing sync files (v6)

[Intel-gfx] [PATCH v4 00/17] drm/i915: Introduce Intel PXP
 2021-05-25 18:36 UTC  (4+ messages)
` [Intel-gfx] [PATCH v4 14/17] drm/i915/pxp: User interface for Protected buffer

[Intel-gfx] [PATCH 10/11] drm/simple-helper: drm_gem_simple_display_pipe_prepare_fb as default
 2021-05-25 17:53 UTC  (3+ messages)

[Intel-gfx] [PATCH 1/5] drm/i915/display/adl_p: Drop earlier return in tc_has_modular_fia()
 2021-05-25 17:31 UTC  (6+ messages)
` [Intel-gfx] [PATCH 5/5] drm/i915/display/adl_p: Disable PSR2
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/5] drm/i915/display/adl_p: Drop earlier return in tc_has_modular_fia()

[Intel-gfx] [CI 0/3] More DMC cleanup
 2021-05-25 17:27 UTC  (3+ messages)
` [Intel-gfx] [CI 3/3] drm/i915/dmc: Move struct intel_dmc to intel_dmc.h

[Intel-gfx] [PATCH 0/1] drm/i915/gt: Introduce timeslicing for userspace
 2021-05-25 17:09 UTC  (4+ messages)
` [Intel-gfx] [PATCH 1/1] drm/i915/gt: Declare when we enabled timeslicing
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915/gt: Introduce timeslicing for userspace

[Intel-gfx] [PATCH 01/11] drm/amdgpu: Comply with implicit fencing rules
 2021-05-25 16:05 UTC  (13+ messages)
` [Intel-gfx] [PATCH 11/11] drm/tiny: drm_gem_simple_display_pipe_prepare_fb is the default
        ` [Intel-gfx] [Mesa-dev] [PATCH 01/11] drm/amdgpu: Comply with implicit fencing rules

[Intel-gfx] [PATCH 0/3] Clean a few backend interfaces in the i915
 2021-05-25 15:54 UTC  (5+ messages)

[Intel-gfx] [PATCH] drm/i915/display: relax 2big checking around initial fb
 2021-05-25 15:19 UTC  (3+ messages)

[Intel-gfx] drm-misc-next
 2021-05-25 14:45 UTC 

[Intel-gfx] [PATCH] drm/i915: Only set bind_async_flags when concurrent access wa is not active
 2021-05-25 13:37 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Only set bind_async_flags when concurrent access wa is not active. (rev2)


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