Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-03-23 18:42:02 to 2023-03-27 12:39:47 UTC [more...]

[Intel-gfx] [PATCH 0/7] drm/i915/mtl: Add Support for C10 chips
 2023-03-27 12:34 UTC 

[Intel-gfx] [PATCH 1/2] [core-for-CI] Revert "Revert "drm/i915: Don't select BROKEN""
 2023-03-27 12:29 UTC  (3+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915: remove unused config DRM_I915_UNSTABLE
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2,core-for-CI] Revert "Revert "drm/i915: Don't select BROKEN""

[Intel-gfx] [PATCH 00/29] drm/i915/tc: Align the ADLP TypeC sequences with bspec
 2023-03-27 12:15 UTC  (49+ messages)
` [Intel-gfx] [PATCH 01/29] drm/i915/tc: Group the TC PHY setup/query functions per platform
` [Intel-gfx] [PATCH 02/29] drm/i915/tc: Use the adlp prefix for ADLP TC PHY functions
` [Intel-gfx] [PATCH 03/29] drm/i915/tc: Rename tc_phy_status_complete() to tc_phy_is_ready()
` [Intel-gfx] [PATCH 04/29] drm/i915/tc: Use the tc_phy prefix for all TC PHY functions
` [Intel-gfx] [PATCH 05/29] drm/i915/tc: Move TC port fields to a new intel_tc_port struct
` [Intel-gfx] [PATCH 06/29] drm/i915/tc: Check for TC PHY explicitly in intel_tc_port_fia_max_lane_count()
` [Intel-gfx] [PATCH 07/29] drm/i915/tc: Move the intel_tc_port struct declaration to intel_tc.c
` [Intel-gfx] [PATCH 08/29] drm/i915/tc: Add TC PHY hook to get the PHY HPD live status
` [Intel-gfx] [PATCH 09/29] drm/i915/tc: Add TC PHY hooks to get the PHY ready/owned state
` [Intel-gfx] [PATCH 10/29] drm/i915/tc: Add TC PHY hook to read out the PHY HW state
` [Intel-gfx] [PATCH 11/29] drm/i915/tc: Add generic TC PHY connect/disconnect handlers
` [Intel-gfx] [PATCH 12/29] drm/i915/tc: Factor out tc_phy_verify_legacy_or_dp_alt_mode()
` [Intel-gfx] [PATCH 13/29] drm/i915/tc: Add TC PHY hooks to connect/disconnect the PHY
` [Intel-gfx] [PATCH 14/29] drm/i915/tc: Fix up the legacy VBT flag only in disconnected mode
` [Intel-gfx] [PATCH 15/29] drm/i915/tc: Check TC mode instead of the VBT legacy flag
` [Intel-gfx] [PATCH 16/29] drm/i915/tc: Block/unblock TC-cold in the PHY connect/disconnect hooks
` [Intel-gfx] [PATCH 17/29] drm/i915/tc: Remove redundant wakeref=0 check from unblock_tc_cold()
` [Intel-gfx] [PATCH 18/29] drm/i915/tc: Drop tc_cold_block()/unblock()'s power domain parameter
` [Intel-gfx] [PATCH 19/29] drm/i915/tc: Add TC PHY hook to get the TC-cold blocking power domain
` [Intel-gfx] [PATCH 20/29] drm/i915/tc: Add asserts in TC PHY hooks that the required power is on
` [Intel-gfx] [PATCH 21/29] drm/i915/tc: Add TC PHY hook to init the PHY
` [Intel-gfx] [PATCH 22/29] drm/i915/adlp/tc: Use the DE HPD ISR register for hotplug detection
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/tc: Align the ADLP TypeC sequences with bspec

[Intel-gfx] [core-for-CI] x86/topology: fix erroneous smp_num_siblings on Intel Hybrid platform
 2023-03-27 12:11 UTC 

[Intel-gfx] [PATCH v2 00/10] Introduce new methods for verifying ownership in vfio PCI hot reset
 2023-03-27 12:04 UTC  (13+ messages)
