Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-11-13 22:05:03 to 2020-11-16 10:50:02 UTC [more...]

[Intel-gfx] [PATCH 18/27] drm/i915/pxp: Implement funcs to create the TEE channel (fwd)
 2020-11-15 21:14 UTC  (2+ messages)

[Intel-gfx] [PATCH 01/27] drm/i915/pxp: Introduce Intel PXP component
 2020-11-16 10:49 UTC  (38+ messages)
` [Intel-gfx] [PATCH 02/27] drm/i915/pxp: Enable PXP irq worker and callback stub
` [Intel-gfx] [PATCH 03/27] drm/i915/pxp: Add PXP context for logical hardware states
` [Intel-gfx] [PATCH 04/27] drm/i915/pxp: set KCR reg init during the boot time
` [Intel-gfx] [PATCH 05/27] drm/i915/pxp: Enable ioctl action to set the ring3 context
` [Intel-gfx] [PATCH 06/27] drm/i915: Rename the whitelist to allowlist
` [Intel-gfx] [PATCH 07/27] drm/i915/pxp: Add PXP-related registers into allowlist
` [Intel-gfx] [PATCH 08/27] drm/i915/pxp: Read register to check hardware session state
` [Intel-gfx] [PATCH 09/27] drm/i915/pxp: Implement funcs to get/set PXP tag
` [Intel-gfx] [PATCH 10/27] drm/i915/pxp: Enable ioctl action to reserve session slot
` [Intel-gfx] [PATCH 11/27] drm/i915/pxp: Enable ioctl action to set session in play
` [Intel-gfx] [PATCH 12/27] drm/i915/pxp: Func to send hardware session termination
` [Intel-gfx] [PATCH 13/27] drm/i915/pxp: Enable ioctl action to terminate the session
` [Intel-gfx] [PATCH 14/27] drm/i915/pxp: Enable ioctl action to query PXP tag
` [Intel-gfx] [PATCH 15/27] drm/i915/pxp: Destroy all type0 sessions upon teardown
` [Intel-gfx] [PATCH 16/27] drm/i915/pxp: Termiante the session upon app crash
` [Intel-gfx] [PATCH 17/27] drm/i915/pxp: Enable PXP power management
` [Intel-gfx] [PATCH 18/27] drm/i915/pxp: Implement funcs to create the TEE channel
` [Intel-gfx] [PATCH 19/27] drm/i915/pxp: Enable ioctl action to send TEE commands
` [Intel-gfx] [PATCH 20/27] drm/i915/pxp: Create the arbitrary session after boot
` [Intel-gfx] [PATCH 21/27] drm/i915/pxp: Add i915 trace logs for PXP operations
` [Intel-gfx] [PATCH 22/27] drm/i915/pxp: Expose session state for display protection flip
` [Intel-gfx] [PATCH 23/27] mei: bus: enable pavp device
` [Intel-gfx] [PATCH 24/27] mei: pxp: export pavp client to me client bus
` [Intel-gfx] [PATCH 25/27] drm/i915/uapi: introduce drm_i915_gem_create_ext for TGL
` [Intel-gfx] [PATCH 26/27] drm/i915/pavp: User interface for Protected buffer
` [Intel-gfx] [PATCH 27/27] drm/i915/pxp: Add plane decryption support
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/27] drm/i915/pxp: Introduce Intel PXP component
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH 01/27] drm/i915/pxp: Introduce Intel PXP component
 2020-11-16  9:46 UTC  (36+ messages)
` [Intel-gfx] [PATCH 02/27] drm/i915/pxp: Enable PXP irq worker and callback stub
` [Intel-gfx] [PATCH 03/27] drm/i915/pxp: Add PXP context for logical hardware states
` [Intel-gfx] [PATCH 04/27] drm/i915/pxp: set KCR reg init during the boot time
` [Intel-gfx] [PATCH 05/27] drm/i915/pxp: Enable ioctl action to set the ring3 context
` [Intel-gfx] [PATCH 06/27] drm/i915: Rename the whitelist to allowlist
` [Intel-gfx] [PATCH 07/27] drm/i915/pxp: Add PXP-related registers into allowlist
` [Intel-gfx] [PATCH 08/27] drm/i915/pxp: Read register to check hardware session state
  ` [Intel-gfx] [RFC PATCH] drm/i915/pxp: pxp_sm_reg_read() can be static
