messages from 2020-12-10 17:01:00 to 2020-12-11 10:05:22 UTC [more...]
[Intel-gfx] [patch 00/30] genirq: Treewide hunt for irq descriptor abuse and assorted fixes
2020-12-11 10:04 UTC (45+ messages)
` [Intel-gfx] [patch 01/30] genirq: Move irq_has_action() into core code
` [Intel-gfx] [patch 02/30] genirq: Move status flag checks to core
` [Intel-gfx] [patch 03/30] genirq: Move irq_set_lockdep_class() "
` [Intel-gfx] [patch 04/30] genirq: Provide irq_get_effective_affinity()
` [Intel-gfx] [patch 05/30] genirq: Annotate irq stats data races
` [Intel-gfx] [patch 06/30] parisc/irq: Simplify irq count output for /proc/interrupts
` [Intel-gfx] [patch 07/30] genirq: Make kstat_irqs() static
` [Intel-gfx] [patch 08/30] genirq: Provide kstat_irqdesc_cpu()
` [Intel-gfx] [patch 09/30] ARM: smp: Use irq_desc_kstat_cpu() in show_ipi_list()
` [Intel-gfx] [patch 10/30] arm64/smp: Use irq_desc_kstat_cpu() in arch_show_interrupts()
` [Intel-gfx] [patch 11/30] parisc/irq: Use irq_desc_kstat_cpu() in show_interrupts()
` [Intel-gfx] [patch 12/30] s390/irq: Use irq_desc_kstat_cpu() in show_msi_interrupt()
` [Intel-gfx] [patch 13/30] drm/i915/lpe_audio: Remove pointless irq_to_desc() usage
` [Intel-gfx] [patch 14/30] drm/i915/pmu: Replace open coded kstat_irqs() copy
` [Intel-gfx] [patch 15/30] pinctrl: nomadik: Use irq_has_action()
` [Intel-gfx] [patch 16/30] mfd: ab8500-debugfs: Remove the racy fiddling with irq_desc
` [Intel-gfx] [patch 17/30] NTB/msi: Use irq_has_action()
` [Intel-gfx] [patch 18/30] PCI: xilinx-nwl: Use irq_data_get_irq_chip_data()
` [Intel-gfx] [patch 19/30] PCI: mobiveil: "
` [Intel-gfx] [patch 20/30] net/mlx4: Replace irq_to_desc() abuse
` [Intel-gfx] [patch 21/30] net/mlx4: Use effective interrupt affinity
` [Intel-gfx] [patch 22/30] net/mlx5: Replace irq_to_desc() abuse
` [Intel-gfx] [patch 23/30] net/mlx5: Use effective interrupt affinity
` [Intel-gfx] [patch 24/30] xen/events: Remove unused bind_evtchn_to_irq_lateeoi()
` [Intel-gfx] [patch 25/30] xen/events: Remove disfunct affinity spreading
` [Intel-gfx] [patch 26/30] xen/events: Use immediate affinity setting
` [Intel-gfx] [patch 27/30] xen/events: Only force affinity mask for percpu interrupts
` [Intel-gfx] [patch 28/30] xen/events: Reduce irq_info::spurious_cnt storage size
` [Intel-gfx] [patch 29/30] xen/events: Implement irq distribution
` [Intel-gfx] [patch 30/30] genirq: Remove export of irq_to_desc()
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for genirq: Treewide hunt for irq descriptor abuse and assorted fixes
[Intel-gfx] [RFC-v8 00/23] Introduce Intel PXP component - Mesa single session
2020-12-11 10:05 UTC (27+ messages)
` [Intel-gfx] [RFC-v8 01/23] drm/i915/pxp: Introduce Intel PXP component
` [Intel-gfx] [RFC-v8 02/23] drm/i915/pxp: set KCR reg init during the boot time
` [Intel-gfx] [RFC-v8 03/23] drm/i915/pxp: Implement funcs to create the TEE channel
` [Intel-gfx] [RFC-v8 04/23] drm/i915/pxp: Create the arbitrary session after boot
` [Intel-gfx] [RFC-v8 05/23] drm/i915/pxp: Func to send hardware session termination
` [Intel-gfx] [RFC-v8 06/23] drm/i915/pxp: Enable PXP irq worker and callback stub
` [Intel-gfx] [RFC-v8 07/23] drm/i915/pxp: Destroy arb session upon teardown
` [Intel-gfx] [RFC-v8 08/23] drm/i915/pxp: Enable PXP power management
` [Intel-gfx] [RFC-v8 09/23] drm/i915/pxp: Expose session state for display protection flip
` [Intel-gfx] [RFC-v8 10/23] mei: pxp: export pavp client to me client bus
` [Intel-gfx] [RFC-v8 11/23] drm/i915/uapi: introduce drm_i915_gem_create_ext
` [Intel-gfx] [RFC-v8 12/23] drm/i915/pxp: User interface for Protected buffer
` [Intel-gfx] [RFC-v8 13/23] drm/i915/pxp: Add plane decryption support
` [Intel-gfx] [RFC-v8 14/23] drm/i915/pxp: Implement ioctl action to reserve session slots
` [Intel-gfx] [RFC-v8 15/23] drm/i915/pxp: Implement ioctl action to set session in play
` [Intel-gfx] [RFC-v8 16/23] drm/i915/pxp: Implement ioctl action to terminate the session
` [Intel-gfx] [RFC-v8 17/23] drm/i915/pxp: Implement ioctl action to send TEE commands
` [Intel-gfx] [RFC-v8 18/23] drm/i915/pxp: Implement ioctl action to query PXP tag
` [Intel-gfx] [RFC-v8 19/23] drm/i915/pxp: Termiante the session upon app crash
` [Intel-gfx] [RFC-v8 20/23] drm/i915/pxp: Add PXP-related registers into allowlist
` [Intel-gfx] [RFC-v8 21/23] mei: bus: add vtag support
` [Intel-gfx] [RFC-v8 22/23] mei: pxp: add vtag parameter to mei_pxp_send/receive interface
` [Intel-gfx] [RFC-v8 23/23] drm/i915/pxp: Enable the PXP ioctl for protected session
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Introduce Intel PXP component - Mesa single session (rev8)
` [Intel-gfx] ✗ Fi.CI.DOCS: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
[Intel-gfx] [RFC-v7 00/21] Introduce Intel PXP component - Mesa single session
2020-12-11 9:44 UTC (26+ messages)
` [Intel-gfx] [RFC-v7 01/21] drm/i915/pxp: Introduce Intel PXP component
` [Intel-gfx] [RFC-v7 02/21] drm/i915/pxp: set KCR reg init during the boot time
` [Intel-gfx] [RFC-v7 03/21] drm/i915/pxp: Implement funcs to create the TEE channel
` [Intel-gfx] [RFC-v7 04/21] drm/i915/pxp: Create the arbitrary session after boot
` [Intel-gfx] [RFC-v7 05/21] drm/i915/pxp: Func to send hardware session termination
` [Intel-gfx] [RFC-v7 06/21] drm/i915/pxp: Enable PXP irq worker and callback stub
` [Intel-gfx] [RFC-v7 07/21] drm/i915/pxp: Destroy arb session upon teardown
` [Intel-gfx] [RFC-v7 08/21] drm/i915/pxp: Enable PXP power management
` [Intel-gfx] [RFC-v7 09/21] drm/i915/pxp: Expose session state for display protection flip
` [Intel-gfx] [RFC-v7 10/21] mei: pxp: export pavp client to me client bus
` [Intel-gfx] [RFC-v7 11/21] drm/i915/uapi: introduce drm_i915_gem_create_ext
` [Intel-gfx] [RFC-v7 12/21] drm/i915/pxp: User interface for Protected buffer
` [Intel-gfx] [RFC-v7 13/21] drm/i915/pxp: Add plane decryption support
` [Intel-gfx] [RFC-v7 14/21] drm/i915/pxp: Implement ioctl action to reserve session slots
` [Intel-gfx] [RFC-v7 15/21] drm/i915/pxp: Implement ioctl action to set session in play
` [Intel-gfx] [RFC-v7 16/21] drm/i915/pxp: Implement ioctl action to terminate the session
` [Intel-gfx] [RFC-v7 17/21] drm/i915/pxp: Implement ioctl action to send TEE commands
` [Intel-gfx] [RFC-v7 18/21] drm/i915/pxp: Implement ioctl action to query PXP tag
` [Intel-gfx] [RFC-v7 19/21] drm/i915/pxp: Termiante the session upon app crash
` [Intel-gfx] [RFC-v7 20/21] drm/i915/pxp: Add PXP-related registers into allowlist
` [Intel-gfx] [RFC-v7 21/21] drm/i915/pxp: Enable the PXP ioctl for protected session
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Introduce Intel PXP component - Mesa single session (rev7)
` [Intel-gfx] ✗ Fi.CI.DOCS: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [PATCH v7 00/18] HDCP 2.2 and HDCP 1.4 Gen12 DP MST support
2020-12-11 9:16 UTC (14+ messages)
` [Intel-gfx] [PATCH v7 04/18] drm/i915/hdcp: No HDCP when encoder is't initialized
` [Intel-gfx] [PATCH v7 08/18] drm/i915/hdcp: Enable HDCP 1.4 stream encryption
` [Intel-gfx] [PATCH v7 09/18] drm/i915/hdcp: Enable Gen12 HDCP 1.4 DP MST support
` [Intel-gfx] [PATCH v7 14/18] drm/i915/hdcp: MST streams support in hdcp port_data
` [Intel-gfx] [PATCH v7 17/18] drm/i915/hdcp: Support for HDCP 2.2 MST shim callbacks
` [Intel-gfx] [PATCH v7 18/18] drm/i915/hdcp: Enable HDCP 2.2 MST support
[Intel-gfx] [RFC v3] refactor intel display a bit more
2020-12-11 7:58 UTC (13+ messages)
` [Intel-gfx] [PATCH 01/11] drm/i915/display: move needs_modeset to an inline in header
` [Intel-gfx] [PATCH 02/11] drm/i915/display: move to_intel_frontbuffer to header
` [Intel-gfx] [PATCH 03/11] drm/i915/display: fix misused comma
` [Intel-gfx] [PATCH 04/11] drm/i915: refactor cursor code out of i915_display.c
` [Intel-gfx] [PATCH 05/11] drm/i915: refactor some crtc code out of intel display
` [Intel-gfx] [PATCH 06/11] drm/i915: refactor pll code out into intel_dpll.c
` [Intel-gfx] [PATCH 07/11] drm/i915: split fdi code out from intel_display.c
` [Intel-gfx] [PATCH 08/11] drm/i915: migrate hsw fdi code to new file
` [Intel-gfx] [PATCH 09/11] drm/i915: migrate skl planes code "
` [Intel-gfx] [PATCH 10/11] drm/i915: move pipe update code into crtc
` [Intel-gfx] [PATCH 11/11] drm/i915: split fb scalable checks into g4x and skl versions
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting with [01/11] drm/i915/display: move needs_modeset to an inline in header
[Intel-gfx] [PATCH 1/2] drm/framebuffer: Format modifier for Intel Gen 12 render compression with Clear Color
2020-12-11 7:04 UTC (7+ messages)
[Intel-gfx] [RFC-v6 00/21] Introduce Intel PXP component - Mesa single session
2020-12-11 2:11 UTC (26+ messages)
` [Intel-gfx] [RFC-v6 01/21] drm/i915/pxp: Introduce Intel PXP component
` [Intel-gfx] [RFC-v6 02/21] drm/i915/pxp: set KCR reg init during the boot time
` [Intel-gfx] [RFC-v6 03/21] drm/i915/pxp: Implement funcs to create the TEE channel
` [Intel-gfx] [RFC-v6 04/21] drm/i915/pxp: Create the arbitrary session after boot
` [Intel-gfx] [RFC-v6 05/21] drm/i915/pxp: Func to send hardware session termination
` [Intel-gfx] [RFC-v6 06/21] drm/i915/pxp: Enable PXP irq worker and callback stub
` [Intel-gfx] [RFC-v6 07/21] drm/i915/pxp: Destroy arb session upon teardown
` [Intel-gfx] [RFC-v6 08/21] drm/i915/pxp: Enable PXP power management
` [Intel-gfx] [RFC-v6 09/21] drm/i915/pxp: Expose session state for display protection flip
` [Intel-gfx] [RFC-v6 10/21] mei: pxp: export pavp client to me client bus
` [Intel-gfx] [RFC-v6 11/21] drm/i915/uapi: introduce drm_i915_gem_create_ext
` [Intel-gfx] [RFC-v6 12/21] drm/i915/pxp: User interface for Protected buffer
` [Intel-gfx] [RFC-v6 13/21] drm/i915/pxp: Add plane decryption support
` [Intel-gfx] [RFC-v6 14/21] drm/i915/pxp: Implement ioctl action to reserve session slots
` [Intel-gfx] [RFC-v6 15/21] drm/i915/pxp: Implement ioctl action to set session in play
` [Intel-gfx] [RFC-v6 16/21] drm/i915/pxp: Implement ioctl action to terminate the session
` [Intel-gfx] [RFC-v6 17/21] drm/i915/pxp: Implement ioctl action to send TEE commands
` [Intel-gfx] [RFC-v6 18/21] drm/i915/pxp: Implement ioctl action to query PXP tag
` [Intel-gfx] [RFC-v6 19/21] drm/i915/pxp: Termiante the session upon app crash
` [Intel-gfx] [RFC-v6 20/21] drm/i915/pxp: Add PXP-related registers into allowlist
` [Intel-gfx] [RFC-v6 21/21] drm/i915/pxp: Enable the PXP ioctl for protected session
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Introduce Intel PXP component - Mesa single session (rev6)
` [Intel-gfx] ✗ Fi.CI.DOCS: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [RFC 0/5] drm: Extract DPCD backlight helpers from i915, add support in nouveau
2020-12-11 1:20 UTC (11+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm: Extract DPCD backlight helpers from i915, add support in nouveau (rev2)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.DOCS: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm: Extract DPCD backlight helpers from i915, add support in nouveau (rev3)
` [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/display: Go softly softly on initial modeset failure
2020-12-11 1:08 UTC (4+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "
[Intel-gfx] [PATCH i-g-t] i915/gem_exec_fence: Check a submit chain
2020-12-11 0:32 UTC
[Intel-gfx] [PATCH] drm/i915/gt: Split logical ring contexts from execlist submission
2020-12-11 0:30 UTC (5+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/gt: Split logical ring contexts from execlist submission (rev2)
` [Intel-gfx] ✗ Fi.CI.DOCS: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [PATCH v3 0/9] drm/i915: Add support for Intel's eDP backlight controls
2020-12-10 22:31 UTC (5+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Add support for Intel's eDP backlight controls (rev4)
` [Intel-gfx] ✗ Fi.CI.DOCS: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [PATCH 01/21] drm/i915/gt: Mark legacy ring context as lost
2020-12-10 21:51 UTC (20+ messages)
` [Intel-gfx] [PATCH 02/21] drm/i915/gt: Wean workaround selftests off GEM context
` [Intel-gfx] [PATCH 12/21] drm/i915/gem: Drop free_work for GEM contexts
` [Intel-gfx] [PATCH 15/21] drm/i915/gt: Track all timelines created using the HWSP
` [Intel-gfx] [PATCH 17/21] drm/i915/gt: Track timeline GGTT offset separately from subpage offset
` [Intel-gfx] [PATCH 18/21] drm/i915/gt: Add timeline "mode"
` [Intel-gfx] [PATCH 19/21] drm/i915/gt: Use indices for writing into relative timelines
` [Intel-gfx] [PATCH 21/21] drm/i915/gt: Use ppHWSP for unshared non-semaphore related timelines
[Intel-gfx] [PATCH] drm/i915/pmu: Stop peeking at kernel internals for counting interrupts
2020-12-10 20:56 UTC (5+ messages)
` [Intel-gfx] ✗ Fi.CI.DOCS: warning for "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
[Intel-gfx] [CI] drm/i915: Correct location of Wa_1408615072
2020-12-10 20:07 UTC (4+ messages)
` [Intel-gfx] ✗ Fi.CI.DOCS: warning for drm/i915: Correct location of Wa_1408615072 (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [PATCH] drm/i915/icl: Fix initing the DSI DSC power refcount during HW readout
2020-12-10 18:45 UTC (3+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "
[Intel-gfx] [PATCH] drm/i915/debugfs : PM_REQ and PM_RES register debugfs
2020-12-10 18:23 UTC (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "
[Intel-gfx] [PATCH 01/20] drm/i915/gem: Drop false !i915_vma_is_closed assertion
2020-12-10 18:03 UTC (9+ messages)
` [Intel-gfx] [PATCH 06/20] drm/i915/gt: Remove virtual breadcrumb before transfer
` [Intel-gfx] [PATCH 07/20] drm/i915/gt: Shrink the critical section for irq signaling
` [Intel-gfx] [PATCH 12/20] drm/i915/gt: Track the overall awake/busy time
` [Intel-gfx] [PATCH 13/20] drm/i915: Encode fence specific waitqueue behaviour into the wait.flags
[Intel-gfx] [PATCH v3 0/4] tpm_tis: Detect interrupt storms
2020-12-10 17:51 UTC (9+ messages)
` [Intel-gfx] [PATCH v3 2/4] drm/i915/pmu: Use kstat_irqs to get interrupt count
[Intel-gfx] [PATCH] drm/i915/uc: Squelch load failure error message
2020-12-10 17:35 UTC (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "
[Intel-gfx] [RFC-v3 00/13] Introduce Intel PXP component - Mesa single session
2020-12-10 17:06 UTC (7+ messages)
` [Intel-gfx] [RFC-v3 03/13] drm/i915/pxp: Implement funcs to create the TEE channel
` [Intel-gfx] [RFC-v3 05/13] drm/i915/pxp: Func to send hardware session termination
` [Intel-gfx] [RFC-v3 06/13] drm/i915/pxp: Enable PXP irq worker and callback stub
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox