public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2016-07-04 07:48:42 to 2016-07-06 20:52:33 UTC [more...]

[PATCH v3 1/6] drm/i915/guc: Make the GuC fw loading helper functions general
 2016-07-06 20:52 UTC  (9+ messages)
` [PATCH v3 2/6] drm/i915/huc: Unified css_header struct for GuC and HuC
` [PATCH v3 3/6] drm/i915/huc: Add HuC fw loading support
` [PATCH v3 4/6] drm/i915/huc: Add debugfs for HuC loading status check
` [PATCH v3 5/6] drm/i915/huc: Support HuC authentication
` [PATCH v3 6/6] drm/i915/huc: Add BXT HuC Loading Support
` ✗ Ro.CI.BAT: warning for series starting with [v3,1/6] drm/i915/guc: Make the GuC fw loading helper functions general

[PATCH v3 0/4] Enable lspcon support for GEN9 devices
 2016-07-06 17:40 UTC  (9+ messages)
` [PATCH v3 1/4] drm: Helper for lspcon in drm_dp_dual_mode
` [PATCH v3 2/4] drm/i915: Add lspcon support for I915 driver
` [PATCH v3 3/4] drm/i915: Parse VBT data for lspcon
` [PATCH v3 4/4] drm/i915: Enable lspcon initialization
` ✗ Ro.CI.BAT: warning for Enable lspcon support for GEN9 devices (rev3)

[PATCH] drm/i915/dmc: Accept symbolic link in firmware name
 2016-07-06 17:31 UTC  (3+ messages)
` ✗ Ro.CI.BAT: failure for "

[PATCH] drm/i915: avoid wait_for_atomic() in non-atomic host2guc_action()
 2016-07-06 15:25 UTC  (4+ messages)
` ✓ Ro.CI.BAT: success for "

[RFC 6/6] drm/i915/vlv: Add intermediate field in intel_crtc_wm_state and handlers for two-level watermark
 2016-07-06 14:05 UTC  (3+ messages)

Pageflipping bugs in drm-next on at least Ironlake and Ivybridge
 2016-07-06 13:43 UTC  (3+ messages)

[PATCH 1/5] drm/i915: unify first-stage engine struct setup
 2016-07-06 12:47 UTC  (11+ messages)
` [PATCH 2/5] drm/i915: Prepare for engine init unification
` [PATCH 3/5] drm/i915: Unify engine init loop
` [PATCH 4/5] drm/i915: Make more use of the shared engine irq setup
` [PATCH 5/5] drm/i915: Simplify intel_init_ring_buffer prototype
` ✗ Ro.CI.BAT: failure for series starting with [1/5] drm/i915: unify first-stage engine struct setup

[CI 1/3] drm/i915: Always double check for a missed interrupt for new bottom halves
 2016-07-06 12:11 UTC  (4+ messages)
` [CI 2/3] drm/i915: Wake up the bottom-half if we steal their interrupt
` [CI 3/3] drm/i915: Group the irq breadcrumb variables into the same cacheline
` ✗ Ro.CI.BAT: failure for series starting with [CI,1/3] drm/i915: Always double check for a missed interrupt for new bottom halves

[PATCH v6 00/10] drm/i915: DP branch devices
 2016-07-06 11:50 UTC  (12+ messages)
` [PATCH v6 01/10] drm: Add missing DP downstream port types
` [PATCH v6 02/10] drm: Drop VGA from bpc definitions
` [PATCH v6 03/10] drm: Helper to read max clock rate
` [PATCH v6 04/10] drm: Helper to read max bits per component
` [PATCH v6 05/10] drm: Read DP branch device id
` [PATCH v6 06/10] drm: Read DP branch device HW revision
` [PATCH v6 07/10] drm: Read DP branch device SW revision
` [PATCH v6 08/10] drm/i915: Check pixel rate for DP to VGA dongle
` [PATCH v6 09/10] drm/i915: Update bits per component for display info
` [PATCH v6 10/10] drm/i915: Add DP branch device info on debugfs
` ✗ Ro.CI.BAT: failure for drm/i915: DP branch devices (rev6)

Legacy gamma table updates broken in 4.7-rc4
 2016-07-06 10:26 UTC 

[PATCH 1/2] drm/i915: compile-time consistency check on __EXEC_OBJECT flags
 2016-07-06 10:23 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: refactor eb_get_batch()
