public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2017-10-03 22:59:25 to 2017-10-04 19:36:43 UTC [more...]

[PATCH 00/13] DVFS v2
 2017-10-04 19:36 UTC  (8+ messages)
` [PATCH 04/13] drm/i915: Unify and export gen9+ port_clock calculation
` [PATCH 09/13] drm/i915/cnl: Invert dvfs default level
` [PATCH 10/13] drm/i915/cnl: Unify dvfs level selection

[PATCH 0/2] Fix HDMI as dual display on CNL
 2017-10-04 19:34 UTC  (6+ messages)
` [PATCH 1/2] drm/i915/cnl: Fix PLL mapping
` [PATCH 2/2] drm/i915/cnl: Fix PLL initialization for HDMI
` ✗ Fi.CI.IGT: warning for Fix HDMI as dual display on CNL

[PATCH 1/2] drm/i915/edp: Get the Panel Power Off timestamp after panel is off
 2017-10-04 19:28 UTC  (14+ messages)
` [PATCH 2/2] drm/i915/edp: Increase the T12 delay quirk to 1300ms
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915/edp: Get the Panel Power Off timestamp after panel is off
` ✓ Fi.CI.IGT: "
` [PATCH v2 1/2] "
` ✗ Fi.CI.BAT: warning for series starting with [v2,1/2] drm/i915/edp: Get the Panel Power Off timestamp after panel is off (rev2)
` ✗ Fi.CI.BAT: failure "
` ✓ Fi.CI.BAT: success "

[PATCH v5 0/5] drm/i915: Guc code reorg cont'd
 2017-10-04 19:06 UTC  (7+ messages)
` [PATCH v5 1/5] drm/i915/guc: Move GuC log declarations into dedicated header
` [PATCH v5 2/5] drm/i915/guc: Move GuC submission "
` [PATCH v5 3/5] drm/i915/guc: Move GuC core definitions into dedicated files
` [PATCH v5 4/5] drm/i915/uc: Fix includes order
` [PATCH v5 5/5] drm/i915/uc: Unify initialization of the uC firmware helper
` ✓ Fi.CI.BAT: success for drm/i915: Guc code reorg cont'd

[PATCH v2] drm/i915/mst: Use MST sideband message transactions for dpms control
 2017-10-04 19:03 UTC  (5+ messages)
` [PATCH v3] "

[PATCH] drm/i915/cnl: Do not add an extra page for precaution in the Gen10 LRC size
 2017-10-04 18:49 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/cnl: Do not add an extra page for precaution in the Gen10 LRC size (rev3)
` ✓ Fi.CI.IGT: "

[PATCH 00/10] drm/i915: Separate RC6, RPS, Ring Frequency management
 2017-10-04 18:41 UTC  (18+ messages)
` [PATCH 01/10] drm/i915: Separate RPS and RC6 handling for gen6+
` [PATCH 02/10] drm/i915: Separate RPS and RC6 handling for BDW
` [PATCH 03/10] drm/i915: Separate RPS and RC6 handling for VLV
` [PATCH 04/10] drm/i915: Separate RPS and RC6 handling for CHV
` [PATCH 05/10] drm/i915: Name i915_runtime_pm structure in dev_priv as "rpm"
` [PATCH 06/10] drm/i915: Name structure in dev_priv that contains RPS/RC6 state as "pm"
` [PATCH 07/10] drm/i915: Rename intel_enable_rc6 to intel_rc6_enabled
` [PATCH 08/10] drm/i915: Create generic function to setup ring frequency table
` [PATCH 09/10] drm/i915: Create generic functions to control RC6, RPS
` [PATCH 10/10] drm/i915: Introduce separate status variable for RC6 and Ring frequency setup
` ✓ Fi.CI.BAT: success for drm/i915: Separate RC6, RPS, Ring Frequency management
` ✓ Fi.CI.IGT: "

[PATCH igt v2 1/5] igt/gem_workarounds: Read the workaround registers from the active context
 2017-10-04 18:21 UTC  (6+ messages)
