Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-07-25 11:51:01 to 2022-07-28 06:15:36 UTC [more...]

[Intel-gfx] [PATCH v4 00/10] cover-letter: Update vfio_pin/unpin_pages API
 2022-07-25 21:17 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm: Fix typo 'the the' in comment
 2022-07-27  7:18 UTC  (2+ messages)

[Intel-gfx] [PATCH 1/2] drm/i915/d12+: Disable DMC handlers during loading/disabling the firmware
 2022-07-28  6:14 UTC  (6+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/d13: Add Wa_16015201720 disabling clock gating for PIPEDMC-A/B
` [Intel-gfx] ✗ Fi.CI.DOCS: warning for series starting with [1/2] drm/i915/d12+: Disable DMC handlers during loading/disabling the firmware
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [1/2] drm/i915/d12+: Disable DMC handlers during loading/disabling the firmware (rev2)
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [drm-tip:drm-tip 4/8] drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_plane.c:1565:27: error: 'drm_primary_helper_destroy' undeclared here (not in a function); did you mean 'drm_plane_helper_destroy'?
 2022-07-28  6:10 UTC 

[Intel-gfx] [PATCH 00/23] Initial Meteorlake Support
 2022-07-28  3:46 UTC  (26+ messages)
` [Intel-gfx] [PATCH 01/23] drm/i915: Read graphics/media/display arch version from hw
  ` [Intel-gfx] [v1.1 "
` [Intel-gfx] [PATCH 02/23] drm/i915: Parse and set stepping for platforms with GMD
` [Intel-gfx] [PATCH 03/23] drm/i915/mtl: MMIO range is now 4MB
` [Intel-gfx] [PATCH 04/23] drm/i915/mtl: Don't mask off CCS according to DSS fusing
` [Intel-gfx] [PATCH 05/23] drm/i915/mtl: Define engine context layouts
` [Intel-gfx] [PATCH 06/23] drm/i915/mtl: Add PCH support
` [Intel-gfx] [PATCH 07/23] drm/i915/mtl: Add gmbus and gpio support
` [Intel-gfx] [PATCH 08/23] drm/i915/mtl: Add VBT port and AUX_CH mapping
` [Intel-gfx] [PATCH 09/23] drm/i915/mtl: Add support for MTL in Display Init sequences
` [Intel-gfx] [PATCH 10/23] drm/i915/mtl: Add display power wells
` [Intel-gfx] [PATCH 11/23] drm/i915/mtl: Add DP AUX support on TypeC ports
` [Intel-gfx] [PATCH 12/23] drm/i915/mtl: Fix rawclk for Meteorlake PCH
` [Intel-gfx] [PATCH 13/23] drm/i915/mtl: memory latency data from LATENCY_LPX_LPY for WM
` [Intel-gfx] [PATCH 14/23] drm/i915/mtl: Add CDCLK Support
` [Intel-gfx] [PATCH 15/23] drm/i915/mtl: Obtain SAGV values from MMIO instead of GT pcode mailbox
` [Intel-gfx] [PATCH 16/23] drm/i915/mtl: Update memory bandwidth parameters
` [Intel-gfx] [PATCH 17/23] drm/i915/mtl: Update MBUS_DBOX credits
` [Intel-gfx] [PATCH 18/23] drm/i915/mtl: DBUF handling is same as adlp
` [Intel-gfx] [PATCH 19/23] drm/i915/display/mtl: Extend MBUS programming
` [Intel-gfx] [PATCH 20/23] drm/i915/dmc: Load DMC on MTL
` [Intel-gfx] [PATCH 21/23] drm/i915/dmc: MTL DMC debugfs entries
` [Intel-gfx] [PATCH 22/23] drm/i915/mtl: Update CHICKEN_TRANS* register addresses
` [Intel-gfx] [PATCH 23/23] drm/i915/mtl: Do not update GV point, mask value
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Initial Meteorlake Support

[Intel-gfx] [PATCH 0/6] Random assortment of (mostly) GuC related patches
 2022-07-28  3:34 UTC  (12+ messages)
` [Intel-gfx] [PATCH 1/6] drm/i915/guc: Route semaphores to GuC for Gen12+
` [Intel-gfx] [PATCH 2/6] drm/i915/guc: Fix issues with live_preempt_cancel
` [Intel-gfx] [PATCH 3/6] drm/i915/guc: Add selftest for a hung GuC
` [Intel-gfx] [PATCH 4/6] drm/i915/selftest: Cope with not having an RCS engine
` [Intel-gfx] [PATCH 5/6] drm/i915/guc: Support larger contexts on newer hardware
` [Intel-gfx] [PATCH 6/6] drm/i915/guc: Don't abort on CTB_UNUSED status
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Random assortment of (mostly) GuC related patches (rev3)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH 0/7] Fixes and improvements to GuC logging and error capture
 2022-07-28  2:57 UTC  (11+ messages)
` [Intel-gfx] [PATCH 1/7] drm/i915/guc: Add a helper for log buffer size
` [Intel-gfx] [PATCH 2/7] drm/i915/guc: Fix capture size warning and bump the size
` [Intel-gfx] [PATCH 3/7] drm/i915/guc: Add GuC <-> kernel time stamp translation information
` [Intel-gfx] [PATCH 4/7] drm/i915/guc: Record CTB info in error logs
` [Intel-gfx] [PATCH 5/7] drm/i915/guc: Use streaming loads to speed up dumping the guc log
` [Intel-gfx] [PATCH 6/7] drm/i915/guc: Make GuC log sizes runtime configurable
` [Intel-gfx] [PATCH 7/7] drm/i915/guc: Reduce spam from error capture
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Fixes and improvements to GuC logging and "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH] drm/i915/guc: Don't send policy update for child contexts
 2022-07-28  1:54 UTC  (5+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Intel-gfx] [PATCH] drm/i915/guc: Cancel GuC engine busyness worker synchronously
 2022-07-28  1:41 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [CI] PR for new GuC v70.4.1 for DG2
 2022-07-28  1:20 UTC 

[Intel-gfx] [PATCH 0/4] Move CDCLK checks to atomic check phase
 2022-07-28  0:13 UTC  (8+ messages)
` [Intel-gfx] [PATCH 1/4] drm/i915/display: Add CDCLK actions to intel_cdclk_state
` [Intel-gfx] [PATCH 2/4] drm/i915/display: s/intel_cdclk_can_squash/intel_cdclk_squash
` [Intel-gfx] [PATCH 3/4] drm/i915/display: s/intel_cdclk_can_crawl/intel_cdclk_crawl
` [Intel-gfx] [PATCH 4/4] drm/i915/display: Add cdclk checks to atomic check
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Move CDCLK checks to atomic check phase
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH 0/4] Add CDCLK checks to atomic check phase
 2022-07-27 23:23 UTC 

