Intel-GFX Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-24 18:17:34 to 2021-05-25 21:18:01 UTC [more...]

[Intel-gfx] [PATCH 0/7] dma-buf: Add an API for exporting sync files (v11)
 2021-05-25 21:17 UTC 

[Intel-gfx] [PATCH 00/17] Non-interface changing GuC CTBs updates
 2021-05-25 21:15 UTC  (20+ 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] [PATCH v4 00/17] drm/i915: Introduce Intel PXP
 2021-05-25 20:24 UTC  (26+ messages)
` [Intel-gfx] [PATCH v4 01/17] drm/i915/pxp: Define PXP component interface
` [Intel-gfx] [PATCH v4 02/17] mei: pxp: export pavp client to me client bus
` [Intel-gfx] [PATCH v4 03/17] drm/i915/pxp: define PXP device flag and kconfig
` [Intel-gfx] [PATCH v4 04/17] drm/i915/gt: Export the pinned context constructor and destructor
` [Intel-gfx] [PATCH v4 05/17] drm/i915/pxp: allocate a vcs context for pxp usage
` [Intel-gfx] [PATCH v4 06/17] drm/i915/pxp: Implement funcs to create the TEE channel
` [Intel-gfx] [PATCH v4 07/17] drm/i915/pxp: set KCR reg init
` [Intel-gfx] [PATCH v4 08/17] drm/i915/pxp: Create the arbitrary session after boot
` [Intel-gfx] [PATCH v4 09/17] drm/i915/pxp: Implement arb session teardown
` [Intel-gfx] [PATCH v4 10/17] drm/i915/pxp: Implement PXP irq handler
` [Intel-gfx] [PATCH v4 11/17] drm/i915/pxp: interface for marking contexts as using protected content
` [Intel-gfx] [PATCH v4 12/17] drm/i915/pxp: start the arb session on demand
` [Intel-gfx] [PATCH v4 13/17] drm/i915/pxp: Enable PXP power management
` [Intel-gfx] [PATCH v4 14/17] drm/i915/pxp: User interface for Protected buffer
` [Intel-gfx] [PATCH v4 15/17] drm/i915/pxp: Add plane decryption support
` [Intel-gfx] [PATCH v4 16/17] drm/i915/pxp: black pixels on pxp disabled
` [Intel-gfx] [PATCH v4 17/17] drm/i915/pxp: enable PXP for integrated Gen12
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Introduce Intel PXP
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.DOCS: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[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] [RFC PATCH 00/97] Basic GuC submission support in the i915
 2021-05-25 19:43 UTC  (93+ messages)
` [Intel-gfx] [RFC PATCH 01/97] drm/i915/gt: Move engine setup out of set_default_submission
` [Intel-gfx] [RFC PATCH 02/97] drm/i915/gt: Move submission_method into intel_gt
` [Intel-gfx] [RFC PATCH 03/97] drm/i915/gt: Move CS interrupt handler to the backend
` [Intel-gfx] [RFC PATCH 06/97] drm/i915/guc: enable only the user interrupt when using GuC submission
` [Intel-gfx] [RFC PATCH 07/97] drm/i915/guc: Remove sample_forcewake h2g action
` [Intel-gfx] [RFC PATCH 08/97] drm/i915/guc: Keep strict GuC ABI definitions
` [Intel-gfx] [RFC PATCH 09/97] drm/i915/guc: Stop using fence/status from CTB descriptor
` [Intel-gfx] [RFC PATCH 10/97] drm/i915: Promote ptrdiff() to i915_utils.h
` [Intel-gfx] [RFC PATCH 11/97] drm/i915/guc: Only rely on own CTB size
` [Intel-gfx] [RFC PATCH 12/97] drm/i915/guc: Don't repeat CTB layout calculations
` [Intel-gfx] [RFC PATCH 13/97] drm/i915/guc: Replace CTB array with explicit members
` [Intel-gfx] [RFC PATCH 14/97] drm/i915/guc: Update sizes of CTB buffers
` [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 23/97] drm/i915/guc: Support per context scheduling policies
` [Intel-gfx] [RFC PATCH 28/97] drm/i915/guc: Kill guc_clients.ct_pool
` [Intel-gfx] [RFC PATCH 33/97] drm/i915: Engine relative MMIO
` [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 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/6] dma-buf: Add an API for exporting sync files (v10)
 2021-05-25 19:33 UTC  (17+ messages)
` [Intel-gfx] [PATCH 1/6] dma-buf: add dma_fence_array_for_each (v2)
` [Intel-gfx] [PATCH 2/6] dma-buf: Rename dma_resv helpers from _rcu to _unlocked
` [Intel-gfx] [PATCH 3/6] dma-buf: add dma_resv_get_singleton_unlocked (v4)
` [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] ✗ Fi.CI.CHECKPATCH: warning for dma-buf: Add an API for exporting sync files (v10)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[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 0/6] drm/i915: Check HDMI sink deep color capabilities during .mode_valid()
 2021-05-25 17:57 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Check HDMI sink deep color capabilities during .mode_valid() (rev3)

[Intel-gfx] [PATCH 1/5] drm/i915/display/adl_p: Drop earlier return in tc_has_modular_fia()
 2021-05-25 17:31 UTC  (16+ messages)
` [Intel-gfx] [PATCH 2/5] drm/i915/adl_p: Handle TC cold
` [Intel-gfx] [PATCH 3/5] drm/i915: WA for zero memory channel
` [Intel-gfx] [PATCH 4/5] drm/i915/display/adl_p: Allow DC3CO in pipe and port B
` [Intel-gfx] [PATCH 5/5] drm/i915/display/adl_p: Disable PSR2
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [1/5] drm/i915/display/adl_p: Drop earlier return in tc_has_modular_fia()
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [CI 0/3] More DMC cleanup
 2021-05-25 17:27 UTC  (8+ messages)
` [Intel-gfx] [CI 1/3] drm/i915/dmc: s/DRM_ERROR/drm_err
` [Intel-gfx] [CI 2/3] drm/i915/dmc: Add intel_dmc_has_payload() helper
` [Intel-gfx] [CI 3/3] drm/i915/dmc: Move struct intel_dmc to intel_dmc.h
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for More DMC cleanup (rev4)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH 00/14] drm/i915: g4x/vlv/chv CxSR/wm fixes/cleanups
 2021-05-25 17:25 UTC  (3+ 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] [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 v3 00/12] drm/i915: Move LMEM (VRAM) management over to TTM
 2021-05-25 15:48 UTC  (13+ 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 0/1] drm/i915/gt: Introduce timeslicing for userspace
 2021-05-25 15:48 UTC  (5+ 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/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  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Only set bind_async_flags when concurrent access wa is not active. (rev2)
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] i915 gvt broke drm-tip; Fix ASAP
 2021-05-25 11:53 UTC  (4+ messages)

