public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2017-10-24 15:01:53 to 2017-10-25 20:00:58 UTC [more...]

[PATCH 00/12] Preemption with GuC, fourth try
 2017-10-25 20:00 UTC  (3+ messages)
` [PATCH v2 01/12] drm/i915/guc: Do not use 0 for GuC doorbell cookie
` [PATCH 02/12] drm/i915/guc: Extract GuC stage desc pool creation into a helper

[PATCH igt] igt/drv_hangman: Skip aliased I915_EXEC_BSD
 2017-10-25 19:45 UTC  (5+ messages)
` [PATCH igt v2] "
` ✓ Fi.CI.BAT: success for igt/drv_hangman: Skip aliased I915_EXEC_BSD (rev2)
` ✗ Fi.CI.IGT: failure "

[PATCH] drm/i915: Cancel the hotplug work when unregistering the connector
 2017-10-25 19:23 UTC  (7+ messages)
` [PATCH v2] "

[PATCH 00/14] Preemption with GuC, third attempt
 2017-10-25 18:44 UTC  (5+ messages)
` [PATCH 04/14] drm/i915/guc: Initialize GuC before restarting engines
` [PATCH v3 12/14] drm/i915/guc: Preemption! With GuC

[CI 1/5] drm/i915/selftests: Hide dangerous tests
 2017-10-25 18:38 UTC  (7+ messages)
` [CI 2/5] drm/i915: Add -Wall -Wextra to our build, set warnings to full
` [CI 3/5] drm/i915: Add a hook for making the engines idle (parking) and unparking
` [CI 4/5] drm/i915/guc: Always enable the breadcrumbs irq
` [CI 5/5] drm/i915/guc: Initialize GuC before restarting engines
` ✓ Fi.CI.BAT: success for series starting with [CI,1/5] drm/i915/selftests: Hide dangerous tests
` ✓ Fi.CI.IGT: "

[Mesa-dev] [PATCH] i965: Revert absolute mode for constant buffer pointers
 2017-10-25 17:53 UTC  (7+ messages)
            ` [Intel-gfx] "

[PATCH] drm/i915/cnl: Allow 2 pixel per clock on Cannonlake
 2017-10-25 17:41 UTC  (4+ messages)

[RFC 00/17] Per-context and per-client engine busyness
 2017-10-25 17:38 UTC  (21+ messages)
` [RFC 01/17] drm/i915: Extract intel_get_cagf
` [RFC 02/17] drm/i915/pmu: Expose a PMU interface for perf queries
` [RFC 03/17] drm/i915/pmu: Suspend sampling when GPU is idle
` [RFC 04/17] drm/i915: Wrap context schedule notification
` [RFC 05/17] drm/i915: Engine busy time tracking
` [RFC 06/17] drm/i915/pmu: Wire up engine busy stats to PMU
` [RFC 07/17] drm/i915/pmu: Add interrupt count metric
` [RFC 08/17] drm/i915: Convert intel_rc6_residency_us to ns
` [RFC 09/17] drm/i915/pmu: Add RC6 residency metrics
` [RFC 10/17] drm/i915: Keep a count of requests waiting for a slot on GPU
` [RFC 11/17] drm/i915/pmu: Add queued counter
` [RFC 12/17] drm/i915: Track per-context engine busyness
` [RFC 13/17] drm/i915: Allow clients to query own per-engine busyness
` [RFC 14/17] drm/i915: Expose list of clients in sysfs
` [RFC 15/17] drm/i915: Update client name on context create
` [RFC 16/17] drm/i915: Expose per-engine client busyness
` [RFC 17/17] drm/i915: Add sysfs toggle to enable per-client engine stats
` ✗ Fi.CI.BAT: failure for Per-context and per-client engine busyness

[PATCH igt] igt/gem_fd_exhaustion: Remove stale assert
 2017-10-25 17:25 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH v3] drm: drm_vblank_cleanup: WARN when refcount > 0
 2017-10-25 17:24 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH v3] drm/i915/dp: Clean up intel_dp_check_mst_status
 2017-10-25 17:13 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH] drm/i915/selftests: Hide dangerous tests
 2017-10-25 17:01 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH v8 0/6] drm/i915/guc : Removing enable_guc_loading module and Decoupling logs and ADS from submission
 2017-10-25 16:19 UTC  (12+ messages)
` [PATCH v8 1/6] drm/i915 : Unifying seq_puts messages for feature support
` [PATCH v8 2/6] drm/i915/guc : Removing i915_modparams.enable_guc_loading module parameter
` [PATCH v8 3/6] drm/i915/guc : GEM_BUG_ON for GuC reset function
` [PATCH v8 4/6] drm/i915/guc : Updating GuC and HuC firmware select function
` [PATCH v8 5/6] drm/i915/guc : Updating GuC logs to remove enable_guc_submission parameter
` [PATCH v8 6/6] drm/i915/guc : Decouple logs and ADS from submission
` ✗ Fi.CI.BAT: warning for drm/i915/guc : Removing enable_guc_loading module and Decoupling logs and ADS from submission (rev3)

