public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2016-06-27 14:05:02 to 2016-06-29 15:09:50 UTC [more...]

[PATCH 01/13] drm/i915: Consolidate write_tail vfunc initializer
 2016-06-29 15:09 UTC  (12+ 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 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 1/2] drm/i915/debug: Select PREEMPT_COUNT when enabling debugging
 2016-06-29 14:54 UTC  (28+ 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: success for series starting with [1/2] drm/i915/debug: Select PREEMPT_COUNT when enabling debugging
` ✗ 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] drm/i915: Remove request->reset_counter
 2016-06-29 14:51 UTC 

[PATCH 0/6] HuC Loading Patches
 2016-06-29 14:31 UTC  (16+ messages)
` [PATCH 1/6] drm/i915/guc: Make the GuC fw loading helper functions general
` [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

Brightness and "touchpad dis-/enable" keys not working for Fujitsu e7x6
 2016-06-29 13:59 UTC 

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

[PATCH 2/2] drm/i915: Crop cursor image for CHV pipe C cursor issue
 2016-06-29 13:02 UTC  (5+ messages)
` [RFC] drm/i915/chv: Clip cursor for CHV pipe C HW Cursor pos < 0
  ` [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 

[PACTH i-g-t v4 00/13] Remove compile time depencencies on libdrm_intel
 2016-06-29 10:42 UTC  (2+ messages)

[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 1/2] drm/i915: Add more Kabylake PCI IDs
 2016-06-29  9:24 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: Removing PCI IDs that are no longer listed as Kabylake
  ` [Intel-gfx] "

[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  (19+ messages)
` [PATCH 1/4] drm/i915/bxt: Avoid early timeout during PLL enable
` [PATCH 2/4] drm/i915/lpt: Avoid early timeout during FDI PHY reset
` [PATCH 3/4] drm/i915/hsw: Avoid early timeout during LCPLL disable/restore
` [PATCH 4/4] drm/i915: Avoid early timeout during AUX transfers
` ✓ Ro.CI.BAT: success for drm/i915: Avoid early timeout due to wait_for_atomic

[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  (4+ messages)
` ✓ Ro.CI.BAT: success for "

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

[RFC] i915: Add fence fds to execbuffer2 uapi
 2016-06-28 17:06 UTC  (5+ messages)
` ✓ Ro.CI.BAT: success for "

[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 "

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

[PATCH 0/4] Introdcue client-managed fence register
 2016-06-28 14:21 UTC  (8+ messages)
` [PATCH 1/4] drm/i915: Introduce for_each_fence_reg()
` [PATCH 2/4] drm/i915: Directly steal fence register in i915_find_fence_reg()
` [PATCH 3/4] drm/i915: Introduce client-managed fence register
` [PATCH 4/4] drm/i915: Expose a API for other client to request a "
` ✗ Ro.CI.BAT: warning for Introdcue client-managed "

[PATCH v2 00/11] Support for sustained capturing of GuC firmware logs
 2016-06-28 13:44 UTC  (29+ messages)
` [PATCH 01/11] drm/i915: Decouple GuC log setup from verbosity parameter
` [PATCH 02/11] drm/i915: Add GuC ukernel logging related fields to fw interface file
` [PATCH 03/11] drm/i915: Add low level set of routines for programming PM IER/IIR/IMR register set
` [PATCH 04/11] drm/i915: Support for GuC interrupts
` [PATCH 06/11] drm/i915: Add a relay backed debugfs interface for capturing GuC logs
` [PATCH 09/11] drm/i915: New module param to control the size of buffer used for storing GuC firmware logs
` [PATCH 10/11] drm/i915: Support to create write combined type vmaps

[PATCH 00/13] Legacy engine initialization refactoring
 2016-06-28 12:10 UTC  (13+ messages)
` [PATCH 04/13] drm/i915: Consolidate get and put irq vfuncs
` [PATCH 07/13] drm/i915: Consolidate dispatch_execbuffer vfunc
` [PATCH 09/13] drm/i915: Compact Gen8 semaphore initialization
` [PATCH 10/13] drm/i915: Compact gen8_ring_sync
` [PATCH 11/13] drm/i915: Consolidate legacy semaphore initialization
` [PATCH 12/13] drm/i915: Remove redundant warning and consolidate gen8 render semaphore vfunc
` [PATCH 13/13] drm/i915: Trim some if-else braces
` ✗ Ro.CI.BAT: failure for Legacy engine initialization refactoring

[PATCH -next] gpu: i915: fix build errors when ACPI is not enabled
 2016-06-28 11:07 UTC  (4+ messages)
` [PATCH] drm/i915: "

[RFC 0/8] Add two-stage watermark programming for VLV/CHV (v5)
 2016-06-28 10:44 UTC  (3+ messages)
` [RFC 8/8] drm/i915/vlv: Add intermediate field in intel_crtc_wm_state and handlers for two-level watermark

[PATCH] drm/i915/gen9: Add WaDisableGatherAtSetShaderCommonSlice
 2016-06-28 10:03 UTC  (2+ messages)

[PACTH i-g-t v1] lib/drmtest: Change DRIVER_INTEL check to avoid running GEM on non-Intel
 2016-06-28  9:46 UTC  (3+ messages)

A trail of breadcrumbs
 2016-06-28  9:25 UTC  (12+ messages)
` [PATCH 11/25] drm/i915: Spin after waking up for an interrupt
` [PATCH 21/25] drm/i915: Convert trace-irq to the breadcrumb waiter
` [PATCH 23/25] drm/i915: Move the get/put irq locking into the caller

[PATCH 1/5] drm/i915: Signal drm events for atomic
 2016-06-28  4:27 UTC  (3+ messages)
` [PATCH 3/5] drm/i915: nonblocking commit

[PATCH] drm/i915/dmc: Step away from symbolic links
 2016-06-27 21:29 UTC  (12+ messages)
` [PATCH v2] "

[PATCH v2] Revert "sna: Refresh last detection timestamp on hotplug notifies"
 2016-06-27 20:07 UTC  (3+ messages)

[PATCH v10 4/6] drm/i915: Interrupt driven fences
 2016-06-27 18:28 UTC  (5+ messages)
` [PATCH v10b "

[PATCH 0/4] SKL turbo part 1
 2016-06-27 14:52 UTC  (2+ messages)
` ✗ Ro.CI.BAT: warning for drm/i915/gen9: Update i915_drpc_info debugfs for coarse pg & forcewake info

[PATCH 4/4] drm/i915/skl: Updated the RC6/Forcewake related debugfs interface for Gen9
 2016-06-27 14:40 UTC  (2+ messages)
` [PATCH v3] drm/i915/gen9: Update i915_drpc_info debugfs for coarse pg & forcewake info


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