` [Intel-gfx] [PATCH 09/27] drm/i915/pxp: Implement funcs to get/set PXP tag
` [Intel-gfx] [PATCH 10/27] drm/i915/pxp: Enable ioctl action to reserve session slot
` [Intel-gfx] [PATCH 11/27] drm/i915/pxp: Enable ioctl action to set session in play
` [Intel-gfx] [PATCH 12/27] drm/i915/pxp: Func to send hardware session termination
` [Intel-gfx] [PATCH 13/27] drm/i915/pxp: Enable ioctl action to terminate the session
` [Intel-gfx] [PATCH 14/27] drm/i915/pxp: Enable ioctl action to query PXP tag
` [Intel-gfx] [PATCH 15/27] drm/i915/pxp: Destroy all type0 sessions upon teardown
  ` [Intel-gfx] [RFC PATCH] drm/i915/pxp: intel_pxp_sm_destroy_all_sw_sessions() can be static
` [Intel-gfx] [PATCH 16/27] drm/i915/pxp: Termiante the session upon app crash
` [Intel-gfx] [PATCH 17/27] drm/i915/pxp: Enable PXP power management
` [Intel-gfx] [PATCH 18/27] drm/i915/pxp: Implement funcs to create the TEE channel
` [Intel-gfx] [PATCH 19/27] drm/i915/pxp: Enable ioctl action to send TEE commands
` [Intel-gfx] [PATCH 20/27] drm/i915/pxp: Create the arbitrary session after boot
` [Intel-gfx] [PATCH 21/27] drm/i915/pxp: Add i915 trace logs for PXP operations
` [Intel-gfx] [PATCH 22/27] drm/i915/pxp: Expose session state for display protection flip
` [Intel-gfx] [PATCH 23/27] mei: bus: enable pavp device
` [Intel-gfx] [PATCH 24/27] mei: pxp: export pavp client to me client bus
` [Intel-gfx] [PATCH 25/27] drm/i915/uapi: introduce drm_i915_gem_create_ext for TGL
` [Intel-gfx] [PATCH 26/27] drm/i915/pavp: User interface for Protected buffer
` [Intel-gfx] [PATCH 27/27] drm/i915/pxp: Add plane decryption support
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting with [01/27] drm/i915/pxp: Introduce Intel PXP component

[Intel-gfx] [drm-tip:drm-tip 1117/1129] drivers/gpu/drm/drm_atomic_uapi.c:342 drm_atomic_set_crtc_for_connector() error: we previously assumed 'crtc' could be null (see line 326)
 2020-11-16  9:35 UTC  (2+ messages)

[Intel-gfx] [CI v2 1/3] drm/i915: Precompute can_sagv for each wm level
 2020-11-16  8:27 UTC  (5+ messages)
` [Intel-gfx] [CI v2 2/3] drm/i915: Store plane relative data rate in crtc_state
` [Intel-gfx] [CI v2 3/3] drm/i915: Remove skl_adjusted_plane_pixel_rate()
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [CI,v2,1/3] drm/i915: Precompute can_sagv for each wm level
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH 01/27] drm/i915/pxp: Introduce Intel PXP component
 2020-11-15 20:54 UTC  (28+ messages)
