public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2017-10-17 12:42:42 to 2017-10-18 13:07:51 UTC [more...]

[PATCH 00/11] GuC Interrupts/Log updates
 2017-10-18 13:07 UTC  (18+ messages)
` [PATCH 01/11] drm/i915: Export low level PM IRQ functions to control from GuC functions
` [PATCH 02/11] drm/i915/guc: Move GuC interrupts related functions from i915_irq.c to intel_guc.c
` [PATCH 03/11] drm/i915/guc: Pass intel_guc struct parameter to GuC interrupts functions
` [PATCH 04/11] drm/i915/guc: Sanitize module parameter guc_log_level
` [PATCH 05/11] drm/i915/guc: Make GuC log related functions depend only on log level
` [PATCH 06/11] drm/i915/guc: Only release GuC log object during submission_fini
` [PATCH 07/11] drm/i915/guc: Grab RPM wakelock while disabling GuC interrupts
` [PATCH 08/11] drm/i915/guc: Add client support to enable/disable "
` [PATCH 09/11] drm/i915/guc: Fix GuC interrupts disabling with Logging
` [PATCH 10/11] drm/i915/guc: Skip interrupt enabling if logging is already enabled
` [PATCH 11/11] drm/i915/guc: Restore GuC interrupts across suspend/reset if enabled
` ✓ Fi.CI.BAT: success for GuC Interrupts/Log updates

[PATCH igt 1/4] lib: Add DROP_IDLE
 2017-10-18 13:04 UTC  (6+ messages)
` [PATCH igt 2/4] lib: Idle the GT when quiescing the GPU
` [PATCH igt 3/4] lib: Flush the driver's internal cache of objects before counting
` [PATCH igt 4/4] lib: Free all internal buffers before measuring available memory
` ✓ Fi.CI.BAT: success for series starting with [1/4] lib: Add DROP_IDLE

[PATCH] drm/i915: Flush the idle-worker for debugfs/i915_drop_caches
 2017-10-18 12:55 UTC  (4+ messages)
` [PATCH v2] "
` ✓ Fi.CI.BAT: success for drm/i915: Flush the idle-worker for debugfs/i915_drop_caches (rev2)

[PATCH v3 00/22] Refactor HW workaround code
 2017-10-18 12:44 UTC  (30+ messages)
` [PATCH v3 08/22] drm/i915: Create a new category of display WAs
` [PATCH v3 09/22] drm/i915: Print all workaround types correctly in debugfs
` [PATCH v3 10/22] drm/i915: Move WA BB stuff to the workarounds file as well
` [PATCH v3 11/22] drm/i915/cnl: Move GT and Display workarounds from init_clock_gating
` [PATCH v3 12/22] drm/i915/gen9: "
` [PATCH v3 14/22] drm/i915/cfl: "
` [PATCH v3 15/22] drm/i915/glk: "
` [PATCH v3 16/22] drm/i915/kbl: "
` [PATCH v3 17/22] drm/i915/bxt: "
` [PATCH v3 18/22] drm/i915/skl: "
` [PATCH v3 19/22] drm/i915/chv: "
` [PATCH v3 20/22] drm/i915/bdw: "
` [PATCH v3 21/22] drm/i915: Move WaProgramL3SqcReg1Default to the workarounds file

[PATCH i-g-t (resend)] tests/kms_plane_lowres: Rework tests to work without fbcon
 2017-10-18 12:28 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for tests/kms_plane_lowres: Rework tests to work without fbcon. (rev2)

[PATCH i-g-t] kms_atomic_transition: Output more finegrained progress info to avoid CI watchdog timeout
 2017-10-18 11:57 UTC  (7+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH v7 0/4] drm/i915/guc : Removing enable_guc_loading module and Decoupling logs and ADS from submission
 2017-10-18 11:53 UTC  (11+ messages)
` [PATCH v7 1/4] drm/i915 : Unifying seq_puts messages for feature support
` [PATCH v7 2/4] drm/i915/guc : Removing i915_modparams.enable_guc_loading module parameter
` [PATCH v7 3/4] drm/i915/guc : Updating GuC and HuC FW select function
` [PATCH v7 4/4] drm/i915/guc : Decouple logs and ADS from submission
` ✗ Fi.CI.BAT: failure for drm/i915/guc : Removing enable_guc_loading module and Decoupling logs and ADS from submission (rev2)

