Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-02-07 11:42:09 to 2022-02-08 11:37:10 UTC [more...]

[Intel-gfx] [PATCH v2 00/26] drm/i915: Refactor the display power domain mappings
 2022-02-08 11:36 UTC  (4+ messages)
` [Intel-gfx] [PATCH v2 02/26] drm/i915: Sanitize open-coded power well enable()/disable() calls
` [Intel-gfx] [PATCH v2 03/26] drm/i915: Remove redundant state verification during TypeC AUX power well disabling
` [Intel-gfx] [PATCH v2 05/26] drm/i915: Move power well get/put/enable/disable functions to a new file

[Intel-gfx] [PATCH v2 00/18] drm/i915/guc: Refactor ADS access to use iosys_map
 2022-02-08 11:20 UTC  (21+ messages)
` [Intel-gfx] [PATCH v2 01/18] iosys-map: Add offset to iosys_map_memcpy_to()
` [Intel-gfx] [PATCH v2 02/18] iosys-map: Add a few more helpers
` [Intel-gfx] [PATCH v2 03/18] drm/i915/gt: Add helper for shmem copy to iosys_map
` [Intel-gfx] [PATCH v2 04/18] drm/i915/guc: Keep iosys_map of ads_blob around
` [Intel-gfx] [PATCH v2 05/18] drm/i915/guc: Add read/write helpers for ADS blob
` [Intel-gfx] [PATCH v2 06/18] drm/i915/guc: Convert golden context init to iosys_map
` [Intel-gfx] [PATCH v2 07/18] drm/i915/guc: Convert policies update "
` [Intel-gfx] [PATCH v2 08/18] drm/i915/guc: Convert engine record "
` [Intel-gfx] [PATCH v2 09/18] drm/i915/guc: Convert guc_ads_private_data_reset "
` [Intel-gfx] [PATCH v2 10/18] drm/i915/guc: Convert golden context prep "
` [Intel-gfx] [PATCH v2 11/18] drm/i915/guc: Replace check for golden context size
` [Intel-gfx] [PATCH v2 12/18] drm/i915/guc: Convert mapping table to iosys_map
` [Intel-gfx] [PATCH v2 13/18] drm/i915/guc: Convert capture list "
` [Intel-gfx] [PATCH v2 14/18] drm/i915/guc: Prepare for error propagation
` [Intel-gfx] [PATCH v2 15/18] drm/i915/guc: Use a single pass to calculate regset
` [Intel-gfx] [PATCH v2 16/18] drm/i915/guc: Convert guc_mmio_reg_state_init to iosys_map
` [Intel-gfx] [PATCH v2 17/18] drm/i915/guc: Convert __guc_ads_init "
` [Intel-gfx] [PATCH v2 18/18] drm/i915/guc: Remove plain ads_blob pointer
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/guc: Refactor ADS access to use iosys_map (rev2)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

[Intel-gfx] [PATCH v11 1/5] drm: improve drm_buddy_alloc function
 2022-02-08 11:20 UTC  (6+ messages)
` [Intel-gfx] [PATCH v11 5/5] drm/amdgpu: add drm buddy support to amdgpu

[Intel-gfx] [PATCH v8 1/3] gpu: drm: separate panel orientation property creating and value setting
 2022-02-08 11:12 UTC  (7+ messages)
` [Intel-gfx] [PATCH v8 2/3] drm/mediatek: init panel orientation property
` [Intel-gfx] [PATCH v8 3/3] arm64: dts: mt8183: Add panel rotation
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v8,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] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v6 1/3] i915/gvt: Introduce the mmio table to support VFIO new mdev API
 2022-02-08 11:11 UTC  (3+ messages)
` [Intel-gfx] [PATCH v6 2/3] i915/gvt: Save the initial HW state snapshot in i915
` [Intel-gfx] [PATCH v6 3/3] i915/gvt: Use the initial HW state snapshot saved "

[Intel-gfx] [PATCH] drm/i915/psr: Disable PSR2 selective fetch for all TGL steps
 2022-02-08 11:08 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v2 0/4] GuC HWCONFIG with documentation
 2022-02-08 10:49 UTC  (5+ messages)
