public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2016-06-28 14:49:48 to 2016-06-30 14:34:18 UTC [more...]

[CI 01/62] drm/i915: Use a hybrid scheme for fast register waits
 2016-06-30 14:33 UTC  (25+ messages)
` [CI 02/62] drm/i915: Convert sandybridge_pcode_*() to use intel_wait_for_register()
` [CI 03/62] drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()
` [CI 04/62] "
` [CI 05/62] "
` [CI 06/62] "
` [CI 07/62] "
` [CI 08/62] "
` [CI 09/62] "
` [CI 10/62] "
` [CI 11/62] "
` [CI 12/62] "
` [CI 13/62] "
` [CI 14/62] "
` [CI 15/62] "
` [CI 16/62] "
` [CI 17/62] "
` [CI 18/62] "
` [CI 19/62] "
` [CI 20/62] "
` [CI 21/62] "
` [CI 22/62] "
` [CI 23/62] "
` [CI 24/62] "
` [CI 25/62] "

GPU hang with high media workload on BSW
 2016-06-30 14:16 UTC 

[PULL] drm-intel-fixes
 2016-06-30 14:05 UTC 

[PATCH v10b 4/6] drm/i915: Interrupt driven fences
 2016-06-30 13:52 UTC  (2+ messages)

[PATCH 1/4] drm/i915: Use a hybrid scheme for fast register waits
 2016-06-30 13:42 UTC  (13+ messages)
` [PATCH 2/4] drm/i915: Convert sandybridge_pcode_*() to use intel_wait_for_register()
` [PATCH 3/4] drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()
` [PATCH 4/4] drm/i915: Perform Sandybridge BSD tail write under the forcewake
` ✗ Ro.CI.BAT: warning for series starting with [1/4] drm/i915: Use a hybrid scheme for fast register waits

[PATCH] drm/i915/guc: Consolidate firmware major-minor to one place
 2016-06-30 13:05 UTC  (3+ messages)
` ✓ Ro.CI.BAT: success for "

[PATCH i-g-t 00/10] Add support for atomic modeset to IGT
 2016-06-30 12:57 UTC  (11+ messages)
` [PATCH i-g-t 01/10] igt_kms: Remove kmstest_connector_config.crtc_idx
` [PATCH i-g-t 02/10] igt_kms: Find optimal encoder only after selecting pipe
` [PATCH i-g-t 03/10] kms_psr_sink_crc: Use for_each_pipe_with_valid_output to find a valid config
` [PATCH i-g-t 04/10] igt_kms: Make PIPE_ANY a alias for PIPE_NONE
` [PATCH i-g-t 05/10] igt_kms: Change PIPE_ANY behavior to mean unassigned
` [PATCH i-g-t 06/10] igt_kms: Handle atomic pipe properties better
` [PATCH i-g-t 07/10] igt_kms: Remove pan members from igt_plane
` [PATCH i-g-t 08/10] igt_kms: Clear all _changed members centrally
` [PATCH i-g-t 09/10] igt_kms: Add modeset support to atomic commits
` [PATCH i-g-t 10/10] tests: Add kms_rmfb test

[PATCH] drm/i915: tidy up request alloc
 2016-06-30 12:49 UTC  (5+ messages)
` ✓ Ro.CI.BAT: success for "

[PATCH] backlight: Avoid double fbcon backlight handling
 2016-06-30 12:47 UTC  (4+ messages)
` ✗ Ro.CI.BAT: warning for "

[PATCH 0/6] HuC Loading Patches
 2016-06-30 10:42 UTC  (17+ messages)
` [PATCH 2/6] drm/i915/huc: Unified css_header struct for GuC and HuC
` [PATCH 3/6] drm/i915/huc: Add HuC fw loading support
` [PATCH 4/6] drm/i915/huc: Add debugfs for HuC loading status check
` [PATCH 5/6] drm/i915/huc: Support HuC authentication
` [PATCH 6/6] drm/i915/huc: Add BXT HuC Loading Support

[PATCH] Runtime: set the sub slice according to kernel pooled EU configure
 2016-06-30 10:30 UTC  (6+ messages)
` [PATCH] intel: Export pooled EU and min no. of eus in a pool
      ` [Beignet] "

[PATCH] Revert "drm/i915: Use atomic commits for legacy page_flips"
 2016-06-30 10:16 UTC  (5+ messages)

[PATCH v4 0/2] drm/i915/opregion: proper handling of DIDL and CADL
 2016-06-30  9:19 UTC  (6+ messages)
