public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2017-10-13 09:05:26 to 2017-10-13 21:49:09 UTC [more...]

[PATCH i-g-t v2 1/2] lib: Move __gem_context_create to common ioctl wrapper library
 2017-10-13 21:49 UTC  (5+ messages)
` [PATCH i-g-t v2 2/2] tests/gem_reset_stats: Add client ban test
` ✗ Fi.CI.BAT: failure for series starting with [v2,1/2] lib: Move __gem_context_create to common ioctl wrapper library

[PATCH v3 00/22] Refactor HW workaround code
 2017-10-13 21:48 UTC  (25+ messages)
` [PATCH v3 01/22] drm/i915: Use a mask when applying WaProgramL3SqcReg1Default
` [PATCH v3 02/22] drm/i915: No need for RING_MAX_NONPRIV_SLOTS space
` [PATCH v3 03/22] drm/i915: Move a bunch of workaround-related code to its own file
` [PATCH v3 04/22] drm/i915: Split out functions for different kinds of workarounds
` [PATCH v3 05/22] drm/i915: Rename saved workarounds to make it explicit that they are context WAs
` [PATCH v3 06/22] drm/i915: Save all GT WAs and apply them at a later time
` [PATCH v3 07/22] drm/i915: Save all Whitelist "
` [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 13/22] drm/i915/gen9: Remove Gen9 WAs with no effect
` [PATCH v3 14/22] drm/i915/cfl: Move GT and Display workarounds from init_clock_gating
` [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 v3 22/22] drm/i915: Document the i915_workarounds file
` ✗ Fi.CI.BAT: failure for Refactor HW workaround code (rev3)

[PATCH 1/9] drm/i915: Refactor testing obj->mm.pages
 2017-10-13 21:46 UTC  (10+ messages)
` [PATCH 2/9] drm/i915: Rename obj->pin_display to obj->pin_global
` [PATCH 3/9] drm/i915: Drop debugfs/i915_gem_pin_display
` [PATCH 4/9] drm/i915: Remove walk over obj->vma_list for the shrinker
` [PATCH 5/9] drm/i915: Move dev_priv->mm.[un]bound_list to its own lock
` [PATCH 6/9] drm/i915: Wire up shrinkctl->nr_scanned
` [PATCH 7/9] drm/i915: Set our shrinker->batch to 4096 (~16MiB)
` [PATCH 8/9] drm/i915: Only free the oldest stale object before a fresh allocation
` [PATCH 9/9] drm/i915: Trim struct_mutex hold duration for i915_gem_free_objects
` ✗ Fi.CI.BAT: warning for series starting with [1/9] drm/i915: Refactor testing obj->mm.pages

[PATCH 1/2] drm/i915: Properly lock the engine timeline in debugfs i915_gem_request
 2017-10-13 21:26 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: Include current seqno "
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Properly lock the engine timeline "

[PATCH i-g-t v3] igt/gem_workarounds: Test all types of workarounds
 2017-10-13 20:55 UTC 

[PATCH v2 00/11] Refactor HW workaround code
 2017-10-13 20:52 UTC  (12+ messages)
` [PATCH 04/11] drm/i915: Move workarounds from init_clock_gating
` [PATCH 06/11] drm/i915: Save all MMIO WAs and apply them at a later time
` [PATCH 08/11] drm/i915: Print all workaround types correctly in debugfs

[PATCH] drm/i915: Use bdw_ddi_translations_fdi for Broadwell
 2017-10-13 20:46 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH v2] igt/gem_workarounds: Test all types of workarounds
 2017-10-13 20:32 UTC  (3+ messages)

[PATCH v2] drm/i915: Remove mostly duplicated video DIP handling from PSR code
 2017-10-13 20:04 UTC  (2+ messages)
` ✗ Fi.CI.BAT: warning for "

[PATCH 1/2] drm/i915: Keep the rings stopped until they have been re-initialized
 2017-10-13 19:58 UTC  (7+ messages)
` [PATCH 2/2] drm/i915: Always stop the rings before a missing GPU reset
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Keep the rings stopped until they have been re-initialized
` ✗ Fi.CI.IGT: failure "

[PATCH i-g-t v7] lib/igt_gt: Allow non-default contexts to hang non-render rings
 2017-10-13 19:43 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for lib/igt_gt: Allow non-default contexts to hang non-render rings (rev7)

[PATCH 1/2] drm/i915: Disable -Woverride-init
 2017-10-13 19:34 UTC  (7+ messages)
` [PATCH 2/2] drm/i915: Add -Wunused-const-variable to our build
` ✗ Fi.CI.BAT: failure for series starting with [1/2] drm/i915: Disable -Woverride-init

[PATCH igt 1/2] lib/sw_sync: Cleanup up error message for sw_sync_timeline_inc()
 2017-10-13 19:24 UTC  (3+ messages)
` [PATCH igt 2/2] igt/gem_eio: Exercise set-wedging against request submission
` ✓ Fi.CI.BAT: success for series starting with [1/2] lib/sw_sync: Cleanup up error message for sw_sync_timeline_inc()