` [Intel-gfx] [PATCH v2 01/10] vfio/pci: Update comment around group_fd get in vfio_pci_ioctl_pci_hot_reset()
` [Intel-gfx] [PATCH v2 02/10] vfio/pci: Only check ownership of opened devices in hot reset
` [Intel-gfx] [PATCH v2 03/10] vfio/pci: Move the existing hot reset logic to be a helper
` [Intel-gfx] [PATCH v2 04/10] vfio-iommufd: Add helper to retrieve iommufd_ctx and devid for vfio_device
` [Intel-gfx] [PATCH v2 05/10] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
` [Intel-gfx] [PATCH v2 06/10] vfio: Refine vfio file kAPIs for vfio PCI hot reset
` [Intel-gfx] [PATCH v2 07/10] vfio: Accpet device file from vfio PCI hot reset path
` [Intel-gfx] [PATCH v2 08/10] vfio/pci: Renaming for accepting device fd in "
` [Intel-gfx] [PATCH v2 09/10] vfio/pci: Accept device fd in VFIO_DEVICE_PCI_HOT_RESET ioctl
` [Intel-gfx] [PATCH v2 10/10] vfio/pci: Add VFIO_DEVICE_GET_PCI_HOT_RESET_GROUP_INFO
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Introduce new methods for verifying ownership in vfio PCI hot reset (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH v8 00/24] Add vfio_device cdev for iommufd support
 2023-03-27 12:03 UTC  (26+ messages)
` [Intel-gfx] [PATCH v8 01/24] vfio: Allocate per device file structure
` [Intel-gfx] [PATCH v8 02/24] vfio: Refine vfio file kAPIs for KVM
` [Intel-gfx] [PATCH v8 03/24] vfio: Remove vfio_file_is_group()
` [Intel-gfx] [PATCH v8 04/24] vfio: Accept vfio device file in the KVM facing kAPI
` [Intel-gfx] [PATCH v8 05/24] kvm/vfio: Rename kvm_vfio_group to prepare for accepting vfio device fd
` [Intel-gfx] [PATCH v8 06/24] kvm/vfio: Accept vfio device file from userspace
` [Intel-gfx] [PATCH v8 07/24] vfio: Pass struct vfio_device_file * to vfio_device_open/close()
` [Intel-gfx] [PATCH v8 08/24] vfio: Block device access via device fd until device is opened
` [Intel-gfx] [PATCH v8 09/24] vfio: Add cdev_device_open_cnt to vfio_group
` [Intel-gfx] [PATCH v8 10/24] vfio: Make vfio_device_open() single open for device cdev path
` [Intel-gfx] [PATCH v8 11/24] vfio: Make vfio_device_first_open() to accept NULL iommufd for noiommu
` [Intel-gfx] [PATCH v8 12/24] vfio-iommufd: Move noiommu support out of vfio_iommufd_bind()
` [Intel-gfx] [PATCH v8 13/24] vfio-iommufd: Split bind/attach into two steps
` [Intel-gfx] [PATCH v8 14/24] vfio: Record devid in vfio_device_file
` [Intel-gfx] [PATCH v8 15/24] vfio-iommufd: Add detach_ioas support for physical VFIO devices
` [Intel-gfx] [PATCH v8 16/24] iommufd/device: Add iommufd_access_detach() API
` [Intel-gfx] [PATCH v8 17/24] vfio-iommufd: Add detach_ioas support for emulated VFIO devices
` [Intel-gfx] [PATCH v8 18/24] vfio: Determine noiommu in vfio_device registration
` [Intel-gfx] [PATCH v8 19/24] vfio: Name noiommu vfio_device with "noiommu-" prefix
` [Intel-gfx] [PATCH v8 20/24] vfio: Add cdev for vfio_device
` [Intel-gfx] [PATCH v8 21/24] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
` [Intel-gfx] [PATCH v8 22/24] vfio: Add VFIO_DEVICE_AT[DE]TACH_IOMMUFD_PT
` [Intel-gfx] [PATCH v8 23/24] vfio: Compile group optionally
` [Intel-gfx] [PATCH v8 24/24] docs: vfio: Add vfio device cdev description
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Add vfio_device cdev for iommufd support (rev9)