` [PATCH v4 1/2] drm/i915: make i915 the source of acpi device ids for _DOD
` [PATCH v4 2/2] drm/i915/opregion: update cadl based on actually active outputs
` ✗ Ro.CI.BAT: failure for drm/i915/opregion: proper handling of DIDL and CADL (rev4)

[PATCH 01/13] drm/i915: Consolidate write_tail vfunc initializer
 2016-06-30  8:44 UTC  (28+ messages)
` [PATCH 02/13] drm/i915: Consolidate add_request vfunc
` [PATCH 03/13] drm/i915: Consolidate seqno_barrier vfunc
` [PATCH 04/13] drm/i915: Consolidate get and put irq vfuncs
` [PATCH 05/13] drm/i915: Consolidate get/set_seqno
` [PATCH 06/13] drm/i915: Consolidate init_hw vfunc
` [PATCH 07/13] drm/i915: Consolidate dispatch_execbuffer vfunc
  ` [PATCH v3] "
` [PATCH 08/13] drm/i915: Consolidate semaphore vfuncs init
` [PATCH 09/13] drm/i915: Move semaphore object creation into intel_ring_init_semaphores
` [PATCH 10/13] drm/i915: Compact Gen8 semaphore initialization
` [PATCH 11/13] drm/i915: Compact gen8_ring_sync
` [PATCH 12/13] drm/i915: Consolidate legacy semaphore initialization
` [PATCH 13/13] drm/i915: Trim some if-else braces
` ✗ Ro.CI.BAT: failure for series starting with [01/13] drm/i915: Consolidate write_tail vfunc initializer
` ✗ Ro.CI.BAT: warning for series starting with [01/13] drm/i915: Consolidate write_tail vfunc initializer (rev2)

[PACTH i-g-t v4 00/13] Remove compile time depencencies on libdrm_intel
 2016-06-30  7:59 UTC  (3+ messages)

[PACTH i-g-t v1] lib/igt_gt: Fix unused variable warning for non-x86 targets
 2016-06-29 20:27 UTC  (2+ messages)

[RFC] i915: Add fence fds to execbuffer2 uapi
 2016-06-29 18:29 UTC  (6+ messages)

[PATCH 1/2] drm/i915: Fix log type for RC6 debug messages
 2016-06-29 17:06 UTC  (3+ messages)
` [PATCH 2/2] drm/i915/bxt: Fix sanity check for BIOS RC6 setup
` ✓ Ro.CI.BAT: success for series starting with [1/2] drm/i915: Fix log type for RC6 debug messages

[PATCH v2 2/2] i915/guc: Add Kabylake GuC Loading
 2016-06-29 16:37 UTC 

[PATCH 0/2] Enable GuC on KBL
 2016-06-29 16:09 UTC  (8+ messages)
` [PATCH 1/2] Revert "drm/i915/kbl: drm/i915: Avoid GuC loading for now on Kabylake."
` [PATCH 2/2] i915/guc: Add Kabylake GuC Loading

[PATCH] drm/i915: Remove request->reset_counter
 2016-06-29 16:09 UTC  (4+ messages)
` ✗ Ro.CI.BAT: failure for "

[PATCH 1/2] drm/i915: Add more Kabylake PCI IDs
 2016-06-29 16:08 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: Removing PCI IDs that are no longer listed as Kabylake
  ` [Intel-gfx] "

Brightness and "touchpad dis-/enable" keys not working for Fujitsu e7x6
 2016-06-29 15:38 UTC  (2+ messages)

[PATCH 1/2] drm/i915/debug: Select PREEMPT_COUNT when enabling debugging
 2016-06-29 14:54 UTC  (25+ messages)
` [PATCH 2/2] drm/i915: Use atomic waits for short non-atomic ones
              ` [PATCH v2] "
                ` [PATCH v3] "
                  ` [PATCH v4] "
                    ` [PATCH v5] "
` ✗ Ro.CI.BAT: warning for series starting with [1/2] drm/i915/debug: Select PREEMPT_COUNT when enabling debugging (rev2)
` ✓ Ro.CI.BAT: success for series starting with [1/2] drm/i915/debug: Select PREEMPT_COUNT when enabling debugging (rev3)
` ✗ Ro.CI.BAT: failure for series starting with [1/2] drm/i915/debug: Select PREEMPT_COUNT when enabling debugging (rev4)
` ✗ Ro.CI.BAT: failure for series starting with [1/2] drm/i915/debug: Select PREEMPT_COUNT when enabling debugging (rev5)

[PATCH v2 0/5] drm/i915/opregion: proper handling of DIDL and CADL
 2016-06-29 14:53 UTC  (3+ messages)
` [PATCH v2 3/5] drm/i915/opregion: handle missing connector types for acpi display types

[PATCH 1/2] Revert "drm/i915: Workaround CHV pipe C cursor fail"
 2016-06-29 13:20 UTC  (2+ messages)
` ✓ Ro.CI.BAT: success for series starting with [1/2] Revert "drm/i915: Workaround CHV pipe C cursor fail" (rev3)

[RFC] drm/i915/chv: Clip cursor for CHV pipe C HW Cursor pos < 0
 2016-06-29 13:02 UTC  (3+ messages)
` [RFC v2] "