[Intel-gfx] regression on fedora 5.12 on Lenovo T400
 2021-05-25  6:28 UTC 

[Intel-gfx] [PATCH v7 00/15] Restricted DMA
 2021-05-25  3:08 UTC  (14+ messages)
` [Intel-gfx] [PATCH v7 01/15] swiotlb: Refactor swiotlb init functions
` [Intel-gfx] [PATCH v7 04/15] swiotlb: Add restricted DMA pool initialization
` [Intel-gfx] [PATCH v7 05/15] swiotlb: Add a new get_io_tlb_mem getter

[Intel-gfx] [PATCH 1/3] drm/i915/adlp: Require DPT FB CCS color planes to be 2MB aligned
 2021-05-25  0:22 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH 0/3] GPD Win Max display fixes
 2021-05-24 23:27 UTC  (5+ messages)
` [Intel-gfx] [PATCH 3/3] drm: Add orientation quirk for GPD Win Max
` [Intel-gfx] ✓ Fi.CI.BAT: success for GPD Win Max display fixes
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 0/7] Pipe DMC Support
 2021-05-24 21:58 UTC  (13+ 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] drm/i915/xelpd: Pipe A DMC plugging
` [Intel-gfx] [PATCH 6/7] drm/i915/adl_p: Pipe B DMC Support
` [Intel-gfx] [PATCH 7/7] drm/i915/adl_p: Load DMC
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Pipe DMC Support (rev2)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "


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