public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2017-10-11 14:06:28 to 2017-10-12 11:54:43 UTC [more...]

[PATCH i-g-t v2 00/14] lib/igt_kms: Rewrite property handling to better match atomic
 2017-10-12 11:54 UTC  (15+ messages)
` [PATCH i-g-t v2 01/14] lib/igt_kms: Rework connector properties to be more atomic, v2
` [PATCH i-g-t v2 02/14] lib/igt_kms: Rework plane properties to be more atomic, v5
` [PATCH i-g-t v2 03/14] lib/igt_kms: Rework pipe properties to be more atomic, v7
` [PATCH i-g-t v2 04/14] lib/igt_kms: Allow setting any plane property through the universal path
` [PATCH i-g-t v2 05/14] lib/igt_kms: Allow setting any output property through the !atomic paths
` [PATCH i-g-t v2 06/14] lib/igt_kms: Export property blob functions for output/pipe/plane, v2
` [PATCH i-g-t v2 07/14] lib/igt_kms: Unexport broadcast rgb API
` [PATCH i-g-t v2 08/14] lib/igt_kms: Add igt_$obj_has_prop functions
` [PATCH i-g-t v2 09/14] lib/igt_kms: Add igt_$obj_get_prop functions
` [PATCH i-g-t v2 10/14] lib/igt_kms: Remove igt_pipe_get_property
` [PATCH i-g-t v2 11/14] lib/igt_kms: Remove igt_crtc_set_background()
` [PATCH i-g-t v2 12/14] tests/kms_color: Rework tests slightly to work better with new atomic api
` [PATCH i-g-t v2 13/14] tests/chamelium: Remove reliance on output->config.pipe
` [PATCH i-g-t v2 14/14] tests/kms_atomic: Convert/rewrite tests to use igt_kms framework

[PATCH] drm/i915: Start tracking PSR state in crtc state
 2017-10-12 11:51 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH i-g-t 06/12] lib/igt_kms: Export property blob functions for output/pipe/plane
 2017-10-12 11:41 UTC  (3+ messages)
` [PATCH i-g-t 1/2] lib/igt_kms: Export property blob functions for output/pipe/plane, v2
  ` [PATCH i-g-t 2/2] tests/chamelium: Remove reliance on output->config.pipe

[PATCH 0/9] drm/i915: Plane assert/readout cleanups etc
 2017-10-12 11:35 UTC  (15+ messages)
` [PATCH 1/9] drm/i915: Add .get_hw_state() method for planes
` [PATCH 2/9] drm/i915: Redo plane sanitation during readout
` [PATCH 3/9] drm/i915: s/enum plane/enum old_plane_id/
` [PATCH 4/9] drm/i915: Use enum old_plane_id for the .get_fifo_size() hooks
` [PATCH 5/9] drm/i915: Cleanup enum pipe/enum plane_id/enum old_plane_id in initial fb readout
` [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 9/9] drm/i915: Add windowing for primary planes on gen2/3 and chv
` ✓ Fi.CI.BAT: success for drm/i915: Plane assert/readout cleanups etc
` ✓ Fi.CI.IGT: "

[PATCH igt] benchmark/gem_busy: Compare polling with syncobj_wait
 2017-10-12 11:34 UTC  (3+ messages)

[PATCH i-g-t 0/2] tests/BAT: Reduce reliance on fbcon
 2017-10-12 11:29 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for tests/BAT: Reduce reliance on fbcon. (rev4)
` ✓ Fi.CI.BAT: success for tests/BAT: Reduce reliance on fbcon. (rev6)

[PATCH i-g-t 0/2] Add support for NV12
 2017-10-12 11:13 UTC  (5+ messages)
` [PATCH i-g-t 2/2] tests/test_nv12.c: Add test to cover NV12 format testing

[PATCH] HAX drm/i915: Disable CSR (DMC) for Kabylake
 2017-10-12 11:10 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH i-g-t] tests/pm_backlight: Enable connected output to allow tests to succeed, v2
 2017-10-12 10:55 UTC  (3+ messages)
` [PATCH i-g-t v2 2/2] tests/pm_backlight: Enable connected output to allow tests to succeed, v3
  ` [PATCH i-g-t v3 2/2] tests/pm_backlight: Enable connected output to allow tests to succeed, v4

[PATCH i-g-t 1/2] tests/debugfs_test: Try to light all outputs to increase chances of finding fails
 2017-10-12 10:47 UTC  (3+ messages)
` [PATCH i-g-t v2 1/2] tests/debugfs_test: Try to light all outputs to increase chances of finding fails, v2
  ` [PATCH i-g-t v3 1/2] tests/debugfs_test: Try to light all outputs to increase chances of finding fails, v3

[PATCH v2 00/11] Refactor HW workaround code
 2017-10-12 10:35 UTC  (19+ messages)