` [PATCH igt v2 2/5] igt/gem_workarounds: Also exercise fresh contexts not the persistent default
` [PATCH igt v2 3/5] igt/gem_workarounds: Also test new fd (implicit default context)
` [PATCH igt v2 4/5] igt/gem_workarounds: Reduce manual list to combinatorial loops
` [PATCH igt v2 5/5] igt/gem_workarounds: Add hibernation coverage
` ✗ Fi.CI.BAT: warning for series starting with [v2,1/5] igt/gem_workarounds: Read the workaround registers from the active context

[CI v4 0/6] drm/i915: Guc code reorg
 2017-10-04 18:02 UTC  (9+ messages)
` [CI v4 1/6] drm/i915: Make intel_uncore.h header self-contained
` [CI v4 2/6] drm/i915/uc: Drop unnecessary forward declaration
` [CI v4 3/6] drm/i915/uc: Create intel_uc_init_mmio
` [CI v4 4/6] drm/i915/uc: Move uC fw helper code into dedicated files
` [CI v4 5/6] drm/i915/huc: Move HuC declarations into dedicated header
` [CI v4 6/6] drm/i915/guc: Move Guc early init into own function
` ✓ Fi.CI.BAT: success for drm/i915: Guc code reorg
` ✗ Fi.CI.IGT: warning "

[PATCH i-g-t v4 0/7] lib/igt_kms: Convert properties to be more atomic-like
 2017-10-04 18:00 UTC  (6+ messages)
` [PATCH i-g-t v4 5/7] lib/igt_kms: Rework plane properties to be more atomic, v4
    ` [PATCH i-g-t] lib/igt_kms: Rework plane properties to be more atomic, v5
` ✓ Fi.CI.BAT: success for lib/igt_kms: Convert properties to be more atomic-like. (rev11)

[PATCH v6 00/10] i915 PMU and engine busy stats
 2017-10-04 17:52 UTC  (8+ messages)
` [PATCH 06/10] drm/i915/pmu: Wire up engine busy stats to PMU
` [PATCH 07/10] drm/i915: Gate engine stats collection with a static key

[PATCH v5 1/5] drm/i915/guc : Unifying seq_puts messages
 2017-10-04 17:29 UTC  (5+ messages)

[PATCH v5 0/5] Removing enable_guc_loading module and Decoupling logs and ADS from submission
 2017-10-04 17:24 UTC  (3+ messages)

[PATCH v3 0/9] drm/i915: Guc code reorg
 2017-10-04 17:17 UTC  (16+ messages)
` [PATCH v3 4/9] drm/i915/uc: Move uC fw helper code into dedicated files
` [PATCH v3 6/9] drm/i915/guc: Move Guc early init into own function
` [PATCH v3 7/9] drm/i915/guc: Move GuC log declarations into dedicated header
` [PATCH v3 8/9] drm/i915/guc: Move GuC submission "
` [PATCH v3 9/9] drm/i915/guc: Move GuC core definitions into dedicated files
` ✓ Fi.CI.IGT: success for drm/i915: Guc code reorg

[CI 1/9] drm/i915/preempt: Fix WaEnablePreemptionGranularityControlByUMD
 2017-10-04 16:54 UTC  (10+ messages)
