intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-01 10:09:53 to 2021-06-02 17:26:32 UTC [more...]

[Intel-gfx] [PATCH v9 00/15] Move LMEM (VRAM) management over to TTM
 2021-06-02 17:26 UTC  (5+ messages)
` [Intel-gfx] [PATCH v9 07/15] drm: Add a prefetching memcpy_from_wc
` [Intel-gfx] ✗ Fi.CI.IGT: failure for Move LMEM (VRAM) management over to TTM (rev5)

[Intel-gfx] [PATCH 0/5] drm/i915: Move system memory to TTM for discrete
 2021-06-02 17:07 UTC  (6+ messages)
` [Intel-gfx] [PATCH 1/5] drm/i915: Update object placement flags to be mutable
` [Intel-gfx] [PATCH 2/5] drm/i915/ttm: Adjust gem flags and caching settings after a move
` [Intel-gfx] [PATCH 3/5] drm/i915/ttm: Calculate the object placement at get_pages time
` [Intel-gfx] [PATCH 4/5] drm/i915/ttm: Use TTM for system memory
` [Intel-gfx] [PATCH 5/5] drm/i915/ttm: Implement object migration

[Intel-gfx] [PATCH 0/5] drm/i915: Get rid of fence error propagation
 2021-06-02 17:08 UTC  (9+ messages)
` [Intel-gfx] [PATCH 1/5] drm/i915: Revert "drm/i915/gem: Asynchronous cmdparser"
` [Intel-gfx] [PATCH 2/5] drm/i915: Remove allow_alloc from i915_gem_object_get_sg*
` [Intel-gfx] [PATCH 3/5] drm/i915: Drop error handling from dma_fence_work
` [Intel-gfx] [PATCH 4/5] Revert "drm/i915: Propagate errors on awaiting already signaled fences"
` [Intel-gfx] [PATCH 5/5] Revert "drm/i915: Skip over MI_NOOP when parsing"
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Get rid of fence error propagation
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.DOCS: "

[Intel-gfx] [PATCH v10 00/11] Move LMEM (VRAM) management over to TTM
 2021-06-02 17:04 UTC  (16+ messages)
` [Intel-gfx] [PATCH v10 01/11] drm/i915/ttm Initialize the ttm device and memory managers
` [Intel-gfx] [PATCH v10 02/11] drm/i915/ttm: Embed a ttm buffer object in the i915 gem object
` [Intel-gfx] [PATCH v10 03/11] drm/ttm: Add a generic TTM memcpy move for page-based iomem
` [Intel-gfx] [PATCH v10 04/11] drm: Add a prefetching memcpy_from_wc
` [Intel-gfx] [PATCH v10 05/11] drm/ttm: Use drm_memcpy_from_wc for TTM bo moves
` [Intel-gfx] [PATCH v10 06/11] drm/ttm: Document and optimize ttm_bo_pipeline_gutting()
` [Intel-gfx] [PATCH v10 07/11] drm/ttm, drm/amdgpu: Allow the driver some control over swapping
` [Intel-gfx] [PATCH v10 08/11] drm/i915/ttm: Introduce a TTM i915 gem object backend
` [Intel-gfx] [PATCH v10 09/11] drm/i915/lmem: Verify checks for lmem residency
` [Intel-gfx] [PATCH v10 10/11] drm/vma: Add a driver_private member to vma_node
` [Intel-gfx] [PATCH v10 11/11] drm/i915: Use ttm mmap handling for ttm bo's
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Move LMEM (VRAM) management over to TTM (rev6)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v4 0/1] drm/i915/dg1: Add HWMON power sensor support
 2021-06-02 16:41 UTC  (5+ messages)
` [Intel-gfx] [PATCH v4 1/1] "

[Intel-gfx] [PATCH] Revert "i915: use io_mapping_map_user"
 2021-06-02 16:29 UTC  (5+ messages)

[Intel-gfx] [PATCH v4 00/17] drm/i915: Introduce Intel PXP
 2021-06-02 16:20 UTC  (15+ messages)
` [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 08/17] drm/i915/pxp: Create the arbitrary session after boot
` [Intel-gfx] [PATCH v4 10/17] drm/i915/pxp: Implement PXP irq handler
` [Intel-gfx] [PATCH v4 13/17] drm/i915/pxp: Enable PXP power management

[Intel-gfx] [PATCH 0/7] Finish conversion to GRAPHICS_VER
 2021-06-02 16:00 UTC  (10+ messages)
` [Intel-gfx] [PATCH 1/7] drm/i915/gt: replace IS_GEN and friends with IS_GRAPHICS_VER

[Intel-gfx] [RFC PATCH 00/97] Basic GuC submission support in the i915
 2021-06-02 15:27 UTC  (23+ messages)