` ✗ Ro.CI.BAT: failure for series starting with [1/2] drm/i915: compile-time consistency check on __EXEC_OBJECT flags

[PATCH i-g-t v2 00/15] Add support for atomic modeset to IGT
 2016-07-06  9:55 UTC  (16+ messages)
` [PATCH i-g-t v2 01/15] igt_kms: Remove kmstest_connector_config.crtc_idx
` [PATCH i-g-t v2 02/15] igt_kms: Find optimal encoder only after selecting pipe
` [PATCH i-g-t v2 03/15] kms_psr_sink_crc: Use for_each_pipe_with_valid_output to find a valid config
` [PATCH i-g-t v2 04/15] igt_kms: Make PIPE_ANY a alias for PIPE_NONE
` [PATCH i-g-t v2 05/15] tests/kms: Clean up more users of unassigned pipes
` [PATCH i-g-t v2 06/15] igt_kms: Change PIPE_ANY behavior to mean unassigned
` [PATCH i-g-t v2 07/15] igt_kms: Handle atomic pipe properties better
` [PATCH i-g-t v2 08/15] igt_kms: Remove pan members from igt_plane, v2
` [PATCH i-g-t v2 09/15] igt_kms: Clear all _changed members centrally
` [PATCH i-g-t v2 10/15] igt_kms: Add modeset support to atomic commits
` [PATCH i-g-t v2 11/15] tests: Add kms_rmfb test
` [PATCH i-g-t v2 12/15] tests: Add kms_atomic_transition
` [PATCH i-g-t v2 13/15] igt_kms: Add more apis for panel fitting test
` [PATCH i-g-t v2 14/15] igt_kms: Allow disabling previous override mode
` [PATCH i-g-t v2 15/15] kms_panel_fitting: Add tests for fastboot

[PATCH 1/3] drm/i915: Always double check for a missed interrupt for new bottom halves
 2016-07-06  9:47 UTC  (9+ messages)
` [PATCH 2/3] drm/i915: Wake up the bottom-half if we steal their interrupt
` [PATCH 3/3] drm/i915: Group the irq breadcrumb variables into the same cacheline
` ✗ Ro.CI.BAT: failure for series starting with [1/3] drm/i915: Always double check for a missed interrupt for new bottom halves

[PATCH] Runtime: set the sub slice according to kernel pooled EU configure
 2016-07-06  3:00 UTC  (4+ messages)
` [PATCH] intel: Export pooled EU and min no. of eus in a pool

[PATCH 00/31] Move LRU page reclaim from zones to nodes v8
 2016-07-06  1:51 UTC  (3+ messages)

linux-next: build failure after merge of the tip tree (from the drm-intel tree)
 2016-07-05 17:59 UTC  (3+ messages)

[PATCH] drm/i915: Separate out reset flags from the reset counter
 2016-07-05 16:02 UTC  (2+ messages)
` ✗ Ro.CI.BAT: failure for "

[PATCH] drm/i915: Always double check for a missed interrupt for new bottom halves
 2016-07-05 15:04 UTC  (5+ messages)
` ✗ Ro.CI.BAT: warning for "

[PATCH v2 0/6] HuC Loading Patches
 2016-07-05 14:44 UTC  (3+ messages)
` [PATCH v2 1/6] drm/i915/guc: Make the GuC fw loading helper functions general

[PATCH 0/6] HuC Loading Patches
 2016-07-05 14:41 UTC  (8+ messages)
` [PATCH 3/6] drm/i915/huc: Add HuC fw loading support

linux-firmware-i915 pull request (bxt dmc, kbl dmc)
 2016-07-05 13:43 UTC  (2+ messages)

[PATCH] drm/i915: Convert dev_priv->dev backpointers to dev_priv->drm
 2016-07-05 13:53 UTC  (5+ messages)
` ✗ Ro.CI.BAT: failure for "

[PATCH] drm/i915: remove superfluous i915_gem_object_free_mmap_offset call
 2016-07-05 13:21 UTC  (3+ messages)
` ✗ Ro.CI.BAT: failure for "

[PATCH] drm/i915: Wake up the bottom-half if we steal their interrupt
 2016-07-05 13:18 UTC  (4+ messages)
` ✗ Ro.CI.BAT: failure for "

[PATCH] drm/i915/guc: Protect against HAS_GUC_* returning true values other than one
 2016-07-05 12:54 UTC  (8+ messages)
` ✗ Ro.CI.BAT: warning for "
` ✗ Ro.CI.BAT: failure for drm/i915/guc: Protect against HAS_GUC_* returning true values other than one (rev3)

[PATCH 1/4] drm/i915: Split out runtime configuration of device info to its own file
 2016-07-05 11:37 UTC  (9+ messages)
` [PATCH 2/4] drm/i915: Remove use of dev_priv->dev backpointer in __i915_printk()
` [PATCH 3/4] drm/i915: Remove impossible tests for dev->dev_private
` [PATCH 4/4] drm/i915: Convert dev_priv->dev backpointers to dev_priv->drm
` ✗ Ro.CI.BAT: failure for series starting with [1/4] drm/i915: Split out runtime configuration of device info to its own file

[PATCH 1/3] drm/i915: Amalgamate gen6_mm_switch() and vgpu_mm_switch()
 2016-07-05 10:28 UTC  (10+ messages)
` [PATCH 2/3] drm/i915: Clean up GPU hang message
` [PATCH 3/3] drm/i915: Skip capturing an error state if we already have one
` ✗ Ro.CI.BAT: failure for series starting with [1/3] drm/i915: Amalgamate gen6_mm_switch() and vgpu_mm_switch()

[PATCH] drm/i915: remove redundant fbc warnings
 2016-07-05 10:21 UTC  (2+ messages)
` ✗ Ro.CI.BAT: failure for "

[PATCH] drm/i915: Replace lockless_dereference(bool) with READ_ONCE()
 2016-07-05  9:59 UTC  (4+ messages)
` ✓ Ro.CI.BAT: success for "