` [CI 2/9] drm/i915/preempt: Default to disabled mid-command preemption levels
` [CI 3/9] drm/i915/execlists: Distinguish the incomplete context notifies
` [CI 4/9] drm/i915: Introduce a preempt context
` [CI 5/9] drm/i915/execlists: Move bdw GPGPU w/a to emit_bb
` [CI 6/9] drm/i915/execlists: Keep request->priority for its lifetime
` [CI 7/9] drm/i915: Expand I915_PARAM_HAS_SCHEDULER into a capability bitmask
` [CI 8/9] drm/i915/execlists: Preemption!
` [CI 9/9] drm/i915/scheduler: Support user-defined priorities
` ✓ Fi.CI.BAT: success for series starting with [CI,1/9] drm/i915/preempt: Fix WaEnablePreemptionGranularityControlByUMD

[CI 1/9] drm/i915/preempt: Fix WaEnablePreemptionGranularityControlByUMD
 2017-10-04 15:51 UTC  (11+ messages)
` [CI 2/9] drm/i915/preempt: Default to disabled mid-command preemption levels
` [CI 3/9] drm/i915/execlists: Distinguish the incomplete context notifies
` [CI 4/9] drm/i915: Introduce a preempt context
` [CI 5/9] drm/i915/execlists: Move bdw GPGPU w/a to emit_bb
` [CI 6/9] drm/i915/execlists: Keep request->priority for its lifetime
` [CI 7/9] drm/i915: Expand I915_PARAM_HAS_SCHEDULER into a capability bitmask
` [CI 8/9] drm/i915/execlists: Preemption!
` [CI 9/9] drm/i915/scheduler: Support user-defined priorities
` ✗ Fi.CI.BAT: failure for series starting with [CI,1/9] drm/i915/preempt: Fix WaEnablePreemptionGranularityControlByUMD

[PATCH 1/2] drm/i915: Move MMCD_MISC_CTRL from context w/a to standard
 2017-10-04 15:33 UTC  (7+ messages)
` [PATCH 2/2] drm/i915: Remove WA_(SET|CLR)_BIT
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Move MMCD_MISC_CTRL from context w/a to standard
` ✓ Fi.CI.IGT: "

[PATCH 1/2] drm/i915: Fix some tracepoints to capture full 64b
 2017-10-04 14:35 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: Remove defunct trace points

[ANNOUNCE] intel-gpu-tools 1.20
 2017-10-04 14:26 UTC 

[PATCH] drm/i915: Remove use_mmio_flip modparm
 2017-10-04 14:05 UTC  (4+ messages)
` [PATCH] drm/i915: Remove use_mmio_flip modparm, v2

[PATCH 5/5] drm/i915/guc : Fixing argument type warning
 2017-10-04 14:02 UTC  (2+ messages)

[PATCH 4/5] drm/i915/guc: group initialization of GuC objects
 2017-10-04 13:58 UTC  (3+ messages)

[PATCH i-g-t v6 00/12] Improve robustness of the i915 perf tests
 2017-10-04 13:57 UTC  (24+ messages)
` [PATCH i-g-t v6 01/12] tests/perf: make stream_fd a global variable
` [PATCH i-g-t v6 02/12] tests/perf: add per context filtering test for gen8+
` [PATCH i-g-t v6 03/12] tests/perf: update max buffer size for reading reports
` [PATCH i-g-t v6 04/12] tests/perf: rc6: try to guess when rc6 is disabled
` [PATCH i-g-t v6 05/12] tests/perf: remove frequency related changes
` [PATCH i-g-t v6 06/12] tests/perf: rework oa-exponent test
` [PATCH i-g-t v6 07/12] tests/perf: make enable-disable more reliable
` [PATCH i-g-t v6 08/12] tests/perf: make buffer-fill "
` [PATCH i-g-t v6 09/12] tests/perf: estimate number of blocking/polling based on time spent
` [PATCH i-g-t v6 10/12] tests/perf: prevent power management to kick in when necessary
` [PATCH i-g-t v6 11/12] tests/perf: add support for Coffeelake
` [PATCH i-g-t v6 12/12] tests/perf: split array of formats descriptions
` ✗ Fi.CI.BAT: failure for Improve robustness of the i915 perf tests (rev4)
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: warning "

[CI 1/5] igt/gem_workarounds: Read the workaround registers from the active context
 2017-10-04 13:53 UTC  (13+ messages)
` [CI 2/5] igt/gem_workarounds: Also exercise fresh contexts not the persistent default
` [CI 3/5] igt/gem_workarounds: Also test new fd (implicit default context)
` [CI 4/5] igt/gem_workarounds: Reduce manual list to combinatorial loops
` [CI 5/5] igt/gem_workarounds: Add hibernation coverage

[PATCH i-g-t] lib/igt_kms: Rework pipe properties to be more atomic, v5
 2017-10-04 13:55 UTC  (2+ messages)