` [Intel-gfx] [RFC PATCH 60/97] drm/i915: Track 'serial' counts for virtual engines
` [Intel-gfx] [RFC PATCH 61/97] drm/i915: Hold reference to intel_context over life of i915_request
` [Intel-gfx] [RFC PATCH 63/97] drm/i915/guc: Direct all breadcrumbs for a class to single breadcrumbs
` [Intel-gfx] [RFC PATCH 64/97] drm/i915/guc: Reset implementation for new GuC interface
` [Intel-gfx] [RFC PATCH 65/97] drm/i915: Reset GPU immediately if submission is disabled

[Intel-gfx] [PATCH] drm/i915: Only set bind_async_flags when concurrent access wa is not active, v3
 2021-06-02 14:12 UTC  (7+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Only set bind_async_flags when concurrent access wa is not active, v3. (rev2)
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Only set bind_async_flags when concurrent access wa is not active, v3. (rev3)
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH 01/11] drm/amdgpu: Comply with implicit fencing rules
 2021-06-02 14:06 UTC  (3+ messages)
` [Intel-gfx] [PATCH 03/11] drm/panfrost: Use xarray and helpers for depedency tracking

[Intel-gfx] [PATCH 1/3] drm/i915/ddi: Flush encoder power domain ref puts during driver unload
 2021-06-02 14:01 UTC  (5+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915: Fix incorrect assert about pending power domain async-put work

[Intel-gfx] [PATCH 0/2] drm/i915/xelpd: Enabling dithering after the CC1
 2021-06-02 12:47 UTC  (8+ messages)
` [Intel-gfx] [PATCH 1/2] "
  ` [Intel-gfx] [PATCH v2 0/1] "
    ` [Intel-gfx] [PATCH v2 1/1] drm/i915/xelpd: "

[Intel-gfx] [PATCH] drm/i915/gem/mman: only allow WC for lmem
 2021-06-02 12:00 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Intel-gfx] [PATCH] drm/i915: Add relocation exceptions for two other platforms
 2021-06-02 11:54 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Add relocation exceptions for two other platforms (rev4)
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v2 1/2] drm/i915/display: Introduce new intel_psr_pause/resume function
 2021-06-02 10:05 UTC  (9+ messages)
` [Intel-gfx] [PATCH v2 2/2] drm/i915: Disable PSR around cdclk changes
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [v2,1/2] drm/i915/display: Introduce new intel_psr_pause/resume function
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [v2,1/2] drm/i915/display: Introduce new intel_psr_pause/resume function (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH] drm/i915/adl_p: CDCLK crawl support for ADL
 2021-06-02  9:53 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] Merging TTM branches through the Intel tree?
 2021-06-02  9:48 UTC  (4+ messages)

[Intel-gfx] [PATCH -next] drm/i915: use DEVICE_ATTR_RO macro
 2021-06-02  9:48 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915/selftests: Fix return value check in live_breadcrumbs_smoketest()
 2021-06-02  9:47 UTC  (6+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 00/21] Add Support for Plane Color Lut and CSC features
 2021-06-02  9:33 UTC  (27+ messages)
` [Intel-gfx] [PATCH 01/21] drm: Add Enhanced Gamma and color lut range attributes
` [Intel-gfx] [PATCH 02/21] drm: Add Plane Degamma Mode property
` [Intel-gfx] [PATCH 03/21] drm: Add Plane Degamma Lut property
` [Intel-gfx] [PATCH 04/21] drm/i915/xelpd: Define Degamma Lut range struct for HDR planes
` [Intel-gfx] [PATCH 05/21] drm/i915/xelpd: Add register definitions for Plane Degamma
` [Intel-gfx] [PATCH 06/21] drm/i915/xelpd: Enable plane color features
` [Intel-gfx] [PATCH 07/21] drm/i915/xelpd: Add color capabilities of SDR planes
` [Intel-gfx] [PATCH 08/21] drm/i915/xelpd: Program Plane Degamma Registers
` [Intel-gfx] [PATCH 09/21] drm/i915/xelpd: Add plane color check to glk_plane_color_ctl
` [Intel-gfx] [PATCH 10/21] drm/i915/xelpd: Initialize plane color features
` [Intel-gfx] [PATCH 11/21] drm/i915/xelpd: Load plane color luts from atomic flip
` [Intel-gfx] [PATCH 12/21] drm: Add Plane CTM property
` [Intel-gfx] [PATCH 13/21] drm: Add helper to attach Plane ctm property
` [Intel-gfx] [PATCH 14/21] drm/i915/xelpd: Define Plane CSC Registers
` [Intel-gfx] [PATCH 15/21] drm/i915/xelpd: Enable Plane CSC
` [Intel-gfx] [PATCH 16/21] drm: Add Plane Gamma Mode property
` [Intel-gfx] [PATCH 17/21] drm: Add Plane Gamma Lut property
` [Intel-gfx] [PATCH 18/21] drm/i915/xelpd: Define and Initialize Plane Gamma Lut range
` [Intel-gfx] [PATCH 19/21] drm/i915/xelpd: Add register definitions for Plane Gamma
` [Intel-gfx] [PATCH 20/21] drm/i915/xelpd: Program Plane Gamma Registers
` [Intel-gfx] [PATCH 21/21] drm/i915/xelpd: Enable plane gamma
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Add Support for Plane Color Lut and CSC features
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH 0/9] Enhance pipe color support for multi segmented luts
 2021-06-02  9:09 UTC  (9+ messages)
` [Intel-gfx] [PATCH 1/9] drm: Add gamma mode property
` [Intel-gfx] [PATCH 5/9] drm: Add Client Cap for advance gamma mode
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for Enhance pipe color support for multi segmented luts
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] [RFC] drm/vgem: Fix the pitch to be 64 byte aligned for Intel platforms
 2021-06-02  8:55 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH 1/1] drm/i915/hdcp: Simplify code in intel_hdcp_auth_downstream()
 2021-06-02  6:38 UTC  (5+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/1] "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PULL] drm-intel-gt-next
 2021-06-02  4:30 UTC  (5+ messages)

[Intel-gfx] [PATCH] drm/i915/gem: Remove the repeated declaration
 2021-06-02  4:08 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 1/1] drm/i915/selftests: Fix error return code in live_parallel_switch()
 2021-06-02  3:11 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/1] "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v2 0/2] GPD Win Max display fixes
 2021-06-01 22:43 UTC  (4+ messages)
` [Intel-gfx] [PATCH v2 1/2] drm/i915/opregion: add support for mailbox #5 EDID