` [Intel-gfx] [PATCH v2 1/4] drm/i915/guc: Add fetch of hwconfig table
` [Intel-gfx] [PATCH v2 2/4] drm/i915/uapi: Add query for hwconfig blob
` [Intel-gfx] [PATCH v2 3/4] drm/i915/uapi: Add struct drm_i915_query_hwconfig_blob_item
` [Intel-gfx] [PATCH v2 4/4] drm/i915/guc: Verify hwconfig blob matches supported format

[Intel-gfx] [PATCH 1/2] drm: Add HPD state to drm_connector_oob_hotplug_event()
 2022-02-08 10:47 UTC  (7+ messages)
` [Intel-gfx] [PATCH 2/2] drm/msm/dp: Implement oob_hotplug_event()
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm: Add HPD state to drm_connector_oob_hotplug_event()
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH 1/7] drm/selftests: Move i915 buddy selftests into drm
 2022-02-08 10:35 UTC  (14+ messages)
` [Intel-gfx] [PATCH 2/7] drm/selftests: add drm buddy alloc limit testcase
` [Intel-gfx] [PATCH 3/7] drm/selftests: add drm buddy alloc range testcase
` [Intel-gfx] [PATCH 4/7] drm/selftests: add drm buddy optimistic testcase
` [Intel-gfx] [PATCH 5/7] drm/selftests: add drm buddy pessimistic testcase
` [Intel-gfx] [PATCH 6/7] drm/selftests: add drm buddy smoke testcase
` [Intel-gfx] [PATCH 7/7] drm/selftests: add drm buddy pathological testcase

[Intel-gfx] [RFC 0/2] Compile out integrated
 2022-02-08 10:31 UTC  (7+ messages)

[Intel-gfx] [PATCH v6 0/6] Use drm_clflush* instead of clflush
 2022-02-08 10:20 UTC  (13+ messages)
` [Intel-gfx] [PATCH v6 1/6] drm/i915/gt: Re-work intel_write_status_page
` [Intel-gfx] [PATCH v6 2/6] drm/i915/gt: Drop invalidate_csb_entries
` [Intel-gfx] [PATCH v6 3/6] drm/i915/gt: Re-work reset_csb
` [Intel-gfx] [PATCH v6 4/6] drm/i915/: Re-work clflush_write32
` [Intel-gfx] [PATCH v6 5/6] drm/i915/gt: replace cache_clflush_range
` [Intel-gfx] [PATCH v6 6/6] drm: Add arch arm64 for drm_clflush_virt_range
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Use drm_clflush* instead of clflush (rev5)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH 0/6] drm writeback connector changes
 2022-02-06 23:32 UTC  (6+ messages)
` [Intel-gfx] [PATCH 5/6] drm/rcar_du: changes to rcar-du driver resulting from drm_writeback_connector structure changes

[Intel-gfx] [PATCH] drm/i915/guc: Fix flag query to not modify state
 2022-02-08  9:39 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v2 0/8] drm/dp, drm/i915: 128b/132b updates
 2022-02-08  9:39 UTC  (5+ messages)
` [Intel-gfx] [PATCH v2 5/8] drm/i915/dp: rewrite DP 2.0 128b/132b link training based on errata

[Intel-gfx] [PATCH 0/4] GuC HWCONFIG with documentation
 2022-02-08  9:36 UTC  (12+ messages)
` [Intel-gfx] [PATCH 1/4] drm/i915/guc: Add fetch of hwconfig table
` [Intel-gfx] [PATCH 2/4] drm/i915/uapi: Add query for hwconfig blob
` [Intel-gfx] [PATCH 3/4] drm/i915/uapi: Add struct drm_i915_query_hwconfig_blob_item
` [Intel-gfx] [PATCH 4/4] drm/i915/guc: Verify hwconfig blob matches supported format
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for GuC HWCONFIG with documentation

[Intel-gfx] [PATCH v5 0/5] Use drm_clflush* instead of clflush
 2022-02-08  9:02 UTC  (7+ messages)
` [Intel-gfx] [PATCH v5 2/5] drm/i915/gt: Drop invalidate_csb_entries

[Intel-gfx] [PATCH 0/2] drm/i915/guc: Use temporary memory for regset
 2022-02-08  8:58 UTC  (6+ messages)