[PATCH v9 0/9] i915 PMU and engine busy stats
 2017-10-25 16:05 UTC  (18+ messages)
` [PATCH 1/9] drm/i915: Extract intel_get_cagf
` [PATCH 2/9] drm/i915/pmu: Expose a PMU interface for perf queries
` [PATCH 3/9] drm/i915/pmu: Suspend sampling when GPU is idle
        ` [PATCH v11 "
` [PATCH 4/9] drm/i915: Wrap context schedule notification
` [PATCH 5/9] drm/i915: Engine busy time tracking
` [PATCH 6/9] drm/i915/pmu: Wire up engine busy stats to PMU
` [PATCH 7/9] drm/i915/pmu: Add interrupt count metric
` [PATCH 8/9] drm/i915: Convert intel_rc6_residency_us to ns
` [PATCH 9/9] drm/i915/pmu: Add RC6 residency metrics
` ✓ Fi.CI.BAT: success for i915 PMU and engine busy stats (rev20)
` ✓ Fi.CI.IGT: "
` ✓ Fi.CI.BAT: success for i915 PMU and engine busy stats (rev21)
` ✗ Fi.CI.IGT: warning "

[CI 1/4] drm/i915: Add -Wall -Wextra to our build, set warnings to full
 2017-10-25 15:42 UTC  (7+ messages)
` [CI 2/4] drm/i915: Add a hook for making the engines idle (parking) and unparking
` [CI 3/4] drm/i915/guc: Always enable the breadcrumbs irq
` [CI 4/4] HAX Enable GuC Submission for CI
` ✗ Fi.CI.BAT: failure for series starting with [CI,1/4] drm/i915: Add -Wall -Wextra to our build, set warnings to full

[PATCH 1/2] drm/i915/selftests: Don't try to queue a request with zero delay
 2017-10-25 15:35 UTC  (11+ messages)
` [PATCH 2/2] drm/i915: Use same test for eviction and submitting kernel context
` ✗ Fi.CI.BAT: failure for series starting with [1/2] drm/i915/selftests: Don't try to queue a request with zero delay
` [PATCH v2] "
` [PATCH v3] "
` ✗ Fi.CI.BAT: warning for series starting with [v2] drm/i915/selftests: Don't try to queue a request with zero delay (rev2)
` ✗ Fi.CI.BAT: warning for series starting with [v3] drm/i915/selftests: Don't try to queue a request with zero delay (rev3)

[PATCH v2 1/2] drm: drm_vblank_cleanup: WARN when refcount > 0
 2017-10-25 15:14 UTC  (4+ messages)
` [PATCH v2 2/2] Test case for drm_vblank_cleanup refcount validation patch
` ✗ Fi.CI.BAT: warning for series starting with [v2,1/2] drm: drm_vblank_cleanup: WARN when refcount > 0

[PATCH v1] drm/i915: Enhanced for initialize partially filled pagetables
 2017-10-25 14:52 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH] Revert "drm/i915/selftests: Convert timers to use timer_setup()"
 2017-10-25 14:34 UTC  (5+ messages)
` ✗ Fi.CI.BAT: warning for "
` ✗ Fi.CI.BAT: failure "

[PATCH] drm/i915/selftests: Convert timers to use timer_setup()
 2017-10-25 14:32 UTC  (8+ messages)

[PATCH v2 00/10] drm/i915: CNL DVFS thing
 2017-10-25 13:22 UTC  (11+ messages)
` [PATCH 09/10] drm/i915: Sanity check cdclk in vlv_set_cdclk()
` [PATCH 10/10] drm/i915: Perform a central cdclk state sanity check
` ✗ Fi.CI.BAT: warning for drm/i915: CNL DVFS thing (rev7)
` ✗ Fi.CI.BAT: failure "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Call cond_resched() before repeating i915_gem_evict_something()
 2017-10-25 13:18 UTC  (4+ messages)
` ✗ Fi.CI.BAT: warning for "
` ✗ Fi.CI.BAT: failure "

[PATCH v5 1/2] drm/i915: Add Guc/HuC firmware details to error state
 2017-10-25 11:26 UTC  (4+ messages)
` [PATCH v5 2/2] drm/i915: Make GuC log part of the uC "
` ✗ Fi.CI.BAT: failure for series starting with [v5,1/2] drm/i915: Add Guc/HuC firmware details to "

[PATCH igt] igt/gem_exec_nop: Headless requires DRM_MASTER for modesetting
 2017-10-25 11:17 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for igt/gem_exec_nop: Headless requires DRM_MASTER for modesetting (rev2)