` [PATCH 01/11] drm/i915: No need for RING_MAX_NONPRIV_SLOTS space
` [PATCH 02/11] drm/i915: Move a bunch of workaround-related code to its own file
` [PATCH 03/11] drm/i915: Split out functions for different kinds of workarounds
` [PATCH 04/11] drm/i915: Move workarounds from init_clock_gating
` [PATCH 05/11] drm/i915: Rename saved workarounds to make it explicit that they are context WAs
` [PATCH 06/11] drm/i915: Save all MMIO WAs and apply them at a later time
` [PATCH 07/11] drm/i915: Save all Whitelist "
` [PATCH 08/11] drm/i915: Print all workaround types correctly in debugfs
` [PATCH 09/11] drm/i915: Move WA BB stuff to the workarounds file as well
` [PATCH 10/11] drm/i915: Document the i915_workarounds file
` [PATCH 11/11] drm/i915: Remove Gen9 WAs with no effect
` ✗ Fi.CI.BAT: warning for Refactor HW workaround code (rev2)

[PATCH 1/3] drm/i915: Fix eviction when the GGTT is idle but full
 2017-10-12 10:15 UTC  (10+ messages)
` [PATCH 2/3] drm/i915/selftests: Wrap a timer into a i915_sw_fence
` [PATCH 3/3] drm/i915/selftests: Exercise adding requests to a full GGTT
` ✗ Fi.CI.BAT: failure for series starting with [1/3] drm/i915: Fix eviction when the GGTT is idle but full

[PATCH] drm/i915: Select DEBUG_FS for our test suite
 2017-10-12  9:53 UTC  (4+ messages)
` ✗ Fi.CI.BAT: warning for "

[PATCH v2 0/9] drm/i915: Cleaner DDI DP vs. HDMI split
 2017-10-12  9:49 UTC  (12+ messages)
` [PATCH v2 1/9] drm/i915: Dump 'output_types' in crtc state dump
` [PATCH v2 2/9] drm/i915: Extract intel_ddi_clk_disable()
` [PATCH v2 3/9] drm/i915: Extract intel_disable_ddi_buf()
` [PATCH 7/9] drm/i915: Split intel_disable_ddi() into DP vs. HDMI variants
` [PATCH v2 9/9] drm/i915: Split intel_enable_ddi() into DP and "

[PATCH] drm/i915: Remove unsafe i915.enable_rc6
 2017-10-12  9:42 UTC  (4+ messages)
` ✓ Fi.CI.IGT: success for drm/i915: Remove unsafe i915.enable_rc6 (rev2)

[P v4 00/11] drm/i915/uc: Firmware code reorg
 2017-10-12  9:12 UTC  (16+ messages)
` [P v4 01/11] drm/i915: Move intel_guc_wopcm_size to intel_guc.c
` [P v4 02/11] drm/i915/guc: Move GuC boot param initialization out of xfer
` [P v4 04/11] drm/i915/guc: Rename intel_guc_loader.c to intel_guc_fw.c
` [P v4 07/11] drm/i915/guc: Pick better place for Guc final status message
` [P v4 08/11] drm/i915/uc: Improve debug messages in firmware fetch
` [P v4 09/11] drm/i915/uc: Unify firmware loading
` [P v4 10/11] drm/i915/huc: Move fw select function

[PATCH] drm/i915: Assert if the caller passes 0 to both timeouts for intel_wait_for_register
 2017-10-12  9:25 UTC  (2+ messages)

[PATCH 1/1] drm/i915: Move i915_gem_suspend_gtt_mappings to i915_gem_suspend
 2017-10-12  9:18 UTC  (5+ messages)
` [PATCH v2 1/1] drm/i915: Split i915_gem_suspend into user quiescing and HW cleanup/suspend

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

[PATCH v13 00/21] drm/i915: GEM/GuC Suspend/Resume/Reset fixes and restructuring
 2017-10-12  9:08 UTC  (36+ messages)
` [PATCH v13 02/21] drm/i915/guc: Sanitize module parameter guc_log_level
` [PATCH v13 03/21] drm/i915/guc: Add status checks to enable/disable_guc_interrupts
` [PATCH v13 04/21] drm/i915/guc: Remove enable_guc_submission dependency for invoking GuC log functions
` [PATCH v13 06/21] drm/i915/guc: Pass intel_guc struct parameter to intel_guc_suspend/resume
` [PATCH v13 09/21] drm/i915/uc: Create uC suspend and resume functions
` [PATCH v13 10/21] drm/i915/guc: Update uC suspend/resume function separating Host/GuC tasks
` [PATCH v13 13/21] drm/i915/uc: Support resume from sleep w/ and w/o GuC/HuC reload
` [PATCH v13 14/21] drm/i915/uc: Update GEM runtime resume with need for reload of GuC/HuC
` [PATCH v13 18/21] drm/i915/uc: Introduce intel_uc_sanitize to initialize GuC/HuC reset state
` [PATCH v13 19/21] drm/i915/guc: Fix enable/disable of GuC GGTT invalidate functions