[PATCH i-g-t] tests/kms_cursor_legacy: Remove strict vblank checking on 2x-*-vs-cursor tests
 2017-10-18 11:35 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915: Disable lazy PPGTT page table optimization for vGPU
 2017-10-18 11:18 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH i-g-t] tests/pm_rps: Move some test logic out of boost function
 2017-10-18 11:03 UTC  (6+ messages)
` [PATCH i-g-t] tests/pm_rps: Move some test logic out of boost functiony
` ✓ Fi.CI.BAT: success for tests/pm_rps: Move some test logic out of boost function
` ✓ Fi.CI.IGT: "

[PATCH igt] igt/pm_rc6_residency: Allow some leeway on the upper %% bound
 2017-10-18 10:24 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH] drm/i915: Do not rely on wm preservation for ILK watermarks
 2017-10-18 10:23 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] HAX: kernel/swsusp: Show invalid swap signature
 2017-10-18 10:20 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for HAX: kernel/swsusp: Show invalid swap signature (rev2)
` ✓ Fi.CI.IGT: "

linux-next: manual merge of the sound-asoc tree with the drm-misc tree
 2017-10-18 10:08 UTC  (2+ messages)

[PATCH v5] drm/i915: Replace *_reference/unreference() or *_ref/unref with _get/put()
 2017-10-18 10:06 UTC  (2+ messages)

[PATCH igt] igt/pm_rc6_residency: Measure residency after checking for applicability
 2017-10-18  9:51 UTC  (4+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH i-g-t] lib/i915: Move submission related helpers to lib/i915/gem_submission
 2017-10-18  9:47 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915: Fixup userptr mmu notifier registration error handling
 2017-10-18  9:39 UTC  (9+ messages)
` [PATCH v2] "
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.BAT: success for drm/i915: Fixup userptr mmu notifier registration error handling (rev2)
` ✗ Fi.CI.IGT: warning "