[PATCH v2] drm/i915:gen9: implement WaMediaPoolStateCmdInWABB
 2016-07-05  9:36 UTC  (4+ messages)
` ✗ Ro.CI.BAT: failure for drm/i915:gen9: implement WaMediaPoolStateCmdInWABB (rev2)

[PATCH] drm/i915:gen9: implement WaMediaPoolStateCmdInWABB
 2016-07-04 16:59 UTC  (3+ messages)
` ✗ Ro.CI.BAT: failure for "

[PATCH] drm/i915: Explicitly convert some macros to boolean values
 2016-07-04 15:47 UTC  (4+ messages)
` ✗ Ro.CI.BAT: failure for "

[PATCH] i915: fix build error with -Werror
 2016-07-04 15:30 UTC  (3+ messages)
` [PATCH v2] "

[PACTH i-g-t v1] lib/igt_gt: Fix unused variable warning for non-x86 targets
 2016-07-04 14:35 UTC  (2+ messages)

[PATCH i-g-t] configure: update bugzilla URL
 2016-07-04 14:34 UTC  (2+ messages)

[PATCH i-g-t] demos/intel_sprite_on: Fix connector iteration bug
 2016-07-04 14:34 UTC  (3+ messages)
` [PATCH v2 "

[PATCH] drm/i915: Remove use of dev_priv->dev backpointer in __i915_printk()
 2016-07-04 13:41 UTC  (2+ messages)
` ✗ Ro.CI.BAT: failure for "

[CI 1/2] drm/i915: Mass convert dev->dev_private to to_i915(dev)
 2016-07-04 11:55 UTC  (4+ messages)
` [CI 2/2] drm/i915: convert a few more E->dev_private to to_i915(E)
` ✗ Ro.CI.BAT: failure for series starting with [CI,1/2] drm/i915: Mass convert dev->dev_private to to_i915(dev)

[PATCH driver/intel] sna/cursor: Make sure hw cursors are disabled before disabling secondary planes
 2016-07-04 11:55 UTC  (3+ messages)

[PATCH 1/2] drm/i915/guc: Consolidate firmware major-minor to one place
 2016-07-04 11:22 UTC  (3+ messages)
` [PATCH 2/2] drm/i915/guc: Demote some firmware loading messages to debug
` ✗ Ro.CI.BAT: failure for series starting with [1/2] drm/i915/guc: Consolidate firmware major-minor to one place

[PATCH] drm/i915: Mass convert dev->dev_private to to_i915(dev)
 2016-07-04 10:37 UTC  (5+ messages)
  ` [PATCH] drm/i915: convert a few more E->dev_private to to_i915(E)
` ✗ Ro.CI.BAT: failure for drm/i915: Mass convert dev->dev_private to to_i915(dev) (rev2)

[PATCH] drm/i915: tidy up request alloc
 2016-07-04 10:36 UTC  (8+ messages)

[PATCH 1/2] Revert "drm/i915/kbl: drm/i915: Avoid GuC loading for now on Kabylake."
 2016-07-04 10:23 UTC  (3+ messages)
` ✗ Ro.CI.BAT: failure for series starting with [1/2] "

[PATCH] drm/i915: Hold irq uncore.lock when initialising fw_domains
 2016-07-04  9:37 UTC  (4+ messages)

[PATCH] drm/i915: Limit i915_ring_test_irq debugfs to actual rings
 2016-07-04  9:35 UTC  (3+ messages)

[PATCH 01/13] drm/i915: Move GEM request routines to i915_gem_request.c
 2016-07-04  9:02 UTC  (14+ messages)
` [PATCH 02/13] drm/i915: Retire oldest completed request before allocating next
` [PATCH 03/13] drm/i915: Derive GEM requests from dma-fence
` [PATCH 04/13] drm/i915: Disable waitboosting for fence_wait()
` [PATCH 05/13] drm/i915: Disable waitboosting for mmioflips/semaphores
` [PATCH 06/13] drm/i915: Export our request as a dma-buf fence on the reservation object
` [PATCH 07/13] drm/i915: Mark imported dma-buf objects as being coherent
` [PATCH 08/13] drm/i915: Rename request reference/unreference to get/put
` [PATCH 09/13] drm/i915: Rename i915_gem_context_reference/unreference()
` [PATCH 10/13] drm/i915: Wrap drm_gem_object_lookup in i915_gem_object_lookup
` [PATCH 11/13] drm/i915: Wrap drm_gem_object_reference in i915_gem_object_get
` [PATCH 12/13] drm/i915: Rename drm_gem_object_unreference in preparation for lockless free
` [PATCH 13/13] drm/i915: Rename drm_gem_object_unreference_unlocked "
` ✗ Ro.CI.BAT: failure for series starting with [01/13] drm/i915: Move GEM request routines to i915_gem_request.c

[PATCH 1/4] drm/i915: Preserve current RPS frequency across init
 2016-07-04  8:34 UTC  (2+ messages)
` ✗ Ro.CI.BAT: failure for series starting with [1/4] "


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