` ✓ Fi.CI.IGT: "

[PATCH i-g-t] HAX: Find CRC failures more reliably
 2017-10-25 11:11 UTC  (8+ messages)
` ✗ Fi.CI.BAT: failure for "
` [PATCH i-g-t] HAX: Find CRC failures more reliably, v2
` ✗ Fi.CI.BAT: failure for HAX: Find CRC failures more reliably (rev2)
` ✗ Fi.CI.BAT: warning "
` ✗ Fi.CI.IGT: failure for HAX: Find CRC failures more reliably
` ✓ Fi.CI.IGT: success for HAX: Find CRC failures more reliably (rev2)

[PATCH 1/2] drm/i915: Do not rely on wm preservation for ILK watermarks
 2017-10-25 10:23 UTC  (6+ messages)
` [PATCH 2/2] drm/i915: Calculate ironlake intermediate watermarks correctly, v2

[PATCH igt] lib/gt: Always eat the unwanted error state
 2017-10-25  9:55 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH i-g-t 0/2] tests/BAT: Reduce reliance on fbcon
 2017-10-25  7:56 UTC  (6+ messages)
` [PATCH i-g-t 1/2] tests/debugfs_test: Try to light all outputs to increase chances of finding fails

[PATCH v2 1/1] drm/i915: Save PM interrupt register offsets in device info
 2017-10-25  7:45 UTC  (7+ messages)

[PATCH] i915/CNL/DMC: Update the DMC version on CNL
 2017-10-24 22:31 UTC  (2+ messages)
` ✗ Fi.CI.BAT: warning for "

[PATCH] drm/i915/cnl: Update the DMC version on CNL
 2017-10-24 20:56 UTC  (3+ messages)

[PATCH igt] igt/gem_ctx_isolation: Check isolation of registers between contexts
 2017-10-24 20:45 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for igt/gem_ctx_isolation: Check isolation of registers between contexts (rev3)
` [PATCH igt v2] igt/gem_ctx_isolation: Check isolation of registers between contexts
` ✗ Fi.CI.BAT: failure for igt/gem_ctx_isolation: Check isolation of registers between contexts (rev4)

[PATCH igt 1/2] lib/i915: Add a query for when the guc is enabled
 2017-10-24 20:43 UTC  (5+ messages)
` [PATCH igt 2/2] igt/drv_misssed_irq: Skip on guc
` ✗ Fi.CI.BAT: failure for series starting with [1/2] lib/i915: Add a query for when the guc is enabled

[PATCH igt] igt/prime_mmap_coherency: Remove manual gem_sync() calls
 2017-10-24 20:10 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for igt/prime_mmap_coherency: Remove manual gem_sync() calls (rev3)
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Add -Wall -Wextra to our build, set warnings to full
 2017-10-24 19:41 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Add -Wall -Wextra to our build, set warnings to full (rev3)
` ✗ Fi.CI.IGT: warning "

[PATCH] drm/i915/gvt: Use common error handling code in shadow_workload_ring_buffer()
 2017-10-24 18:56 UTC  (11+ messages)
  `  "

[PATCH 1/1] drm/i915: Save PM interrupt register offsets in device info
 2017-10-24 17:55 UTC  (3+ messages)

[PATCH] drm/i915/cnl: Force DDI_A_4_LANES when needed
 2017-10-24 17:25 UTC  (4+ messages)

[PATCH] drm/i915/cnl: Get RC6 working
 2017-10-24 17:24 UTC  (4+ messages)

[PATCH] drm/i915/perf: fix perf enable/disable ioctls with 32bits userspace
 2017-10-24 16:43 UTC  (4+ messages)
` [Intel-gfx] "
` ✗ Fi.CI.BAT: failure for "
` ✗ Fi.CI.BAT: warning "

[PATCH 0/2] GPU-DRM-i915-DP: Fine-tuning for two function implementations
 2017-10-24 16:13 UTC  (3+ messages)
` [PATCH 2/2] drm/i915/dp: Use common error handling code in intel_dp_sink_crc_stop()

[PATCH i-g-t] lib/igt_kms: Only print changed mode objects during atomic commit
 2017-10-24 16:07 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH v7 0/4] drm/i915/guc : Removing enable_guc_loading module and Decoupling logs and ADS from submission
 2017-10-24 16:00 UTC  (4+ messages)
` [PATCH v7 2/4] drm/i915/guc : Removing i915_modparams.enable_guc_loading module parameter

[PATCH i-g-t] igt/kms_rotation_crc: Add horizontal flip subtest
 2017-10-24 15:53 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for igt/kms_rotation_crc: Add horizontal flip subtest. (rev2)

[PATCH] drm/i915/execlists: Remove the priority "optimisation"
 2017-10-24 15:42 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for "

[CI] drm/i915: Bump wait-times for the final CS interrupt before parking
 2017-10-24 15:41 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH i-g-t] igt/lib: Ignoring subtest name case
 2017-10-24 15:19 UTC  (2+ messages)
` ✗ Fi.CI.IGT: warning for "

[PATCH i-g-t] tests/kms_atomic_transition: Make tests pass
 2017-10-24 15:09 UTC  (5+ messages)

[PATCH 1/4] drm/i915: Bump wait-times for the final CS interrupt before parking
 2017-10-24 15:01 UTC  (4+ messages)
` [PATCH 4/4] warn


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