[Intel-gfx] [PATCH] drm/i915/ttm: don't leak the ccs state
 2022-07-27 23:16 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH 0/1] [CI] Bump DG2 DMC firmware to v2.07
 2022-07-27 20:39 UTC  (3+ messages)
` [Intel-gfx] [PATCH 1/1] drm/i915/dmc: Update "
` [Intel-gfx] ✓ Fi.CI.BAT: success for Bump DG2 DMC firmware to v2.07 (rev2)

[Intel-gfx] [PATCH] drm/i915: Suppress oom warning for shmemfs object allocation failure
 2022-07-27 20:36 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915: Suppress oom warning for shmemfs object allocation failure (rev4)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH v2] drm/i915: disable pci resize on 32-bit machine
 2022-07-27 20:32 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: disable pci resize on 32-bit machine (rev2)

[Intel-gfx] [PATCH v5] drm/i915: stop using swiotlb
 2022-07-27 19:04 UTC  (5+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: stop using swiotlb (rev5)
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915: stop using swiotlb (rev6)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH] drm/i915: Pass drm_i915_private struct instead of gt for gen11_gu_misc_irq_handler/ack()
 2022-07-27 18:44 UTC  (5+ messages)

[Intel-gfx] [PATCH] drm/i915: disable pci resize on 32-bit machine
 2022-07-27 17:15 UTC  (5+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v3 0/6] drm/i915: reduce TLB performance regressions
 2022-07-27 15:52 UTC  (13+ messages)
` [Intel-gfx] [PATCH v3 1/6] drm/i915/gt: Ignore TLB invalidations on idle engines
` [Intel-gfx] [PATCH v3 2/6] drm/i915/gt: document with_intel_gt_pm_if_awake()
` [Intel-gfx] [PATCH v3 3/6] drm/i915/gt: Invalidate TLB of the OA unit at TLB invalidations
` [Intel-gfx] [PATCH v3 4/6] drm/i915/gt: Skip TLB invalidations once wedged
` [Intel-gfx] [PATCH v3 5/6] drm/i915/gt: Batch TLB invalidations
` [Intel-gfx] [PATCH v3 6/6] drm/i915/gt: describe the new tlb parameter at i915_vma_resource
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: reduce TLB performance regressions
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v2] drm/ttm: Fix dummy res NULL ptr deref bug
 2022-07-27 15:26 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/ttm: Fix dummy res NULL ptr deref bug (rev2)
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v2 00/21] Fix performance regressions with TLB and add GuC support
 2022-07-27 12:56 UTC  (5+ messages)