[PATCH] HAX: Do not restore mode through fbcon
 2017-10-13 19:06 UTC  (8+ messages)
` [PATCH i-g-t 1/2] tests/kms_plane_lowres: Rework tests to work without fbcon
` [PATCH i-g-t] tests/pm_backlight: Enable connected output to allow tests to succeed, v2
  ` [PATCH i-g-t] tests/kms_plane_lowres: Rework tests to work without fbcon
` [PATCH i-g-t 2/2] tests/drm_read: Change tests to not require fbcon
` ✗ Fi.CI.BAT: failure for HAX: Do not restore mode through fbcon (rev2)
` ✗ Fi.CI.BAT: warning for tests/pm_backlight: Enable connected output to allow tests to succeed, v2. (rev2)

[PATCH v2 0/9] drm/i915: Cleaner DDI DP vs. HDMI split
 2017-10-13 18:49 UTC  (14+ messages)
` [PATCH 7/9] drm/i915: Split intel_disable_ddi() into DP vs. HDMI variants
` [PATCH v2 8/9] drm/i915: Plumb crtc_state etc. directly to intel_ddi_pre_enable_{dp, hdmi}()
` [PATCH v2 9/9] drm/i915: Split intel_enable_ddi() into DP and HDMI variants
` ✓ Fi.CI.BAT: success for drm/i915: Cleaner DDI DP vs. HDMI split

[PATCH] drm/i915: Handle drm-layer errors in intel_dp_add_mst_connector
 2017-10-13 18:26 UTC  (3+ messages)
` [PATCH v5] "
` ✓ Fi.CI.BAT: success for drm/i915: Handle drm-layer errors in intel_dp_add_mst_connector (rev6)

[PATCH v2 00/10] drm/i915: Plane assert/readout cleanups etc
 2017-10-13 18:05 UTC  (16+ messages)
` [PATCH v2 01/10] drm/i915: Add .get_hw_state() method for planes
  ` [PATCH v3 "
` [PATCH v3 02/10] drm/i915: Redo plane sanitation during readout
` [PATCH v3 03/10] drm/i915: s/enum plane/enum i9xx_plane_id/
  ` [PATCH v4 "
` [PATCH v2 04/10] drm/i915: Use enum i9xx_plane_id for the .get_fifo_size() hooks
` [PATCH v3 05/10] drm/i915: Cleanup enum pipe/enum plane_id/enum i9xx_plane_id in initial fb readout
` [PATCH 06/10] drm/i915: Nuke ironlake_get_initial_plane_config()
` [PATCH 07/10] drm/i915: Switch fbc over to for_each_new_intel_plane_in_state()
` [PATCH v2 08/10] drm/i915: Nuke crtc->plane
` [PATCH 09/10] drm/i915: Use plane->get_hw_state() for initial plane fb readout
` [PATCH 10/10] drm/i915: Add rudimentary plane state verification
` ✗ Fi.CI.BAT: warning for drm/i915: Plane assert/readout cleanups etc. (rev2)
` ✓ Fi.CI.BAT: success for drm/i915: Plane assert/readout cleanups etc. (rev4)

[RFC v2] locking/lockdep: Don't bunch up all flush_workqueue callers into a single completion cross-release context
 2017-10-13 17:23 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH 1/2] drm/i915: Parse DSI backlight/cabc ports
 2017-10-13 17:14 UTC  (6+ messages)
` [PATCH 2/2] drm/i915: Use existing DSI backlight ports info
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Parse DSI backlight/cabc ports
` ✓ Fi.CI.IGT: "

[PATCH i-g-t 0/4] Move imported bo pread/pwrite tests
 2017-10-13 16:42 UTC  (3+ messages)

[PATCH i-g-t 0/8] extract cork and ring measure code
 2017-10-13 16:37 UTC  (5+ messages)
` [PATCH i-g-t 1/8] lib/igt_dummyload: add igt_cork

[igt RFC 1/3] lib/debugfs: Make is_mountpoint() non-fatal
 2017-10-13 15:30 UTC  (7+ messages)
` [igt RFC 2/3] lib: Add hooks for enabling ftrace
` [igt RFC 3/3] lib: Enable automatic ftrace dumping for suspend failures
` ✓ Fi.CI.BAT: success for series starting with [RFC,1/3] lib/debugfs: Make is_mountpoint() non-fatal
` ✓ Fi.CI.IGT: "

[PATCH v4] drm/i915: Replace *_reference/unreference() or *_ref/unref with _get/put()
 2017-10-13 14:57 UTC  (4+ messages)
  ` [Outreachy kernel] "

[PATCH v4 00/14] Firmware code reorg
 2017-10-13 14:46 UTC  (20+ messages)