[Intel-gfx] [PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
 2023-03-27 11:57 UTC  (22+ messages)

[Intel-gfx] [PATCH v3 0/6] vfio: Make emulated devices prepared for vfio device cdev
 2023-03-27 11:34 UTC  (10+ messages)
` [Intel-gfx] [PATCH v3 1/6] iommu/iommufd: Pass iommufd_ctx pointer in iommufd_get_ioas()
` [Intel-gfx] [PATCH v3 2/6] iommufd: Create access in vfio_iommufd_emulated_bind()
` [Intel-gfx] [PATCH v3 3/6] vfio-iommufd: No need to record iommufd_ctx in vfio_device
` [Intel-gfx] [PATCH v3 4/6] vfio-iommufd: Make vfio_iommufd_emulated_bind() return iommufd_access ID
` [Intel-gfx] [PATCH v3 5/6] vfio/mdev: Uses the vfio emulated iommufd ops set in the mdev sample drivers
` [Intel-gfx] [PATCH v3 6/6] vfio: Check the presence for iommufd callbacks in __vfio_register_dev()
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for vfio: Make emulated devices prepared for vfio device cdev (rev4)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH] drm/i915/display: Program pipe A PIPE_MISC_A bit 9 Pixel Extension to 0
 2023-03-27 11:05 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH] drm/i915: Use compressed bpp when calculating m/n value for DP MST DSC
 2023-03-27  9:32 UTC  (5+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v5 00/22] drm/i915/mtl: Add C10 and C20 phy support
 2023-03-27  9:25 UTC  (8+ messages)
` [Intel-gfx] [PATCH v5 04/22] drm/i915/mtl: Add Support for C10 PHY message bus and pll programming
` [Intel-gfx] [PATCH v5 08/22] drm/i915/mtl: C20 PLL programming
` [Intel-gfx] [PATCH v5 09/22] drm/i915/mtl: C20 HW readout

[Intel-gfx] [PATCH v2 00/21] drm/i915/mtl: Add C10 and C20 phy support
 2023-03-27  9:07 UTC  (6+ messages)
` [Intel-gfx] [PATCH v2 09/21] drm/i915/mtl: C20 HW readout

[Intel-gfx] [PATCH] drm/i915/display: Communicate display power demands to pcode
 2023-03-27  7:26 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/display: Communicate display power demands to pcode (rev3)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v6 0/8] drm/i915/pxp: Add MTL PXP Support
 2023-03-27  7:07 UTC  (10+ messages)
` [Intel-gfx] [PATCH v6 4/8] drm/i915/pxp: Add GSC-CS backend to send GSC fw messages
` [Intel-gfx] [PATCH v6 5/8] drm/i915/pxp: Add ARB session creation and cleanup

[Intel-gfx] [PATCH] drm/i915/guc: Disable PL1 power limit when loading GuC firmware
 2023-03-26 11:52 UTC  (5+ messages)

[Intel-gfx] [PATCH i-g-t 0/2] tests/i915/slpc: Add basic IGT test
 2023-03-26 11:04 UTC  (4+ messages)
` [Intel-gfx] [PATCH i-g-t 1/2] lib/debugfs: Add per GT debugfs helpers
` [Intel-gfx] [PATCH i-g-t 2/2] i915_guc_pc: Add some basic SLPC igt tests

[Intel-gfx] [PATCH i-g-t] tests/xe_guc_pc: Restore max freq first
 2023-03-26 10:51 UTC  (2+ messages)