` [Intel-gfx] [PATCH 02/27] drm/i915/pxp: Enable PXP irq worker and callback stub
` [Intel-gfx] [PATCH 03/27] drm/i915/pxp: Add PXP context for logical hardware states
` [Intel-gfx] [PATCH 04/27] drm/i915/pxp: set KCR reg init during the boot time
` [Intel-gfx] [PATCH 05/27] drm/i915/pxp: Enable ioctl action to set the ring3 context
` [Intel-gfx] [PATCH 06/27] drm/i915: Rename the whitelist to allowlist
` [Intel-gfx] [PATCH 07/27] drm/i915/pxp: Add PXP-related registers into allowlist
` [Intel-gfx] [PATCH 08/27] drm/i915/pxp: Read register to check hardware session state
` [Intel-gfx] [PATCH 09/27] drm/i915/pxp: Implement funcs to get/set PXP tag
` [Intel-gfx] [PATCH 10/27] drm/i915/pxp: Enable ioctl action to reserve session slot
` [Intel-gfx] [PATCH 11/27] drm/i915/pxp: Enable ioctl action to set session in play
` [Intel-gfx] [PATCH 12/27] drm/i915/pxp: Func to send hardware session termination
` [Intel-gfx] [PATCH 13/27] drm/i915/pxp: Enable ioctl action to terminate the session
` [Intel-gfx] [PATCH 14/27] drm/i915/pxp: Enable ioctl action to query PXP tag
` [Intel-gfx] [PATCH 15/27] drm/i915/pxp: Destroy all type0 sessions upon teardown
` [Intel-gfx] [PATCH 16/27] drm/i915/pxp: Termiante the session upon app crash
` [Intel-gfx] [PATCH 17/27] drm/i915/pxp: Enable PXP power management
` [Intel-gfx] [PATCH 18/27] drm/i915/pxp: Implement funcs to create the TEE channel
` [Intel-gfx] [PATCH 19/27] drm/i915/pxp: Enable ioctl action to send TEE commands
` [Intel-gfx] [PATCH 20/27] drm/i915/pxp: Create the arbitrary session after boot
` [Intel-gfx] [PATCH 21/27] drm/i915/pxp: Add i915 trace logs for PXP operations
` [Intel-gfx] [PATCH 22/27] drm/i915/pxp: Expose session state for display protection flip
` [Intel-gfx] [PATCH 23/27] mei: bus: enable pavp device
` [Intel-gfx] [PATCH 24/27] mei: pxp: export pavp client to me client bus
` [Intel-gfx] [PATCH 25/27] drm/i915/uapi: introduce drm_i915_gem_create_ext for TGL
` [Intel-gfx] [PATCH 26/27] drm/i915/pavp: User interface for Protected buffer
` [Intel-gfx] [PATCH 27/27] drm/i915/pxp: Add plane decryption support
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting with [01/27] drm/i915/pxp: Introduce Intel PXP component

[Intel-gfx] [PATCH] Revert "drm: convert drm_atomic_uapi.c to new debug helpers"
 2020-11-15 17:33 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 09/10] drm/i915: Clean up SSKPD/MLTR defines
 2020-11-15 10:54 UTC  (2+ messages)

[Intel-gfx] [PATCH v7 4/7] drm/i915: Add hw.pipe_mode to allow bigjoiner pipe/transcoder split
 2020-11-15 10:18 UTC  (2+ messages)