` [Intel-gfx] [PATCH 1/2] drm/i915/guc: Prepare for error propagation
` [Intel-gfx] [PATCH 2/2] drm/i915/guc: Use a single pass to calculate regset
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915/guc: Use temporary memory for regset
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v7 1/3] gpu: drm: separate panel orientation property creating and value setting
 2022-02-08  8:17 UTC  (8+ messages)
` [Intel-gfx] [PATCH v7 2/3] drm/mediatek: init panel orientation property
` [Intel-gfx] [PATCH v7 3/3] arm64: dts: mt8183: Add panel rotation
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v7,1/3] gpu: drm: separate panel orientation property creating and value setting
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH 1/3] i915/gvt: Introduce the mmio_table.c to support VFIO new mdev API
 2022-02-08  8:04 UTC  (10+ messages)

[Intel-gfx] [RFC PATCH 0/3] drm/helpers: Make the suballocation manager drm generic
 2022-02-08  7:21 UTC  (5+ messages)
` [Intel-gfx] [RFC PATCH 1/3] drm: Extract amdgpu_sa.c as a generic suballocation helper

[Intel-gfx] [PATCH 2/2] drm/i915/gem: Don't try to map and fence large scanout buffers (v5)
 2022-02-08  5:43 UTC  (8+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/gem: Don't try to map and fence large scanout buffers (v6)

[Intel-gfx] [PATCH 0/8] Prep work for next GuC release
 2022-02-08  3:26 UTC  (12+ messages)
` [Intel-gfx] [PATCH 1/8] drm/i915/guc: Do not conflate lrc_desc with GuC id for registration
` [Intel-gfx] [PATCH 2/8] drm/i915/guc: Add an explicit 'submission_initialized' flag
` [Intel-gfx] [PATCH 3/8] drm/i915/guc: Better name for context id limit
` [Intel-gfx] [PATCH 4/8] drm/i915/guc: Split guc_lrc_desc_pin apart
` [Intel-gfx] [PATCH 5/8] drm/i915/guc: Move lrc desc setup to where it is needed
` [Intel-gfx] [PATCH 6/8] drm/i915/guc: Rename desc_idx to ctx_id
` [Intel-gfx] [PATCH 7/8] drm/i915/guc: Drop obsolete H2G definitions
` [Intel-gfx] [PATCH 8/8] drm/i915/guc: Fix potential invalid pointer dereferences when decoding G2Hs
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for Prep work for next GuC release
` [Intel-gfx] ✗ Fi.CI.DOCS: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH v3] drm/i915/dg2: Define GuC firmware version for DG2
 2022-02-08  1:32 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 00/10] drm/i915: Use a bitmask for bigjoiner state tracking
 2022-02-07 23:56 UTC  (5+ messages)
` [Intel-gfx] [PATCH 10/10] drm/i915: Change bigjoiner state tracking to use the pipe bitmask

[Intel-gfx] [PATCH v5 00/10] Add GuC Error Capture Support
 2022-02-07 21:43 UTC  (5+ messages)
` [Intel-gfx] [PATCH v5 04/10] drm/i915/guc: Add Gen9 registers for GuC error state capture
` [Intel-gfx] [PATCH v5 10/10] drm/i915/guc: Print the GuC error capture output register list

[Intel-gfx] [PATCH 00/19] drm/i915/guc: Refactor ADS access to use iosys_map
 2022-02-07 20:35 UTC  (4+ messages)
` [Intel-gfx] [PATCH 04/19] drm/i915/gt: Add helper for shmem copy to iosys_map

[Intel-gfx] [PATCH v2 0/1] Add fallback inside memcpy_from_wc functions
 2022-02-07 20:10 UTC  (5+ messages)