` [Intel-gfx] [igt-dev] "

[Intel-gfx] [PATCH] [i915] avoid infinite retries in GuC/HuC loading
 2023-03-26  9:46 UTC  (3+ messages)

[Intel-gfx] [PATCH RESEND] drm/tests: Suballocator test
 2023-03-26  9:42 UTC  (2+ messages)

[Intel-gfx] [PATCH v13 00/10] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers
 2023-03-26  9:19 UTC  (5+ messages)
` [Intel-gfx] [PATCH v13 01/10] drm/shmem-helper: Switch to reservation lock

[Intel-gfx] [PATCH v2] drm/i915/overlay: Remove redundant drm_rect_visible() use
 2023-03-25 18:10 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/overlay: Remove redundant drm_rect_visible() use (rev2)

[Intel-gfx] [PATCH v5] drm/i915/pxp: limit drm-errors or warning on firmware API failures
 2023-03-25  5:22 UTC  (7+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/pxp: limit drm-errors or warning on firmware API failures (rev4)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/mtl: Disable C6 on MTL A0 for media
 2023-03-25  5:16 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/mtl: Disable C6 on MTL A0 for media (rev3)
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [RFC v4 00/10] DRM scheduling cgroup controller
 2023-03-25  1:43 UTC  (2+ messages)

[Intel-gfx] [PATCH 1/2] drm/i915/display: Restore dsparb_lock
 2023-03-25  1:42 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915/display: Restore dsparb_lock. (rev4)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH] drm/i915/overlay: Remove redundant drm_rect_visible() use
 2023-03-24 23:07 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915: Implement UHBR bandwidth check
 2023-03-24 22:23 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Implement UHBR bandwidth check (rev3)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v7 00/10] drm/hdcp: Pull HDCP auth/exchange/check into helpers
 2023-03-24 21:37 UTC  (12+ messages)
` [Intel-gfx] [PATCH v7 01/10] drm/hdcp: Add drm_hdcp_atomic_check()
` [Intel-gfx] [PATCH v7 02/10] drm/hdcp: Avoid changing crtc state in hdcp atomic check
` [Intel-gfx] [PATCH v7 03/10] drm/hdcp: Update property value on content type and user changes
` [Intel-gfx] [PATCH v7 04/10] drm/hdcp: Expand HDCP helper library for enable/disable/check
` [Intel-gfx] [PATCH v7 05/10] drm/i915/hdcp: Consolidate HDCP setup/state cache
` [Intel-gfx] [PATCH v7 06/10] drm/i915/hdcp: Retain hdcp_capable return codes
` [Intel-gfx] [PATCH v7 07/10] drm/i915/hdcp: Use HDCP helpers for i915
` [Intel-gfx] [PATCH v7 08/10] dt-bindings: msm/dp: Add bindings for HDCP registers
` [Intel-gfx] [PATCH v7 09/10] arm64: dts: qcom: sc7180: Add support for HDCP in dp-controller
` [Intel-gfx] [PATCH v7 10/10] drm/msm: Implement HDCP 1.x using the new drm HDCP helpers
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/hdcp: Pull HDCP auth/exchange/check into helpers (rev7)

[Intel-gfx] [PATCH] drm/i915/mtl: Disable C6 on MTL A0 for media
 2023-03-24 20:47 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/mtl: Disable C6 on MTL A0 for media (rev2)

[Intel-gfx] [PULL] drm-intel-next
 2023-03-24 20:13 UTC  (2+ messages)

[Intel-gfx] [PATCH v7 01/10] drm/hdcp: Add drm_hdcp_atomic_check()
 2023-03-24 19:40 UTC  (6+ messages)
` [Intel-gfx] [PATCH v7 02/10] drm/hdcp: Avoid changing crtc state in hdcp atomic check
` [Intel-gfx] [PATCH v7 05/10] drm/i915/hdcp: Consolidate HDCP setup/state cache
` [Intel-gfx] [PATCH v7 06/10] drm/i915/hdcp: Retain hdcp_capable return codes
` [Intel-gfx] [PATCH v7 07/10] drm/i915/hdcp: Use HDCP helpers for i915

