messages from 2019-02-14 14:58:35 to 2019-02-15 21:06:44 UTC [more...]
[PATCH 1/4] drm/i915: Remove the "pf" crc source
2019-02-15 21:06 UTC (22+ messages)
` [PATCH 2/4] drm/i915: Use named initializers for the crc source name array
` [PATCH 3/4] drm/i915: Remove the broken DP CRC support for g4x
` [PATCH 4/4] drm/i915: Extend skl+ crc sources with more planes
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/4] drm/i915: Remove the "pf" crc source
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "
[PATCH v14 00/32] drm/i915: Implement HDCP2.2
2019-02-15 20:51 UTC (33+ messages)
` [PATCH v14 01/32] drm/i915: Gathering the HDCP1.4 routines together
` [PATCH v14 02/32] drm/i915: Initialize HDCP2.2
` [PATCH v14 03/32] drm/i915: MEI interface implementation
` [PATCH v14 04/32] drm/i915: hdcp1.4 CP_IRQ handling and SW encryption tracking
` [PATCH v14 05/32] drm/i915: Enable and Disable of HDCP2.2
` [PATCH v14 06/32] drm/i915: Implement HDCP2.2 receiver authentication
` [PATCH v14 07/32] drm/i915: Implement HDCP2.2 repeater authentication
` [PATCH v14 08/32] drm: HDCP2.2 link check period
` [PATCH v14 09/32] drm/i915: Implement HDCP2.2 link integrity check
` [PATCH v14 10/32] drm/i915: Handle HDCP2.2 downstream topology change
` [PATCH v14 11/32] drm: removing the DP Errata msg and its msg id
` [PATCH v14 12/32] drm/i915: Implement the HDCP2.2 support for DP
` [PATCH v14 13/32] drm/i915: Implement the HDCP2.2 support for HDMI
` [PATCH v14 14/32] drm/i915: CP_IRQ handling for DP HDCP2.2 msgs
` [PATCH v14 15/32] drm/i915: Fix KBL HDCP2.2 encrypt status signalling
` [PATCH v14 16/32] mei: bus: whitelist hdcp client
` [PATCH v14 17/32] mei: bus: export to_mei_cl_device for mei client device drivers
` [PATCH v14 18/32] misc/mei/hdcp: Client driver for HDCP application
` [PATCH v14 19/32] misc/mei/hdcp: Define ME FW interface for HDCP2.2
` [PATCH v14 20/32] misc/mei/hdcp: Initiate Wired HDCP2.2 Tx Session
` [PATCH v14 21/32] misc/mei/hdcp: Verify Receiver Cert and prepare km
` [PATCH v14 22/32] misc/mei/hdcp: Verify H_prime
` [PATCH v14 23/32] misc/mei/hdcp: Store the HDCP Pairing info
` [PATCH v14 24/32] misc/mei/hdcp: Initiate Locality check
` [PATCH v14 25/32] misc/mei/hdcp: Verify L_prime
` [PATCH v14 26/32] misc/mei/hdcp: Prepare Session Key
` [PATCH v14 27/32] misc/mei/hdcp: Repeater topology verification and ack
` [PATCH v14 28/32] misc/mei/hdcp: Verify M_prime
` [PATCH v14 29/32] misc/mei/hdcp: Enabling the HDCP authentication
` [PATCH v14 30/32] misc/mei/hdcp: Closing wired HDCP2.2 Tx Session
` [PATCH v14 31/32] misc/mei/hdcp: Component framework for I915 Interface
` [PATCH v14 32/32] FOR_TEST_ONLY: i915/Kconfig: Select mei_hdcp by I915
[PATCH] drm/i915: Reduce the RPS shock
2019-02-15 20:49 UTC (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
[PATCH] drm/i915/fbdev: Actually configure untiled displays
2019-02-15 20:22 UTC (6+ messages)
` ✗ Fi.CI.SPARSE: warning for "
` ✓ Fi.CI.BAT: success "
[PATCH] drm/i915/selftests: Fix resource leak in __sseu_prepare
2019-02-15 19:50 UTC (4+ messages)
` [PATCH] drm/i915/selftests: Always free spinner on __sseu_prepare error
[PATCH v5 0/3] Support 64 bpp half float formats
2019-02-15 19:41 UTC (2+ messages)
[PATCH 1/2] drm/i915/selftests: Exercise resetting during non-user payloads
2019-02-15 18:41 UTC (10+ messages)
` [PATCH 2/2] drm/i915/selftests: Drop unnecessary struct_mutex around i915_reset()
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915/selftests: Exercise resetting during non-user payloads
` ✗ Fi.CI.BAT: failure "
[PATCH v14 00/35] drm/i915: Implement HDCP2.2
2019-02-15 17:56 UTC (40+ messages)
` [PATCH v14 01/35] drm/i915: Gathering the HDCP1.4 routines together
` [PATCH v14 02/35] drm: enum port definition is moved into i915_drm.h
` [PATCH v14 03/35] drm: header for i915 - MEI_HDCP interface
` [PATCH v14 04/35] drm/i915: Initialize HDCP2.2
` [PATCH v14 05/35] drm/i915: MEI interface definition
` [PATCH v14 06/35] drm/i915: hdcp1.4 CP_IRQ handling and SW encryption tracking
` [PATCH v14 07/35] drm/i915: Enable and Disable of HDCP2.2
` [PATCH v14 08/35] drm/i915: Implement HDCP2.2 receiver authentication
` [PATCH v14 09/35] drm: helper functions for hdcp2 seq_num to from u32
` [PATCH v14 10/35] drm/i915: Implement HDCP2.2 repeater authentication
` [PATCH v14 11/35] drm: HDCP2.2 link check period
` [PATCH v14 12/35] drm/i915: Implement HDCP2.2 link integrity check
` [PATCH v14 13/35] drm/i915: Handle HDCP2.2 downstream topology change
` [PATCH v14 14/35] drm: removing the DP Errata msg and its msg id
` [PATCH v14 15/35] drm/i915: Implement the HDCP2.2 support for DP
` [PATCH v14 16/35] drm/i915: Implement the HDCP2.2 support for HDMI
` [PATCH v14 17/35] drm/i915: CP_IRQ handling for DP HDCP2.2 msgs
` [PATCH v14 18/35] drm/i915: Fix KBL HDCP2.2 encrypt status signalling
` [PATCH v14 19/35] mei: bus: whitelist hdcp client
` [PATCH v14 20/35] mei: bus: export to_mei_cl_device for mei client device drivers
` [PATCH v14 21/35] misc/mei/hdcp: Client driver for HDCP application
` [PATCH v14 22/35] misc/mei/hdcp: Define ME FW interface for HDCP2.2
` [PATCH v14 23/35] misc/mei/hdcp: Initiate Wired HDCP2.2 Tx Session
` [PATCH v14 24/35] misc/mei/hdcp: Verify Receiver Cert and prepare km
` [PATCH v14 25/35] misc/mei/hdcp: Verify H_prime
` [PATCH v14 26/35] misc/mei/hdcp: Store the HDCP Pairing info
` [PATCH v14 27/35] misc/mei/hdcp: Initiate Locality check
` [PATCH v14 28/35] misc/mei/hdcp: Verify L_prime
` [PATCH v14 29/35] misc/mei/hdcp: Prepare Session Key
` [PATCH v14 30/35] misc/mei/hdcp: Repeater topology verification and ack
` [PATCH v14 31/35] misc/mei/hdcp: Verify M_prime
` [PATCH v14 32/35] misc/mei/hdcp: Enabling the HDCP authentication
` [PATCH v14 33/35] misc/mei/hdcp: Closing wired HDCP2.2 Tx Session
` [PATCH v14 34/35] misc/mei/hdcp: Component framework for I915 Interface
` [PATCH v14 35/35] FOR_TEST_ONLY: i915/Kconfig: Select mei_hdcp by I915
[PATCH v2 0/3] Make DRM DSC helpers more generally usable
2019-02-15 17:01 UTC (4+ messages)
` [PATCH v2 1/3] drm/i915: Move dsc rate params compute into drm
` [PATCH v2 2/3] drm/dsc: Add native 420 and 422 support to compute_rc_params
` [PATCH v2 3/3] drm/dsc: Split DSC PPS and SDP header initialisations
[RFC PATCH 00/42] Introduce memory region concept (including device local memory)
2019-02-15 15:03 UTC (47+ messages)
` [RFC PATCH 03/42] drm/i915: buddy allocator
` [RFC PATCH 04/42] drm/i915: introduce intel_memory_region
` [RFC PATCH 05/42] drm/i915/region: support basic eviction
` [RFC PATCH 09/42] drm/i915: support creating LMEM objects
` [RFC PATCH 10/42] drm/i915/lmem: add helper to get CPU visible pfn
` [RFC PATCH 13/42] drm/i915: support object clearing via blitter engine
` [RFC PATCH 14/42] drm/i915: introduce kernel blitter_context
` [RFC PATCH 18/42] drm/i915/lmem: support CPU relocations
` [RFC PATCH 20/42] drm/i915/lmem: support pread
` [RFC PATCH 26/42] drm/i915: error capture with no ggtt slot
` [RFC PATCH 28/42] drm/i915: Split out GTT fault handler to make it generic
` [RFC PATCH 29/42] drm/i915: Set correct vmf source pages for gem objects
` [RFC PATCH 30/42] drm/i915: Introduce DRM_I915_GEM_MMAP_OFFSET
` [RFC PATCH 31/42] drm/i915: cpu-map based dumb buffers
` [RFC PATCH 34/42] drm/i915/query: Expose memory regions through the query uAPI
` [RFC PATCH 35/42] drm/i915: Introduce GEM_OBJECT_SETPARAM with I915_PARAM_MEMORY_REGION
` [RFC PATCH 41/42] HAX drm/i915: add the fake lmem region
` [RFC PATCH 42/42] HAX drm/i915/lmem: default userspace allocations to LMEM
` ✗ Fi.CI.CHECKPATCH: warning for Introduce memory region concept (including device local memory)
` ✗ Fi.CI.SPARSE: "
[PATCH i-g-t 1/2] i915/gem_eio: Check average reset times
2019-02-15 15:02 UTC (6+ messages)
` [PATCH i-g-t 2/2] i915/gem_eio: Allow older platforms more leniency in reset latency
[PATCH] drm/i915: Defer application of request banning to submission
2019-02-15 12:57 UTC (5+ messages)
` ✓ Fi.CI.IGT: success for drm/i915: Defer application of request banning to submission (rev2)
[PATCH i-g-t] lib: Restore the i915.reset modparam before cleaning up
2019-02-15 11:46 UTC
[PATCH i-g-t] intel-ci: Ignore performance-only pread/pwrite "tests"
2019-02-15 10:52 UTC (3+ messages)
PR - GuC v31.3.0
2019-02-15 10:49 UTC (2+ messages)
[PATCH 0/2] GuC suspend paths cleanup
2019-02-15 9:56 UTC (7+ messages)
` [PATCH 1/2] drm/i915/guc: Splitting CT channel open/close functions
` [PATCH 2/2] drm/i915/guc: Calling guc_disable_communication in all suspend paths
` ✗ Fi.CI.CHECKPATCH: warning for GuC suspend paths cleanup
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "
[PATCH] drm/i915/selftests: Always use an active engine while resetting
2019-02-15 9:19 UTC (5+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "
[PATCH 2/3] drm: Sync errno values for property lookup errors
2019-02-15 8:21 UTC (2+ messages)
` [LKP] [drm] ef3de4356d: piglit.igt.kms_atomic.atomic_invalid_params.fail
[PATCH] drm/i915: Replace the fixed vblank evasion with a ewma of past update times
2019-02-15 1:36 UTC (5+ messages)
` ✗ Fi.CI.SPARSE: warning for "
` ✓ Fi.CI.BAT: success "
` [PATCH i-g-t] i915/gem_create: Verify that all new objects are clear
` ✓ Fi.CI.IGT: success for drm/i915: Replace the fixed vblank evasion with a ewma of past update times
[PATCH 1/4] drm/i915/psr: Only lookup for enabled CRTCs when forcing a fastset
2019-02-15 0:24 UTC (10+ messages)
` [PATCH 2/4] drm/i915: Disable PSR2 while getting pipe CRC
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/4] drm/i915/psr: Only lookup for enabled CRTCs when forcing a fastset
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "
PR - GuC v31.3.0
2019-02-15 0:09 UTC
[PATCH] drm/i915: Only try to stop engines after a failed reset
2019-02-14 23:21 UTC (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "
[PATCH V4 i-g-t] Skip VBlank tests in modules without VBlank
2019-02-14 21:40 UTC
[PATCH 0/6] Enable P0xx (planar), Y2xx/Y4xx (packed) pixel formats
2019-02-14 20:42 UTC (3+ messages)
` [PATCH 4/6] drm: Add Y2xx and Y4xx (xx:10/12/16) format definitions and fourcc
[PATCH v3 0/6] GEN8+ GPU Watchdog Reset Support
2019-02-14 17:26 UTC (2+ messages)
` ✗ Fi.CI.BAT: failure for Gen8+ GPU Watchdog Reset Support (rev2)
[PATCH i-g-t] i915/gem_create: Verify that all new objects are clear
2019-02-14 16:59 UTC
[PATCH 1/3] Revert "drm/i915: W/A for underruns with WM1+ disabled on icl"
2019-02-14 16:47 UTC (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/3] "
[PATCH] drm/i915/psr: Bump vblank evasion time for seamless updates
2019-02-14 15:44 UTC (2+ messages)
` ✓ Fi.CI.IGT: success for "
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