` [Intel-gfx] [drm/i915] b41be8ac8e: RIP:skl_allocate_pipe_ddb[i915]

[Intel-gfx] [PATCH v2 01/27] drm/i915/pxp: Introduce Intel PXP component
 2020-11-15  2:28 UTC  (28+ messages)
` [Intel-gfx] [PATCH v2 02/27] drm/i915/pxp: Enable PXP irq worker and callback stub
` [Intel-gfx] [PATCH v2 03/27] drm/i915/pxp: Add PXP context for logical hardware states
` [Intel-gfx] [PATCH v2 04/27] drm/i915/pxp: set KCR reg init during the boot time
` [Intel-gfx] [PATCH v2 05/27] drm/i915/pxp: Enable ioctl action to set the ring3 context
` [Intel-gfx] [PATCH v2 06/27] drm/i915: Rename the whitelist to allowlist
` [Intel-gfx] [PATCH v2 07/27] drm/i915/pxp: Add PXP-related registers into allowlist
` [Intel-gfx] [PATCH v2 08/27] drm/i915/pxp: Read register to check hardware session state
` [Intel-gfx] [PATCH v2 09/27] drm/i915/pxp: Implement funcs to get/set PXP tag
` [Intel-gfx] [PATCH v2 10/27] drm/i915/pxp: Enable ioctl action to reserve session slot
` [Intel-gfx] [PATCH v2 11/27] drm/i915/pxp: Enable ioctl action to set session in play
` [Intel-gfx] [PATCH v2 12/27] drm/i915/pxp: Func to send hardware session termination
` [Intel-gfx] [PATCH v2 13/27] drm/i915/pxp: Enable ioctl action to terminate the session
` [Intel-gfx] [PATCH v2 14/27] drm/i915/pxp: Enable ioctl action to query PXP tag
` [Intel-gfx] [PATCH v2 15/27] drm/i915/pxp: Destroy all type0 sessions upon teardown
` [Intel-gfx] [PATCH v2 16/27] drm/i915/pxp: Termiante the session upon app crash
` [Intel-gfx] [PATCH v2 17/27] drm/i915/pxp: Enable PXP power management
` [Intel-gfx] [PATCH v2 18/27] drm/i915/pxp: Implement funcs to create the TEE channel
` [Intel-gfx] [PATCH v2 19/27] drm/i915/pxp: Enable ioctl action to send TEE commands
` [Intel-gfx] [PATCH v2 20/27] drm/i915/pxp: Create the arbitrary session after boot
` [Intel-gfx] [PATCH v2 21/27] drm/i915/pxp: Add i915 trace logs for PXP operations
` [Intel-gfx] [PATCH v2 22/27] drm/i915/pxp: Expose session state for display protection flip
` [Intel-gfx] [PATCH v2 23/27] mei: bus: enable pavp device
` [Intel-gfx] [PATCH v2 24/27] mei: pxp: export pavp client to me client bus
` [Intel-gfx] [PATCH v2 25/27] drm/i915/uapi: introduce drm_i915_gem_create_ext for TGL
` [Intel-gfx] [PATCH v2 26/27] drm/i915/pavp: User interface for Protected buffer
` [Intel-gfx] [PATCH v2 27/27] drm/i915/pxp: Add plane decryption support
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting with [v2,01/27] drm/i915/pxp: Introduce Intel PXP component

[Intel-gfx] [PATCH v2 0/9] drm/i915: nuke remaining legacy reg helpers (I915_READ/WRITE etc.)
 2020-11-14 20:50 UTC  (7+ messages)
` [Intel-gfx] [PATCH v2 7/9] drm/i915/pm: replace I915_READ()/WRITE() with intel_uncore_read()/write()
` [Intel-gfx] [PATCH v2 8/9] drm/i915/irq: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: nuke remaining legacy reg helpers (I915_READ/WRITE etc.) (rev2)

[Intel-gfx] [PATCH 0/9] drm/i915: nuke remaining legacy reg helpers (I915_READ/WRITE etc.)
 2020-11-14 20:34 UTC  (5+ messages)
` [Intel-gfx] [PATCH 7/9] drm/i915/pm: replace I915_READ()/WRITE() with intel_uncore_read()/write()

[Intel-gfx] USB-C DP mode problem on linux
 2020-11-14 20:11 UTC  (4+ messages)

[Intel-gfx] [PATCH 08/27] drm/i915/pxp: Read register to check hardware session state (fwd)
 2020-11-14 18:03 UTC 

[Intel-gfx] [PATCH 05/27] drm/i915/pxp: Enable ioctl action to set the ring3 context (fwd)
 2020-11-14 16:43 UTC 

[Intel-gfx] [PATCH 00/23] drm/i915: Big bigjoiner series
 2020-11-14  4:10 UTC  (9+ messages)
` [Intel-gfx] [PATCH 20/23] drm/i915: Disable legacy cursor fastpath for bigjoiner
` [Intel-gfx] [PATCH 21/23] drm/i915: Fix cursor src/dst rectangle with bigjoiner
` [Intel-gfx] [PATCH 22/23] drm/i915: Add bigjoiner state dump
` [Intel-gfx] [PATCH 23/23] drm/i915: Enable bigjoiner
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Big bigjoiner series
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/selftests: Small tweak to put the termination conditions together
 2020-11-14  3:40 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [CI v11 1/3] drm/i915: Pass intel_atomic_state instead of drm_atomic_state
 2020-11-14  2:44 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,v11,1/3] "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PXP CLEAN PATCH v06 01/27] drm/i915/pxp: Introduce Intel PXP component
 2020-11-14  2:42 UTC  (29+ messages)