` [Intel-gfx] [PATCH v2 06/21] drm/i915/gt: Batch TLB invalidations

[Intel-gfx] [PATCH v5 0/7] Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation
 2022-07-27 10:26 UTC  (19+ messages)
` [Intel-gfx] [PATCH v5 1/7] drm: Move and add a few utility macros into drm util header
` [Intel-gfx] [PATCH v5 2/7] drm/i915/gem: Typecheck page lookups
` [Intel-gfx] [PATCH v5 3/7] drm/i915: Check for integer truncation on scatterlist creation
` [Intel-gfx] [PATCH v5 4/7] drm/i915: Check for integer truncation on the configuration of ttm place
` [Intel-gfx] [PATCH v5 5/7] drm/i915: Check if the size is too big while creating shmem file
` [Intel-gfx] [PATCH v5 6/7] drm/i915: Use error code as -E2BIG when the size of gem ttm object is too large
` [Intel-gfx] [PATCH v5 7/7] drm/i915: Remove truncation warning for large objects
` [Intel-gfx] ✗ Fi.CI.IGT: failure for Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation (rev10)

[Intel-gfx] [PATCH] drm/i915: clear plane color ctl setting when turn full plane off
 2022-07-27  8:54 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: clear plane color ctl setting when turn full plane off (rev3)

[Intel-gfx] [PATCH] i915/pmu: Wire GuC backend to per-client busyness
 2022-07-27  8:48 UTC  (4+ messages)

[Intel-gfx] [PATCH v2] drm/i915/hdmi: Prune modes that require HDMI2.1 FRL
 2022-07-27  6:58 UTC  (2+ messages)

[Intel-gfx] linux-next: manual merge of the drm tree with the drm-misc-fixes tree
 2022-07-27  5:37 UTC  (6+ messages)

[Intel-gfx] [PATCH 00/15] HuC loading for DG2
 2022-07-27  1:42 UTC  (7+ messages)
` [Intel-gfx] [PATCH 05/15] mei: pxp: add command streamer API to the PXP driver
` [Intel-gfx] [PATCH 06/15] mei: pxp: support matching with a gfx discrete card
` [Intel-gfx] [PATCH 12/15] drm/i915/huc: stall media submission until HuC is loaded

[Intel-gfx] [PATCH] drm/ttm: Fix dummy res NULL ptr deref bug
 2022-07-27  1:23 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH] drm/i915/gem: Remove shared locking on freeing objects
 2022-07-26 19:15 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH] drm/i915/dp: Check for Low voltage IO only for eDP
 2022-07-26 18:51 UTC  (6+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/dp: Check for Low voltage IO only for eDP (rev2)
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
` [Intel-gfx] ✓ Fi.CI.IGT: success "

[Intel-gfx] [PATCH 1/2] drm/i915/gem: Avoid taking runtime-pm under the shrinker
 2022-07-26 18:14 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915: Suppress oom warning for shmemfs object allocation failure
 2022-07-26 17:47 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915: Suppress oom warning for shmemfs object allocation failure (rev3)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/dp: wait on timeout before retry
 2022-07-26 17:04 UTC  (5+ messages)

[Intel-gfx] [PATCH] drm/i915/display: Audio keep alive timestamp cdclk divisors
 2022-07-26 16:46 UTC 

[Intel-gfx] [PATCH] drm/i915/tc: Fix PHY ownership programming in HDMI legacy mode
 2022-07-26 16:16 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v4] drm/i915: stop using swiotlb
 2022-07-26 14:24 UTC  (7+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: stop using swiotlb (rev4)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v2 1/6] drm/ttm: Add new callbacks to ttm res mgr
 2022-07-26 10:41 UTC  (5+ messages)
` [Intel-gfx] [PATCH v2 4/6] drm/i915: Implement intersect/compatible functions
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [v2,1/6] drm/ttm: Add new callbacks to ttm res mgr
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH 0/2] Sanitycheck PCI BARs
 2022-07-26 10:21 UTC  (5+ messages)
` [Intel-gfx] [PATCH 1/2] drm/i915: Use of BARs names instead of numbers
` [Intel-gfx] [PATCH 2/2] drm/i915: Sanitycheck PCI BARs
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for "

[Intel-gfx] [RFC 00/10] drm/i915/vm_bind: Add VM_BIND functionality
 2022-07-26  8:40 UTC  (5+ messages)
` [Intel-gfx] [RFC 02/10] drm/i915/vm_bind: Bind and unbind mappings

[Intel-gfx] [PATCH v6 0/4] drm/i915/display: stop HPD workers before display driver unregister
 2022-07-26  6:50 UTC  (3+ messages)
` [Intel-gfx] [PATCH v6 4/4] drm/i915/fbdev: do not create fbdev if HPD is suspended

[Intel-gfx] [PATCH] drm/i915/display: Cleanup intel_phy_is_combo()
 2022-07-26  1:14 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/display: Cleanup intel_phy_is_combo() (rev3)
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v3] drm/i915/dg2: Add performance workaround 18019455067
 2022-07-25 23:23 UTC  (4+ messages)

[Intel-gfx] [PATCH] drm/i915/display: Cleanup intel_phy_is_combo()
 2022-07-25 20:40 UTC  (4+ messages)

[Intel-gfx] [PATCH] drm/i915/guc: Check for ct enabled while waiting for response
 2022-07-25 18:18 UTC  (2+ messages)

[Intel-gfx] [CI v4 01/13] drm/doc: add rfc section for small BAR uapi
 2022-07-25 15:11 UTC  (5+ messages)
` [Intel-gfx] [CI v4 12/13] drm/i915/ttm: disallow CPU fallback mode for ccs pages

[Intel-gfx] [PATCH v3] drm/i915: stop using swiotlb
 2022-07-25 14:42 UTC  (6+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915: stop using swiotlb (rev3)


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