[PATCH] drm/i915: Don't recheck link status for eDP display
 2017-10-18  9:36 UTC  (9+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

linux-next: manual merge of the drm-intel tree with the drm-intel-fixes tree
 2017-10-18  9:27 UTC 

[PATCH] drm/i915: Debugfs to disable context banning
 2017-10-18  9:01 UTC  (5+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH] drm/i915: No need for RING_MAX_NONPRIV_SLOTS space
 2017-10-18  8:50 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "

[PATCH RESEND FOR CI] drm/i915/crt: split compute_config hook by platforms
 2017-10-18  8:43 UTC  (3+ messages)
` ✗ Fi.CI.BAT: warning for "
` ✓ Fi.CI.BAT: success "

[PATCH i-g-t] tests: remove kms_fbc_crc
 2017-10-18  8:30 UTC  (6+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH RESEND FOR CI] drm/i915: remove g4x lowfreq_avail and has_pipe_cxsr
 2017-10-18  8:25 UTC  (4+ messages)
` ✗ Fi.CI.BAT: warning for "
` ✓ Fi.CI.BAT: success "

[PATCH] drm/atomic-helper: check that drivers call drm_crtc_vblank_off
 2017-10-18  8:23 UTC  (9+ messages)
` ✓ Fi.CI.BAT: success for drm/atomic-helper: check that drivers call drm_crtc_vblank_off (rev2)
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Use a mask when applying WaProgramL3SqcReg1Default
 2017-10-18  7:42 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH igt] igt/gem_eio: Check hang/eio recovery during suspend
 2017-10-18  6:30 UTC  (5+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH 0/5] drm/i915: Skylake plane update/disable unifications [v6]
 2017-10-18  5:59 UTC  (9+ messages)
` [PATCH 1/5] drm/i915: move adjusted_x/y from crtc to cache
` [PATCH 2/5] drm/i915: dspaddr_offset doesn't need to be more than local variable
` [PATCH 3/5] drm/i915: Unify skylake plane update
` [PATCH 4/5] drm/i915: Unify skylake plane disable
` [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 [v6]
` ✗ Fi.CI.IGT: warning "

[CI v2] drm/i915: Print the condition causing GEM_BUG_ON
 2017-10-18  1:48 UTC  (6+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915: Print the condition causing GEM_BUG_ON (rev2)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH v2] drm/i915: Debugfs to disable context banning
 2017-10-18  0:39 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915: Debugfs to disable context banning (rev2)

[PATCH] drm/i915: Apply Wa Display #1183 on skl, kbl, and cfl
 2017-10-17 23:33 UTC  (4+ messages)
` ✗ Fi.CI.BAT: warning for "

[PATCH 00/13] DVFS v2
 2017-10-17 23:23 UTC  (9+ messages)
` [PATCH 07/13] drm/i915/cnl: DVFS for PLL enabling

[PATCH] HAX: kernel/swsusp: Show invalid swap signature
 2017-10-17 23:17 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH i-g-t v2 1/4] lib: Extract helpers for determining submission method
 2017-10-17 23:05 UTC  (3+ messages)

[PATCH v7 0/4] drm/i915/guc : Removing enable_guc_loading module
 2017-10-17 22:57 UTC  (6+ messages)
` [PATCH v7 1/4] drm/i915 : Unifying seq_puts messages for feature support
` [PATCH v7 2/4] drm/i915/guc : Removing i915_modparams.enable_guc_loading module parameter
` [PATCH v7 3/4] drm/i915/guc : Updating GuC and HuC FW select function
` [PATCH v7 4/4] drm/i915/guc : Decouple logs and ADS from submission
` ✗ Fi.CI.BAT: failure for drm/i915/guc : Removing enable_guc_loading module

[PATCH i-g-t 1/7] tests/perf: Fix a bunch of warnings on 32-bit systems
 2017-10-17 22:05 UTC  (3+ messages)
` [PATCH i-g-t 3/7] lib: Fix compilation on non-x86

[PATCH] drm/i915/uc: Add pretty printer for uc firmware
 2017-10-17 20:48 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for "

[CI] drm/i915: Convert timers to use timer_setup()
 2017-10-17 19:04 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH 1/2] drm/atomic: Make atomic helper track newly assigned planes correctly
 2017-10-17 18:11 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with drm/atomic: Make atomic helper track newly assigned planes correctly, v2. (rev2)

[PATCH 1/9] drm/i915/cnl: Add Cannonlake PCI IDs for another SKU
 2017-10-17 17:20 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with drm/i915/cnl: Add Cannonlake PCI IDs for another SKU. (rev2)

[PATCH] drm/i915: Handle drm-layer errors in intel_dp_add_mst_connector
 2017-10-17 16:46 UTC  (4+ messages)
` [PATCH v5] "

[PATCH] drm/i915/cnl: DDIA Lane capability bit not set in clone mode
 2017-10-17 16:35 UTC  (8+ messages)
` ✗ Fi.CI.IGT: failure for drm/i915/cnl: DDIA Lane capability bit not set in clone mode (rev2)

[PATCH v1 0/2] drm/i915: Introduce GEM proxy
 2017-10-17 14:51 UTC  (4+ messages)
` [PATCH v1 1/2] "

[PATCH i-g-t] meson: Add fallback for xmlrpc discovery
 2017-10-17 13:15 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH] drm/i915: Report -EFAULT before pwrite fast path into shmemfs
 2017-10-17 13:08 UTC  (4+ messages)
` ✓ Fi.CI.IGT: success for "


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