` [Intel-gfx] [PXP CLEAN PATCH v06 02/27] drm/i915/pxp: Enable PXP irq worker and callback stub
` [Intel-gfx] [PXP CLEAN PATCH v06 03/27] drm/i915/pxp: Add PXP context for logical hardware states
` [Intel-gfx] [PXP CLEAN PATCH v06 04/27] drm/i915/pxp: set KCR reg init during the boot time
` [Intel-gfx] [PXP CLEAN PATCH v06 05/27] drm/i915/pxp: Enable ioctl action to set the ring3 context
` [Intel-gfx] [PXP CLEAN PATCH v06 06/27] drm/i915: Rename the whitelist to allowlist
` [Intel-gfx] [PXP CLEAN PATCH v06 07/27] drm/i915/pxp: Add PXP-related registers into allowlist
` [Intel-gfx] [PXP CLEAN PATCH v06 08/27] drm/i915/pxp: Read register to check hardware session state
` [Intel-gfx] [PXP CLEAN PATCH v06 09/27] drm/i915/pxp: Implement funcs to get/set PXP tag
` [Intel-gfx] [PXP CLEAN PATCH v06 10/27] drm/i915/pxp: Enable ioctl action to reserve session slot
` [Intel-gfx] [PXP CLEAN PATCH v06 11/27] drm/i915/pxp: Enable ioctl action to set session in play
` [Intel-gfx] [PXP CLEAN PATCH v06 12/27] drm/i915/pxp: Func to send hardware session termination
` [Intel-gfx] [PXP CLEAN PATCH v06 13/27] drm/i915/pxp: Enable ioctl action to terminate the session
` [Intel-gfx] [PXP CLEAN PATCH v06 14/27] drm/i915/pxp: Enable ioctl action to query PXP tag
` [Intel-gfx] [PXP CLEAN PATCH v06 15/27] drm/i915/pxp: Destroy all type0 sessions upon teardown
` [Intel-gfx] [PXP CLEAN PATCH v06 16/27] drm/i915/pxp: Termiante the session upon app crash
` [Intel-gfx] [PXP CLEAN PATCH v06 17/27] drm/i915/pxp: Enable PXP power management
` [Intel-gfx] [PXP CLEAN PATCH v06 18/27] drm/i915/pxp: Implement funcs to create the TEE channel
` [Intel-gfx] [PXP CLEAN PATCH v06 19/27] drm/i915/pxp: Enable ioctl action to send TEE commands
` [Intel-gfx] [PXP CLEAN PATCH v06 20/27] drm/i915/pxp: Create the arbitrary session after boot
` [Intel-gfx] [PXP CLEAN PATCH v06 21/27] drm/i915/pxp: Add i915 trace logs for PXP operations
` [Intel-gfx] [PXP CLEAN PATCH v06 22/27] drm/i915/pxp: Expose session state for display protection flip
` [Intel-gfx] [PXP CLEAN PATCH v06 23/27] mei: bus: enable pavp device
` [Intel-gfx] [PXP CLEAN PATCH v06 24/27] mei: pxp: export pavp client to me client bus
` [Intel-gfx] [PXP CLEAN PATCH v06 25/27] drm/i915/uapi: introduce drm_i915_gem_create_ext for TGL
` [Intel-gfx] [PXP CLEAN PATCH v06 26/27] drm/i915/pavp: User interface for Protected buffer
` [Intel-gfx] [PXP CLEAN PATCH v06 27/27] drm/i915/pxp: Add plane decryption support
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting with [PXP,CLEAN,v06,01/27] drm/i915/pxp: Introduce Intel PXP component

[Intel-gfx] [PATCH 0/6] drm/i915: Eliminate intel_atomic_crtc_state_for_each_plane_state() from skl+ wm code
 2020-11-14  2:01 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Eliminate intel_atomic_crtc_state_for_each_plane_state() from skl+ wm code (rev2)
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915: Avoid memory leak with more than 16 workarounds on a list
 2020-11-14  1:14 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[Intel-gfx] [PATCH 0/7] Allow privileged user to map the OA buffer
 2020-11-13 23:56 UTC  (5+ messages)
` [Intel-gfx] [PATCH 4/7] drm/i915/perf: Whitelist OA report trigger registers
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for Allow privileged user to map the OA buffer


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