[Intel-gfx] [PATCH v6 00/10] drm/hdcp: Pull HDCP auth/exchange/check into helpers
 2023-03-24 19:34 UTC  (8+ messages)
` [Intel-gfx] [PATCH v6 06/10] drm/i915/hdcp: Retain hdcp_capable return codes
` [Intel-gfx] [PATCH v6 07/10] drm/i915/hdcp: Use HDCP helpers for i915

[Intel-gfx] [PULL] drm-misc-next
 2023-03-24 19:21 UTC  (2+ messages)

[Intel-gfx] [PATCH v3 0/7] Enable YCbCr420 format for VDSC
 2023-03-24 15:42 UTC  (4+ messages)
` [Intel-gfx] [PATCH v3 1/7] drm/dp_helper: Add helper to check DSC support with given o/p format

[Intel-gfx] [PATCH v6 00/24] cover-letter: Add vfio_device cdev for iommufd support
 2023-03-24 10:39 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for cover-letter: Add vfio_device cdev for iommufd support (rev2)

[Intel-gfx] [CI 1/2] drm/i915: limit double GT reset to pre-MTL
 2023-03-24 10:18 UTC  (4+ messages)
` [Intel-gfx] [CI 2/2] drm/i915/gsc: implement wa 14015076503
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [CI,1/2] drm/i915: limit double GT reset to pre-MTL
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PULL] drm-intel-fixes
 2023-03-24  9:23 UTC  (2+ messages)

[Intel-gfx] [PULL] drm-misc-fixes
 2023-03-24  9:17 UTC  (2+ messages)

[Intel-gfx] [bug report] drm/i915/guc: Use GuC submission API version number
 2023-03-24  9:12 UTC 

[Intel-gfx] [PATCH 00/14] drm/i915/tc: Fix a few TypeC / MST issues
 2023-03-24  8:16 UTC  (9+ messages)
` [Intel-gfx] [PATCH 02/14] drm/i915/tc: Fix TC port link ref init for DP MST during HW readout
` [Intel-gfx] [PATCH 05/14] drm/i915/tc: Wait for IOM/FW PHY initialization of legacy TC ports
` [Intel-gfx] [PATCH 06/14] drm/i915/tc: Factor out helpers converting HPD mask to TC mode

[Intel-gfx] [PATCH 00/11] Add OAM support for MTL
 2023-03-24  8:16 UTC  (15+ messages)
` [Intel-gfx] [PATCH 01/11] drm/i915/perf: Drop wakeref on GuC RC error
` [Intel-gfx] [PATCH 02/11] drm/i915/mtl: Synchronize i915/BIOS on C6 enabling
` [Intel-gfx] [PATCH 03/11] drm/i915/perf: Validate OA sseu config outside switch
` [Intel-gfx] [PATCH 04/11] drm/i915/perf: Group engines into respective OA groups
` [Intel-gfx] [PATCH 05/11] drm/i915/perf: Fail modprobe if i915_perf_init fails on OOM
` [Intel-gfx] [PATCH 06/11] drm/i915/perf: Parse 64bit report header formats correctly
` [Intel-gfx] [PATCH 07/11] drm/i915/perf: Handle non-power-of-2 reports
` [Intel-gfx] [PATCH 08/11] drm/i915/perf: Add engine class instance parameters to perf
` [Intel-gfx] [PATCH 09/11] drm/i915/perf: Add support for OA media units
` [Intel-gfx] [PATCH 10/11] drm/i915/perf: Pass i915 object to perf revision helper
` [Intel-gfx] [PATCH 11/11] drm/i915/perf: Wa_14017512683: Disable OAM if media C6 is enabled in BIOS
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for Add OAM support for MTL
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v2 0/2] Improvements to GuC load failure handling
 2023-03-23 22:30 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Improvements to GuC load failure handling (rev3)
` [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