[Intel-gfx] [PATCH v2 1/4] drm/i915/display: Fix fastsets involving PSR
 2021-06-01 22:41 UTC  (3+ messages)
` [Intel-gfx] [PATCH v2 4/4] drm/i915/display: Drop FIXME about turn off infoframes

[Intel-gfx] [PATCH v7 00/15] Restricted DMA
 2021-06-01 19:42 UTC  (14+ messages)
` [Intel-gfx] [PATCH v7 01/15] swiotlb: Refactor swiotlb init functions
` [Intel-gfx] [PATCH v7 14/15] dt-bindings: of: Add restricted DMA pool
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Restricted DMA (rev5)

[Intel-gfx] regression on fedora 5.12 on Lenovo T400
 2021-06-01 19:31 UTC  (2+ messages)

[Intel-gfx] [PATCH v6 0/9] drm: Extract DPCD backlight helpers from i915, add support in nouveau
 2021-06-01 19:13 UTC  (4+ messages)
` [Intel-gfx] [PATCH v6 1/9] drm/i915/dpcd_bl: Remove redundant AUX backlight frequency calculations

[Intel-gfx] [RFC v3 0/2] lpsp with hdmi/dp outputs
 2021-06-01 18:14 UTC  (6+ messages)
` [Intel-gfx] [RFC v3 1/2] drm/i915/dg1: Adjust the AUDIO power domain
` [Intel-gfx] [RFC v3 2/2] drm/i915/display: Use AUDIO_VERBS for crtc power domain mask
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for lpsp with hdmi/dp outputs
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH 0/7] dma-buf: Add an API for exporting sync files (v11)
 2021-06-01 17:29 UTC  (10+ messages)
` [Intel-gfx] [PATCH 2/7] dma-buf: Rename dma_resv helpers from _rcu to _unlocked (v2)

[Intel-gfx] [PATCH v2 0/9] drm: Add privacy-screen class and connector properties
 2021-06-01 16:50 UTC  (4+ messages)
` [Intel-gfx] [PATCH v2 2/9] drm: Add privacy-screen class (v2)

[Intel-gfx] [PATCH v2] drm/i915/display: Introduce new intel_psr_pause/resume function
 2021-06-01 16:18 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PULL] drm-misc-next
 2021-06-01 15:11 UTC 

[Intel-gfx] [PATCH] drm/i915: Fix wrong name announced on FB driver switching
 2021-06-01 14:30 UTC  (4+ messages)

[Intel-gfx] [PATCH 0/1] drm/i915/gt: Introduce timeslicing for userspace
 2021-06-01 14:25 UTC  (10+ 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 i-g-t] [RFC] tests/kms_plane_alpha_blend: Fix coverage-vs-premult-vs-constant tests
 2021-06-01 14:12 UTC  (4+ messages)
` [Intel-gfx] [igt-dev] "
` [Intel-gfx] [PATCH i-g-t] [RFC] tests/kms_plane_alpha_blend: Don't set primary fb color in coverage-vs-premult-vs-constant

[Intel-gfx] [PATCH] INTEL_DII: drm/i915/adl_p: Same slices mask is not same Dbuf state
 2021-05-27  8:15 UTC 

[Intel-gfx] Bug: 5.12.5 - list_add double add at __i915_gem_object_make_shrinkable+0xa6/0xe0
 2021-05-31 18:21 UTC  (4+ messages)

[Intel-gfx] [PATCH] drm/i915: Add relocation exceptions for two other platforms
 2021-06-01 12:38 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915: Add relocation exceptions for two other platforms (rev3)

[Intel-gfx] [PATCH] drm/i915: Use DRIVER_NAME for tracing unattached requests
 2021-06-01 12:20 UTC  (5+ messages)

[Intel-gfx] [PATCH v4 00/23] Alder Lake-P Support
 2021-06-01 10:23 UTC  (8+ messages)
` [Intel-gfx] [PATCH v4 18/23] drm/i915/display: Introduce new intel_psr_pause/resume function


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