[PATCH v4] drm/i915: enable to read CSB and CSB write pointer from HWSP in GVT-g VM
 2017-10-12  8:41 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[CI i-g-t] tests: Drop gem_bad_length as redundant
 2017-10-12  8:37 UTC  (2+ messages)

[PATCH] drm/i915: Simplify intel_sanitize_enable_ppgtt
 2017-10-12  8:32 UTC  (3+ messages)

[PATCH i-g-t v4] lib/igt_gt: Allow non-default contexts to hang non-render rings
 2017-10-12  8:24 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for lib/igt_gt: Allow non-default contexts to hang non-render rings (rev4)
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/userptr: Drop struct_mutex before cleanup
 2017-10-12  8:12 UTC  (6+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: warning "

[PATCH igt] igt/drv_hangman: Convert from local recursive batch to igt_spin_t
 2017-10-12  8:01 UTC  (3+ messages)

[PATCH i-g-t] Lib: Move __gem_context_create to common ioctl wrapper library
 2017-10-12  7:59 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Cache max number of pipes
 2017-10-12  7:56 UTC  (6+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PULL] drm-intel-fixes
 2017-10-12  6:16 UTC 

[PATCH] drm/i915/edp: Do not do link training fallback or prune modes on EDP
 2017-10-12  6:15 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "

[PATCH v3 0/2] enable virtual HWSP in GVT-g
 2017-10-12  4:58 UTC  (4+ messages)
` [PATCH v3 1/2] drm/i915/gvt: update CSB and CSB write pointer in virtual HWSP
` [PATCH v3 2/2] drm/i915: enable to read CSB and CSB write pointer from HWSP in GVT-g VM
` ✗ Fi.CI.BAT: failure for enable virtual HWSP in GVT-g (rev2)

✓ Fi.CI.BAT: success for drm/vblank: Fix flip event vblank count
 2017-10-12  2:36 UTC  (2+ messages)
` ✓ Fi.CI.IGT: "

linux-firmware pull request
 2017-10-12  0:59 UTC 

linux-firmware pull request
 2017-10-12  0:55 UTC 

[PATCH i-g-t v3] lib/igt_gt: Allow non-default contexts to hang non-render rings
 2017-10-11 23:59 UTC  (4+ messages)
` ✗ Fi.CI.BAT: warning for lib/igt_gt: Allow non-default contexts to hang non-render rings (rev3)

[PATCH v4 i-g-t 0/7] IGT PMU support
 2017-10-11 20:16 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for IGT PMU support (rev12)
` ✗ Fi.CI.IGT: failure "

[PATCH i-g-t v2] lib/igt_gt: Allow non-default contexts to hang non-render rings
 2017-10-11 20:14 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for lib/igt_gt: Allow non-default contexts to hang non-render rings (rev2)

[PATCH igt] igt/prime_mmap_coherency: Only assert correct usage of sync API
 2017-10-11 20:14 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[CI] drm/i915: Use a cached mapping for the physical HWS
 2017-10-11 20:12 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for drm/i915: Use a cached mapping for the physical HWS (rev3)

[PULL] drm-misc-fixes
 2017-10-11 19:54 UTC 

[PATCH 1/3] drm/dp: WARN about invalid/unknown link rates and bw codes
 2017-10-11 19:11 UTC  (5+ messages)
` ✗ Fi.CI.IGT: failure for series starting with [1/3] "

[PATCH 1/2] drm/i915: Reuse normal state readout for LVDS/DVO fixed mode
 2017-10-11 18:47 UTC  (7+ messages)
` [PATCH 2/2] drm/i915: Allow PCH platforms fall back to BIOS LVDS mode

[PATCH v2] igt/gem_workarounds: Test all types of workarounds
 2017-10-11 18:36 UTC  (3+ messages)

[PULL] drm-intel-next
 2017-10-11 17:59 UTC 

linux-next: build failure after merge of the drm-intel-fixes tree
 2017-10-11 17:39 UTC  (3+ messages)
  ` [Intel-gfx] "

[PATCH] softdog: Obey hardlockup_all_cpu_backtrace sysctl
 2017-10-11 17:00 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for "
` [PATCH] softdog-info
` ✗ Fi.CI.BAT: warning for softdog: Obey hardlockup_all_cpu_backtrace sysctl (rev2)

[PATCH] drm/vblank: Fix flip event vblank count
 2017-10-10 13:33 UTC 

[PATCH 1/2] drm/i915: Parse DSI backlight/cabc ports
 2017-10-11 16:24 UTC  (3+ messages)
` ✗ Fi.CI.IGT: warning for series starting with [1/2] "

[PATCH] drm/i915: Use rcu instead of stop_machine in set_wedged
 2017-10-11 15:51 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for drm/i915: Use rcu instead of stop_machine in set_wedged (rev2)


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