messages from 2017-09-19 12:22:30 to 2017-09-20 12:32:16 UTC [more...]
[PATCH 00/31] Add support for GuC-based SLPC
2017-09-20 12:32 UTC (37+ messages)
` [PATCH 01/31] drm/i915/debugfs: Create generic string tokenize function and update CRC control parsing
` [PATCH 02/31] drm/i915: Separate RPS and RC6 handling for gen6+
` [PATCH 03/31] drm/i915: Separate RPS and RC6 handling for BDW
` [PATCH 04/31] drm/i915: Separate RPS and RC6 handling for VLV
` [PATCH 05/31] drm/i915: Separate RPS and RC6 handling for CHV
` [PATCH 06/31] drm/i915: Name i915_runtime_pm structure in dev_priv as "rpm"
` [PATCH 07/31] drm/i915: Name structure in dev_priv that contains RPS/RC6 state as "pm"
` [PATCH 08/31] drm/i915: Rename intel_enable_rc6 to intel_rc6_enabled
` [PATCH 09/31] drm/i915: Create generic function to setup ring frequency table
` [PATCH 10/31] drm/i915: Create generic functions to control RC6, RPS
` [PATCH 11/31] drm/i915: Introduce separate status variable for RC6 and Ring frequency setup
` [PATCH 12/31] drm/i915: Define RPS idle, busy, boost function pointers
` [PATCH 13/31] drm/i915/slpc: Add has_slpc capability flag
` [PATCH 14/31] drm/i915/slpc: Add enable_slpc module parameter
` [PATCH 15/31] drm/i915/slpc: Sanitize GuC version
` [PATCH 16/31] drm/i915/slpc: Lay out SLPC init/enable/disable/cleanup helpers
` [PATCH 17/31] drm/i915/slpc: Enable SLPC in GuC if supported
` [PATCH 18/31] drm/i915/slpc: Add SLPC communication interfaces
` [PATCH 19/31] drm/i915/slpc: Allocate/Release/Initialize SLPC shared data
` [PATCH 20/31] drm/i915/slpc: Add parameter set/unset/get, task control/status functions
` [PATCH 21/31] drm/i915/slpc: Send RESET event to enable SLPC during Load/TDR
` [PATCH 22/31] drm/i915/slpc: Send SHUTDOWN event
` [PATCH 23/31] drm/i915/slpc: Add support for min/max frequency control
` [PATCH 24/31] drm/i915/slpc: Add debugfs support to read/write/revert the parameters
` [PATCH 25/31] drm/i915/slpc: Add enable/disable controls for SLPC tasks
` [PATCH 26/31] drm/i915/slpc: Add i915_slpc_info to debugfs
` [PATCH 27/31] drm/i915/slpc: Add SLPC banner to RPS debugfs interfaces
` [PATCH 28/31] drm/i915/slpc: Add SKL SLPC Support
` [PATCH 29/31] drm/i915/slpc: Add Broxton SLPC support
` [PATCH 30/31] drm/i915/slpc: Add Kabylake "
` [PATCH 31/31] drm/i915/slpc: Add Geminilake "
[PATCH v6 1/3] drm/i915: Rename global i915 to i915_modparams
2017-09-20 12:13 UTC (12+ messages)
` [PATCH v6 2/3] drm/i915: Prepare error capture to work with const modparams
` [PATCH v6 3/3] drm/i915: Make i915_modparams members const
` ✗ Fi.CI.BAT: warning for series starting with [v6,1/3] drm/i915: Rename global i915 to i915_modparams
[PATCH] dim: Accept author x signed-off based on email, but warn
2017-09-20 11:51 UTC (4+ messages)
[PATCH i-g-t] igt/kms_rotation_crc : Remove flip tests for sprite plane
2017-09-20 11:40 UTC (10+ messages)
` [PATCH i-g-t] igt/kms_rotation_crc : Fix "
` ✗ Fi.CI.BAT: failure for igt/kms_rotation_crc : Remove "
[PATCH] drm/i915: Stop engines before reset
2017-09-20 11:24 UTC (4+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Stop engines before reset (rev2)
` ✓ Fi.CI.IGT: "
[PATCH 00/14] GuC code restructuring and fixes
2017-09-20 11:13 UTC (23+ messages)
` [PATCH 01/14] drm/i915/guc: Pass intel_guc struct as parameter to intel_guc_wopcm_size
` [PATCH 02/14] drm/i915: Create intel_uc_init_mmio to initialize MMIO interface prior to uc init
` [PATCH 03/14] drm/i915/guc: Create intel_guc_init_early
` [PATCH 04/14] drm/i915: Create intel_guc.h, intel_huc.h and intel_uc_common.h
` [PATCH 05/14] drm/i915/guc: Move GuC specific functionality from intel_uc.c to intel_guc.c
` [PATCH 06/14] drm/i915: Create uc runtime and system suspend/resume helpers
` [PATCH 07/14] drm/i915/guc: Update prototype/name of GuC suspend/resume fns and move to intel_guc.c
` [PATCH 08/14] drm/i915/guc: Update GuC ggtt.invalidate/interrupts/communication across RPM suspend/resume
` [PATCH 09/14] drm/i915/guc: Update suspend functionality in intel_uc_suspend path
` [PATCH 10/14] drm/i915/guc: Reuse GuC suspend functionality in reset path
` [PATCH 11/14] drm/i915/guc: Fix GuC cleanup in unload path
` [PATCH 12/14] drm/i915/guc: Remove i915_guc_log_unregister
` [PATCH 13/14] drm/i915/guc: Enable default/critical logging in GuC by default from GuC v9
` [PATCH 14/14] drm/i915: Reorganize HuC authentication
` ✓ Fi.CI.BAT: success for GuC code restructuring and fixes (rev3)
` ✗ Fi.CI.IGT: warning "
[PATCH 0/3] Claw back optimised IS_PLATFORM checks
2017-09-20 10:52 UTC (11+ messages)
` [PATCH 1/3] drm/i915: Add IS_PLATFORM macro
` [PATCH 2/3] drm/i915: Compact device info access by a small re-ordering
` [PATCH 3/3] drm/i915: Allow optimized platform checks
` ✓ Fi.CI.BAT: success for Claw back optimised IS_PLATFORM checks
` ✗ Fi.CI.IGT: failure "
[PATCH igt] igt/prime_vgem: Split out the fine-grain coherency check
2017-09-20 10:48 UTC (3+ messages)
[PATCH] drm/i915: always update ELD connector type after get modes
2017-09-20 10:11 UTC (7+ messages)
` ✗ Fi.CI.BAT: warning for "
` ✗ Fi.CI.BAT: failure "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "
[PULL] drm-intel-fixes
2017-09-20 7:24 UTC (4+ messages)
i915 Geminilake firmware
2017-09-20 7:10 UTC
[PATCH i-g-t] tools_test: Clean up and fix sysfs_l3_parity
2017-09-20 6:42 UTC (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "
[PATCH i-g-t] tests/psr: Don't strcmp CRCs that are not NULL terminated
2017-09-20 4:12 UTC (4+ messages)
` [PATCH i-g-t v2] "
` ✓ Fi.CI.BAT: success for tests/psr: Don't strcmp CRCs that are not NULL terminated. (rev2)
` ✗ Fi.CI.IGT: failure "
[igt] igt/kms_psr_sink_crc: Add psr_drrs subtest
2017-09-20 3:29 UTC (7+ messages)
[PATCH][drm-next] drm/i915/gvt: ensure -ve return value is handled correctly
2017-09-20 2:35 UTC (5+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "
[PATCH v4 1/3] drm/i915/gvt: Add gvt_debug in i915_params for GVT-g log classification
2017-09-20 2:21 UTC (9+ messages)
` ✗ Fi.CI.BAT: failure for series starting with [v4,1/3] "
[PATCH] drm/i915/cnp: Display Wa #1179: WaHardHangonHotPlug
2017-09-20 1:44 UTC (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: warning "
[PATCH 0/5] drm/i915: Skylake plane update/disable unifications [v5]
2017-09-20 1:00 UTC (8+ messages)
` [PATCH 1/5] drm/i915: move adjusted_x/y from crtc to cache
` [PATCH 2/5] drm/i915: Unify skylake plane update
` [PATCH 3/5] drm/i915: Unify skylake plane disable
` [PATCH 4/5] drm/i915: dspaddr_offset doesn't need to be more than local variable
` [PATCH 5/5] drm/i915: adjust get_crtc_fence_y_offset() to use base.y instead of crtc.y
` ✓ Fi.CI.BAT: success for drm/i915: Skylake plane update/disable unifications [v5]
` ✓ Fi.CI.IGT: "
[PATCH] drm/i915/cfl: Remove alpha support protection
2017-09-19 23:09 UTC (3+ messages)
[PATCH i-g-t] tests/kms_cursor_legacy: Do not start collecting CRC after making FB busy
2017-09-19 23:08 UTC (2+ messages)
` ✗ Fi.CI.BAT: failure for "
[PATCH 1/2] drm/i915/cnl: Add support slice/subslice/eu configs
2017-09-19 22:48 UTC (3+ messages)
` [PATCH 2/2] drm/i915/cnl: Fix SSEU Device Status
` ✗ Fi.CI.BAT: warning for series starting with [1/2] drm/i915/cnl: Add support slice/subslice/eu configs
[PATCH v5] drm/i915/edp: Be less aggressive about changing link config on eDP
2017-09-19 22:02 UTC (7+ messages)
` [PATCH v7] "
` [PATCH v8] "
` ✗ Fi.CI.BAT: failure for drm/i915/edp: Be less aggressive about changing link config on eDP (rev4)
[PATCH 0/6] Adding NV12 support
2017-09-19 21:56 UTC (3+ messages)
[PATCH 1/2] drm/i915/cnp: Don't touch other PCH clock gating bits
2017-09-19 21:50 UTC (4+ messages)
` ✗ Fi.CI.BAT: warning for series starting with drm/i915/cnp: Display Wa #1179: WaHardHangonHotPlug (rev2)
` ✗ Fi.CI.BAT: failure for series starting with drm/i915/cnp: Display Wa #1179: WaHardHangonHotPlug (rev3)
[PATCH 1/2] drm/i915: Unset legacy_cursor_update early in intel_atomic_commit, v3
2017-09-19 21:48 UTC (8+ messages)
` [PATCH 2/2] drm/i915: Skip vblank waits for cursor updates when watermarks dont need updating
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Unset legacy_cursor_update early in intel_atomic_commit, v3
` ✓ Fi.CI.IGT: "
[PATCH 1/2] drm/i915/cnl: Add support slice/subslice/eu configs
2017-09-19 21:37 UTC (9+ messages)
` [PATCH 2/2] drm/i915/cnl: Fix SSEU Device Status
` ✓ Fi.CI.IGT: success for series starting with [1/2] drm/i915/cnl: Add support slice/subslice/eu configs
` ✗ Fi.CI.BAT: failure for series starting with [1/2] drm/i915/cnl: Add support slice/subslice/eu configs (rev2)
[PATCH v4 00/8] i915 PMU and engine busy stats
2017-09-19 21:00 UTC (3+ messages)
` ✓ Fi.CI.BAT: success for i915 PMU and engine busy stats (rev10)
` ✓ Fi.CI.IGT: "
[RFC v3 00/11] i915 PMU and engine busy stats
2017-09-19 20:11 UTC (6+ messages)
` [RFC 10/11] drm/i915: Export engine stats API to other users
[PATCH 1/9] drm/i915/mst: Debug log connector name in destroy_connector()
2017-09-19 19:21 UTC (6+ messages)
` [PATCH 8/9] drm/i915/dp: Protect link training with connection mutex
[PATCH v5 1/3] drm/i915: Rename global i915 to i915_modparams
2017-09-19 19:16 UTC (4+ messages)
` [PATCH v5 2/3] drm/i915: Prepare error capture to work with const modparams
` [PATCH v5 3/3] drm/i915: Make i915_modparams members const
` ✗ Fi.CI.BAT: failure for series starting with [v5,1/3] drm/i915: Rename global i915 to i915_modparams
[PATCH] Idleness DRRS:
2017-09-19 18:12 UTC (3+ messages)
[PATCH v2] drm/i915/mst: Use MST sideband message transactions for dpms control
2017-09-19 17:57 UTC (2+ messages)
[PATCH] drm/i915/cnp: Display Wa #1179: WaHardHangonHotPlug
2017-09-19 17:28 UTC (2+ messages)
[PATCH v3 2/2] drm/i915/guc : Decouple logs from submission
2017-09-19 17:26 UTC (4+ messages)
` [PATCH v3 2/2] drm/i915/guc : Decouple logs and ADS "
[PATCH 1/5] drm/i915/mst: Debug log connector name in destroy_connector()
2017-09-19 16:18 UTC (2+ messages)
` ✗ Fi.CI.IGT: warning for series starting with [1/5] "
[PATCH v3 1/2] drm/i915/guc : Removing enable_guc_loading module
2017-09-19 16:14 UTC
[PATCH 0/5] drm/i915: Miscellaneous fixes to reduce dependency for I915_MAX_PIPES
2017-09-19 16:05 UTC (2+ messages)
` ✗ Fi.CI.BAT: failure for "
[PATCH v3 0/2] drm/edid: transparent low-level override/firmware EDIDs
2017-09-19 15:47 UTC (2+ messages)
[PATCH] drm/i915/selftests: Try to recover from a wedged GPU during reset tests
2017-09-19 14:33 UTC (4+ messages)
[PATCH] drm/i915: Rename global i915 to i915_modparams
2017-09-19 14:23 UTC (9+ messages)
Fixes for CI/bxt
2017-09-19 12:43 UTC (3+ messages)
` [PATCH 10/11] drm/i915: Check PIN_NONFAULT overlaps in evict_for_node
[PATCH] drm/i915: Disable DMC powersaving during GT operations
2017-09-19 12:22 UTC (4+ messages)
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