` [PATCH i-g-t] lib/igt_kms: Rework pipe properties to be more atomic, v6

[PATCH v5 3/5] drm/i915/guc : Decouple logs and ADS from submission
 2017-10-04 13:50 UTC  (2+ messages)

[PATCH] drm/i915: Transform whitelisting WAs into a simple reg write
 2017-10-04 13:17 UTC  (3+ messages)

[PATCH v5 2/5] drm/i915/guc : Removing i915_modparams.enable_guc_loading module
 2017-10-04 13:07 UTC  (4+ messages)

[PATCH] i915/CNL/DMC: Update the DMC version on CNL
 2017-10-04 13:02 UTC  (2+ messages)

[PATCH 1/2] drm/i915/guc: Add GuC Load time to dmesg log
 2017-10-04 12:51 UTC  (6+ messages)
` [PATCH 2/2] drm/i915/huc: Add HuC "
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915/guc: Add GuC "
` ✓ Fi.CI.IGT: "

[PATCH i-g-t v2 0/3] igt: Add a testsuite to validate VC4 MADV ioctl
 2017-10-04 12:41 UTC  (7+ messages)
` [PATCH i-g-t v2 1/3] igt: Add a helper function to mark BOs purgeable
` [PATCH i-g-t v2 2/3] igt: Add igt_vc4_get_param() helper
` [PATCH i-g-t v2 3/3] igt: Add VC4 purgeable BO tests
` ✓ Fi.CI.BAT: success for igt: Add a testsuite to validate VC4 MADV ioctl (rev3)
` ✗ Fi.CI.IGT: warning "

[PATCH] drm/i915: Remove use_mmio_flip modparm
 2017-10-04 11:55 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Remove use_mmio_flip modparm (rev2)
` ✗ Fi.CI.IGT: warning "

[PATCH i-g-t 1/2] tests/kms_color: Unset plane fb on teardown
 2017-10-04 11:48 UTC  (7+ messages)
` [PATCH i-g-t 2/2] lib/igt_kms: Disable crtc in legacy path when output is unset
` [PATCH i-g-t] tests/kms_color: Unset plane fb on teardown, v2
` ✗ Fi.CI.IGT: warning for series starting with tests/kms_color: Unset plane fb on teardown, v2. (rev2)

[REBASE v3 1/2] drm: Add retries for dp dual mode read
 2017-10-04 11:47 UTC  (2+ messages)

[CI igt 1/5] igt/gem_workarounds: Read the workaround registers from the active context
 2017-10-04 11:06 UTC  (4+ messages)
` ✗ Fi.CI.IGT: warning for series starting with [CI,1/5] "

[PATCH i-g-t v5 00/11] Improve robustness of the i915 perf tests
 2017-10-04 10:44 UTC  (6+ messages)
` [PATCH i-g-t v5 02/11] tests/perf: add per context filtering test for gen8+
` [PATCH i-g-t v5 11/11] tests/perf: add support for Coffeelake

[PATCH] drm/i915/cnl: Do not add an extra page for precaution in the Gen10 LRC size
 2017-10-04 10:44 UTC  (4+ messages)

[PATCH i-g-t] Fix compilation on some distros
 2017-10-04 10:39 UTC  (4+ messages)

[CI igt] lib: Ask the kernel to quiescent the GPU
 2017-10-04  9:34 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for lib: Ask the kernel to quiescent the GPU (rev2)

[PATCH 1/2] drm/i915/cnl: Reprogram DMC firmware after S3/S4 resume
 2017-10-04  8:52 UTC  (7+ messages)
` [PATCH 2/2] drm/i915/glk: Fix DMC/DC state idleness calculation
` ✗ Fi.CI.BAT: failure for series starting with [1/2] drm/i915/cnl: Reprogram DMC firmware after S3/S4 resume

[PATCH] drm/i915/cnl: Allow 2 pixel per clock on Cannonlake
 2017-10-04  1:31 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/cnl: Allow 2 pixel per clock on Cannonlake. (rev2)
` ✓ Fi.CI.IGT: "


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