` [Intel-gfx] [PATCH v2 1/1] drm/i915: "
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [CI] PR for GuC v69.0.3 for DG2
 2022-02-07 20:07 UTC 

[Intel-gfx] [PATCH 1/2] drm/i195: Fix dbuf slice config lookup
 2022-02-07 18:22 UTC  (5+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915: Fix mbus join "
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i195: Fix dbuf slice "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 0/5] Misc DG2 enabling patches
 2022-02-07 16:55 UTC  (6+ messages)
` [Intel-gfx] [PATCH 1/5] drm/i915/dg2: Add Wa_22011450934
` [Intel-gfx] [PATCH 5/5] drm/i915/guc: Allow user to override driver load failure without GuC

[Intel-gfx] [PATCH 00/30] My patch queue
 2022-02-07 15:43 UTC  (32+ messages)
` [Intel-gfx] [PATCH 01/30] KVM: x86: SVM: don't passthrough SMAP/SMEP/PKE bits in !NPT && !gCR0.PG case
` [Intel-gfx] [PATCH 02/30] KVM: x86: nSVM: fix potential NULL derefernce on nested migration
` [Intel-gfx] [PATCH 03/30] KVM: x86: nSVM: mark vmcb01 as dirty when restoring SMM saved state
` [Intel-gfx] [PATCH 04/30] KVM: x86: nSVM/nVMX: set nested_run_pending on VM entry which is a result of RSM
` [Intel-gfx] [PATCH 05/30] KVM: x86: nSVM: expose clean bit support to the guest
` [Intel-gfx] [PATCH 06/30] KVM: x86: mark syntethic SMM vmexit as SVM_EXIT_SW
` [Intel-gfx] [PATCH 07/30] KVM: x86: nSVM: deal with L1 hypervisor that intercepts interrupts but lets L2 control them
` [Intel-gfx] [PATCH 08/30] KVM: x86: lapic: don't touch irr_pending in kvm_apic_update_apicv when inhibiting it
` [Intel-gfx] [PATCH 09/30] KVM: x86: SVM: move avic definitions from AMD's spec to svm.h
` [Intel-gfx] [PATCH 10/30] KVM: x86: SVM: fix race between interrupt delivery and AVIC inhibition
` [Intel-gfx] [PATCH 11/30] KVM: x86: SVM: use vmcb01 in avic_init_vmcb
` [Intel-gfx] [PATCH 12/30] KVM: x86: SVM: allow AVIC to co-exist with a nested guest running
` [Intel-gfx] [PATCH 13/30] KVM: x86: lapic: don't allow to change APIC ID when apic acceleration is enabled
` [Intel-gfx] [PATCH 14/30] KVM: x86: lapic: don't allow to change local apic id when using older x2apic api
` [Intel-gfx] [PATCH 15/30] KVM: x86: SVM: remove avic's broken code that updated APIC ID
` [Intel-gfx] [PATCH 16/30] KVM: x86: SVM: allow to force AVIC to be enabled
` [Intel-gfx] [PATCH 17/30] KVM: x86: mmu: trace kvm_mmu_set_spte after the new SPTE was set
` [Intel-gfx] [PATCH 18/30] KVM: x86: mmu: add strict mmu mode
` [Intel-gfx] [PATCH 19/30] KVM: x86: mmu: add gfn_in_memslot helper
` [Intel-gfx] [PATCH 20/30] KVM: x86: mmu: allow to enable write tracking externally
` [Intel-gfx] [PATCH 21/30] x86: KVMGT: use kvm_page_track_write_tracking_enable
` [Intel-gfx] [PATCH 22/30] KVM: x86: nSVM: correctly virtualize LBR msrs when L2 is running
` [Intel-gfx] [PATCH 23/30] KVM: x86: nSVM: implement nested LBR virtualization
` [Intel-gfx] [PATCH 24/30] KVM: x86: nSVM: implement nested VMLOAD/VMSAVE
` [Intel-gfx] [PATCH 25/30] KVM: x86: nSVM: support PAUSE filter threshold and count when cpu_pm=on
` [Intel-gfx] [PATCH 26/30] KVM: x86: nSVM: implement nested vGIF
` [Intel-gfx] [PATCH 27/30] KVM: x86: add force_intercept_exceptions_mask
` [Intel-gfx] [PATCH 28/30] KVM: SVM: implement force_intercept_exceptions_mask
` [Intel-gfx] [PATCH 29/30] KVM: VMX: "
` [Intel-gfx] [PATCH 30/30] KVM: x86: get rid of KVM_REQ_GET_NESTED_STATE_PAGES
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for My patch queue

[Intel-gfx] [RFC PATCH 0/1] Splitting up platform-specific calls
 2022-02-07 15:36 UTC  (3+ messages)

[Intel-gfx] [RFC 0/2] drm/i915/ttm: Evict and store of compressed object
 2022-02-07 15:33 UTC  (12+ messages)
` [Intel-gfx] [RFC 2/2] drm/i915/migrate: Evict and restore the ccs data


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