[PATCH igt 01/17] lib: Start weaning off defunct intel_chipset.h
 2016-06-29 11:39 UTC  (17+ messages)
` [PATCH igt 02/17] intel_chipset: Convert IS_MOBILE to intel_device_info
` [PATCH igt 03/17] intel_chipset: Convert IS_965 to use intel_gen()
` [PATCH igt 04/17] intel_chipset: Convert IS_BROADWATER, IS_CRESTLINE to device info
` [PATCH igt 05/17] intel_chipset: Convert IS_BROXTON "
` [PATCH igt 06/17] intel_chipset: Convert IS_SKYLAKE "
` [PATCH igt 07/17] intel_chipset: Convert IS_CHERRYVIEW "
` [PATCH igt 08/17] intel_chipset: Convert IS_BROADWELL "
` [PATCH igt 09/17] intel_chipset: Convert IS_HASWELL "
` [PATCH igt 10/17] intel_chipset: Convert IS_VALLEYVIEW "
` [PATCH igt 11/17] intel_chipset: Convert IS_IRONALKE "
` [PATCH igt 12/17] intel_chipset: Convert IS_IRONLAKE "
` [PATCH igt 13/17] intel_chipset: Convert IS_PINEVIEW "
` [PATCH igt 14/17] intel_chipset: Convert IS_915, IS_945 "
` [PATCH igt 15/17] intel_chipset: Convert IS_G4X "
` [PATCH igt 16/17] intel_chipset: Replace lookup of GT size with computation
` [PATCH igt 17/17] intel_chipset: Remove unused PCI_CHIP ids

[PACTH i-g-t] lib/igt_kms: Fix different order of properties and their name strings
 2016-06-29 11:22 UTC 

[PATCH i-g-t 1/3] tools/intel_reg: add kabylake register spec file
 2016-06-29 10:06 UTC  (3+ messages)
` [PATCH i-g-t 2/3] tools/intel_reg: try to find broxton register spec by codename
` [PATCH i-g-t 3/3] tools/intel_reg: add initial reg spec for broxton

[RFC] drm/i915: hybrid wait-for macro
 2016-06-29  9:29 UTC  (2+ messages)

[PATCH ddx 1/2] pciids: Add more Kabylake PCI IDs
 2016-06-29  0:02 UTC  (2+ messages)
` [PATCH ddx 2/2] pciids: : Removing PCI IDs that are no longer listed as Kabylake

[PATCH 1/2] lib/intel_chipset: Add more Kabylake PCI IDs
 2016-06-28 22:43 UTC  (3+ messages)
` [PATCH 2/2] lib/intel_chipset: Removing PCI IDs that are no longer listed as Kabylake

Using VDBOX/VEBOX with the Open Source Linux Driver
 2016-06-28 22:40 UTC 

[PATCH 1/2] i956: Add more Kabylake PCI IDs
 2016-06-28 22:33 UTC  (4+ messages)
` [PATCH 2/2] i965: Removing PCI IDs that are no longer listed as Kabylake

[PATCH 1/2] pciids: Add more Kabylake PCI IDs
 2016-06-28 22:13 UTC  (3+ messages)
` [PATCH 2/2] pciids: : Removing PCI IDs that are no longer listed as Kabylake

[PATCH] drm/i915: Skip fbdev core suspend/resume when fbdev emulation is disabled
 2016-06-28 20:31 UTC  (5+ messages)
` ✗ Ro.CI.BAT: failure for "

[PATCH 1/2] intel: Add more Kabylake PCI IDs
 2016-06-28 19:38 UTC  (4+ messages)
` [PATCH 2/2] intel: Removing PCI IDs that are no longer listed as Kabylake

[PATCH 0/4] drm/i915: Avoid early timeout due to wait_for_atomic
 2016-06-28 19:17 UTC  (3+ messages)
` ✓ Ro.CI.BAT: success for "

[PATCH i-g-t 1/2] lib/intel_chipset: Add more Kabylake PCI IDs
 2016-06-28 18:33 UTC  (4+ messages)
` [PATCH i-g-t 2/2] lib/intel_chipset: Removing PCI IDs that are no longer listed as Kabylake

[PATCH] drm/i915/gen9: Re-allocate DDB only for changed pipes
 2016-06-28 17:50 UTC  (3+ messages)

✗ Ro.CI.BAT: failure for drm/i915: hybrid wait-for macro
 2016-06-28 17:24 UTC 

[PATCH] drm/i915/guc: Do not use wait_for_atomic in host2guc_action
 2016-06-28 16:04 UTC  (4+ messages)
` ✗ Ro.CI.BAT: failure for "


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