` [PATCH v4 01/14] drm/i915: Move intel_guc_wopcm_size to intel_guc.c
` [PATCH v4 02/14] drm/i915/guc: Move GuC boot param initialization out of xfer
` [PATCH v4 03/14] drm/i915/guc: Small fixups post code move
` [PATCH v4 04/14] drm/i915/guc: Move doc near related definitions
` [PATCH v4 05/14] drm/i915/guc: Rename intel_guc_loader.c to intel_guc_fw.c
` [PATCH v4 06/14] drm/i915/guc: Reorder functions in intel_guc_fw.c
` [PATCH v4 07/14] drm/i915/guc: Move firmware size check out of generic code
` [PATCH v4 08/14] drm/i915/guc: Pick better place for Guc final status message
` [PATCH v4 09/14] drm/i915/uc: Improve debug messages in firmware fetch
` [PATCH v4 10/14] drm/i915/uc: Add message with firmware url
` [PATCH v4 11/14] drm/i915: Update DMC firmware load error messages
` [PATCH v4 12/14] drm/i915/uc: Unify firmware loading
` [PATCH v4 13/14] drm/i915/guc: Update Guc messages on load failure
` [PATCH v4 14/14] drm/i915/huc: Move fw select function
` ✓ Fi.CI.BAT: success for Firmware code reorg (rev3)
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Stop asserting on set-wedged vs nop_submit_request ordering
 2017-10-13 14:40 UTC  (3+ messages)

[PULL] drm-misc-next
 2017-10-13 14:24 UTC  (3+ messages)

[PATCH] drm/i915: Get rid of hardcoded pipes
 2017-10-13 14:13 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH i-g-t 1/4] lib: Extract helpers for determining submission method
 2017-10-13 13:54 UTC  (13+ messages)
` [PATCH i-g-t v2 2/4] lib/i915: Extract helpers for determining scheduler capabilities
` [PATCH i-g-t 3/4] lib/i915: Move context related helpers to lib/i915/gem_context
` [PATCH i-g-t v2 4/4] lib/i915: Extract context priority setparam to a helper
` ✓ Fi.CI.BAT: success for series starting with [1/4] lib: Extract helpers for determining submission method
` ✓ Fi.CI.IGT: "

[PATCH igt 1/2] lib: Ask the kernel to quiesce the GPU
 2017-10-13 13:06 UTC  (3+ messages)
` [PATCH igt 2/2] synchax
` ✗ Fi.CI.BAT: failure for series starting with [1/2] lib: Ask the kernel to quiesce the GPU

[PATCH i-g-t 1/2] tests: Clean up igt_skip_on_simulation() uses
 2017-10-13 12:28 UTC  (3+ messages)
` [PATCH i-g-t 2/2] tests/intel-ci: Remove fast-feedback-simulation.testlist
` ✗ Fi.CI.BAT: failure for series starting with [1/2] tests: Clean up igt_skip_on_simulation() uses

[PATCH igt 1/2] lib: Ask the kernel to quiesce the GPU
 2017-10-13 12:11 UTC  (3+ messages)
` [PATCH igt 2/2] synchax
` ✗ Fi.CI.BAT: failure for series starting with [1/2] lib: Ask the kernel to quiesce the GPU

[PATCH i-g-t v2 1/2] aux: Suspend signal helper for shell commands
 2017-10-13 12:09 UTC  (3+ messages)
` [PATCH i-g-t v2 2/2] aux: Use IGT version of system() call to run rtcwake
` ✗ Fi.CI.BAT: failure for series starting with [v2,1/2] aux: Suspend signal helper for shell commands

[PATCH i-g-t v2 0/6] Drop tests for object creation from stolen
 2017-10-13 12:04 UTC  (3+ messages)

[IGT PATCH 1/2] aux: Suspend signal helper for shell commands
 2017-10-13 11:22 UTC  (3+ messages)

[PATCH] HAX: Do not restore mode through fbcon
 2017-10-13 11:15 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH 0/9] drm/i915: Plane assert/readout cleanups etc
 2017-10-13 10:41 UTC  (16+ messages)
` [PATCH 1/9] drm/i915: Add .get_hw_state() method for planes
` [PATCH 3/9] drm/i915: s/enum plane/enum old_plane_id/
` [PATCH 6/9] drm/i915: Nuke ironlake_get_initial_plane_config()
` [PATCH 7/9] drm/i915: Switch fbc over to for_each_new_intel_plane_in_state()
` [PATCH 8/9] drm/i915: Nuke crtc->plane

[PATCH v3 00/14] Firmware code reorg
 2017-10-13 10:17 UTC  (9+ messages)
` [PATCH v3 07/14] drm/i915/guc: Move firmware size check out of generic code
` [PATCH v3 08/14] drm/i915/guc: Pick better place for Guc final status message

[PATCH v6 0/3] drm/i915/guc : Removing enable_guc_loading module and Decoupling logs and ADS from submission
 2017-10-13  9:42 UTC  (5+ messages)
` [PATCH v6 1/3] drm/i915/guc : Unifying seq_puts messages for feature support
` [PATCH v6 2/3] drm/i915/guc : Removing i915_modparams.enable_guc_loading module parameter

[PATCH v2 00/13] Firmware code reorg
 2017-10-13  9:22 UTC  (2+ messages)

[PATCH v3 0/3] Various retries for LSPCON
 2017-10-13  9:19 UTC  (4+ messages)

[PATCH v4 1/3] drm: Add retries for lspcon mode detection
 2017-10-13  9:17 UTC  (2+ messages)


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