public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2016-04-08 11:54:06 to 2016-04-11 14:07:48 UTC [more...]

[for-CI] Revert "drm/i915: Limit the auto arming of mmio debugs on vlv/chv"
 2016-04-11 14:07 UTC  (5+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH 00/10] drm/i915: Fix VLV/CHV unclaimed register errors
 2016-04-11 13:56 UTC  (11+ messages)
` [PATCH 01/10] drm/i915: Remove "VLV magic" from irq setup
` [PATCH 02/10] drm/i915: Fix up vlv/chv display "
` [PATCH 03/10] drm/i915: Skip display irq setup if display irqs aren't flagged as enabled
` [PATCH 04/10] drm/i915: Move vlv/chv display irq code to a more logical place
` [PATCH 05/10] drm/i915: Clear display interrupt before enabling when turning on the power well
` [PATCH 06/10] drm/i915: Use GEN5_IRQ_INIT() in vlv_display_irq_postinstall()
` [PATCH 07/10] drm/i915: Warn if irq_mask isn't ~0 during vlv/cvh display irq postinstall
` [PATCH 08/10] drm/i915: Move vlv_init_display_clock_gating() to the display power well
` [PATCH 09/10] drm/i915: Move DPINVGTT setup to vlv_display_irq_reset()
` [PATCH 10/10] Revert "drm/i915: Limit the auto arming of mmio debugs on vlv/chv"

GPU and machine hang fixes, take 2
 2016-04-11 13:50 UTC  (9+ messages)
` [PATCH 1/4] drm/i915: Prevent machine death on Ivybridge context switching
` [PATCH 2/4] drm/i915: Force ringbuffers to not be at offset 0
` [PATCH 3/4] drm/i915: Move the mb() following release-mmap into release-mmap
` [PATCH 4/4] drm/i915: Late request cancellations are harmful
` ✗ Fi.CI.BAT: warning for series starting with [1/4] drm/i915: Prevent machine death on Ivybridge context switching

[PATCH] drm: atomic: fix legacy gamma set helper
 2016-04-11 13:43 UTC  (6+ messages)
` ✗ Fi.CI.BAT: warning for "

[PATCH v3] test/gem_mocs_settings: Testing MOCS register settings
 2016-04-11 13:33 UTC  (2+ messages)

[PATCH v2] drm/i915: Fix eDP low vswing for Broadwell
 2016-04-11 13:30 UTC  (2+ messages)

[PATCH 00/16] drm/i915/bxt: Fix/enable display power well support/runtime PM
 2016-04-11 13:19 UTC  (20+ messages)
` [PATCH 01/16] drm/i915/bxt: Reject DMC firmware versions with known bugs
` [PATCH 02/16] drm/i915/bxt: Fix GRC code register field definitions
` [PATCH 03/16] drm/i915/bxt: Add a note about BXT_PORT_CL1CM_DW30 being read-only
` [PATCH 09/16] drm/i915/bxt: Pass drm_i915_private to DDI PHY, CDCLK helpers
` [PATCH 10/16] drm/i915/bxt: Power down DDI PHYs separately during the per PHY uninit
` [PATCH 11/16] drm/i915/bxt: Don't toggle power well 1 on-demand
` [PATCH 12/16] drm/i915/bxt: Sanitize the DBUF HW state together with CDCLK
` [PATCH 13/16] drm/i915/bxt: Don't reprogram an already enabled DDI PHY

[PATCHv3 0/4] Add USB typeC based DP support for BXT platform
 2016-04-11 13:21 UTC  (6+ messages)
` [PATCHv3 1/4] drm/i915: Make finding unused crtc as a generic function
` [PATCHv3 2/4] drm/i915: Store the dpll config in crtc_state->shared_dpll

[PATCH i-g-t v2] test/gem_mocs_settings: Testing MOCS register settings
 2016-04-11 13:15 UTC  (5+ messages)

[CI-ping 01/10] drm/i915: Force clean compilation with -Werror
 2016-04-11 12:37 UTC  (11+ messages)
` [CI-ping 02/10] drm/i915: Disentangle i915_drv.h includes
` [CI-ping 03/10] drm/i915: Add GEM debugging Kconfig option
` [CI-ping 04/10] drm/i915: Hide the atomic_read(reset_counter) behind a helper
` [CI-ping 05/10] drm/i915: Simplify checking of GPU reset_counter in display pageflips
` [CI-ping 06/10] drm/i915: Tighten reset_counter for reset status
` [CI-ping 07/10] drm/i915: Store the reset counter when constructing a request
` [CI-ping 08/10] drm/i915: Simplify reset_counter handling during atomic modesetting
` [CI-ping 09/10] drm/i915: Prevent leaking of -EIO from i915_wait_request()
` [CI-ping 10/10] drm/i915: Suppress error message when GPU resets are disabled
` ✗ Fi.CI.BAT: failure for series starting with [CI-ping,01/10] drm/i915: Force clean compilation with -Werror

[for-CI 1/5] drm/i915: Fix gen8 semaphores id for legacy mode
 2016-04-11 11:46 UTC  (7+ messages)
` [for-CI 2/5] drm/i915: Fix serialisation of pipecontrol write vs semaphore signal
` [for-CI 3/5] drm/i915: Reload PD tables after semaphore wait on gen8
` [for-CI 4/5] drm/i915: Enable semaphores for legacy submission "
` [for-CI 5/5] drm/i915: Enable legacy/semaphores for CI
` ✗ Fi.CI.BAT: failure for series starting with [for-CI,1/5] drm/i915: Fix gen8 semaphores id for legacy mode

[PATCH v4] drm/i915: implement WaClearTdlStateAckDirtyBits
 2016-04-11 11:17 UTC  (4+ messages)
` ✗ Fi.CI.BAT: warning for drm/i915: implement WaClearTdlStateAckDirtyBits (rev3)

[RFC 0/4] Eliminating the execlist retired request queue
 2016-04-11 10:20 UTC  (20+ messages)
` [RFC 1/4] drm/i915: Move releasing of the GEM request from free to retire/cancel
` [RFC 2/4] drm/i915/guc: Keep the previous context pinned until the next one has been completed
` [RFC 3/4] drm/i915: Use new i915_gem_object_pin_map for LRC
` [RFC 4/4] drm/i915: Stop tracking execlists retired requests
` ✗ Fi.CI.BAT: failure for Eliminating the execlist retired request queue

[PATCH] drm/i915/bxt: Reversed polarity of PORT_PLL_REF_SEL bit
 2016-04-11 10:10 UTC  (6+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915/bxt: Reversed polarity of PORT_PLL_REF_SEL bit (rev2)

[PATCH v4 3/3] drm/i915: Do not use {HAS_*, IS_*, INTEL_INFO}(dev_priv->dev)
 2016-04-11  9:53 UTC  (5+ messages)
` [RFC] Prefer INTEL_INFO(dev_priv) to INTEL_INFO(dev)

[PATCH 0/4] drm/i915: GMBUS fixes and whatnot
 2016-04-11  9:50 UTC  (8+ messages)
` [PATCH 2/4] drm/i915: Protect force_bit with gmbus_mutex
` [PATCH 3/4] drm/i915: Restore GMBUS operation after a failed bit-banging fallback
` [PATCH 4/4] drm/i915: Make GMBUS timeout message DRM_DEBUG_KMS

[PATCH] drm/core: Add drm_accurate_vblank_count_and_time
 2016-04-11  9:42 UTC  (5+ messages)
      ` [PATCH v2] drm/core: Add drm_accurate_vblank_count_and_time, v2

Finish gen8 legacy semaphores
 2016-04-11  9:06 UTC  (12+ messages)
` [PATCH 1/4] drm/i915: Fix gen8 semaphores id for legacy mode
` [PATCH 2/4] drm/i915: Fix serialisation of pipecontrol write vs semaphore signal
` [PATCH 3/4] drm/i915: Reload PD tables after semaphore wait on gen8
` [PATCH 4/4] drm/i915: Enable semaphores for legacy submission "
` ✗ Fi.CI.BAT: warning for series starting with [1/4] drm/i915: Fix gen8 semaphores id for legacy mode

[PATCH] drm/i915: Apply WaC6DisallowByGfxPause prior to SKL B0 / BXT A1
 2016-04-11  9:01 UTC  (2+ messages)

[PATCH 0/6] Unduplicate CHV phy code
 2016-04-11  8:58 UTC  (9+ messages)
` [PATCH 1/6] drm/i915: Set crtc_state->lane_count for HDMI
  ` [PATCH v2] "
` [PATCH 2/6] drm/i915: Unduplicate CHV signal level code
` [PATCH 3/6] drm/i915: Unduplicate chv_data_lane_soft_reset()
` [PATCH 4/6] drm/i915: Unduplicate CHV phy-releated pre pll enabling code
` [PATCH 5/6] drm/i915: Unduplicate CHV pre-encoder enabling phy logic
` [PATCH 6/6] drm/i915: Undiplicate CHV encoders' post pll disable code
` ✗ Fi.CI.BAT: failure for Unduplicate CHV phy code (rev2)

[PATCH] drm/i915: add INTEL_GEN() helper shorthand for INTEL_INFO()->gen
 2016-04-11  8:40 UTC  (4+ messages)
` [RFC] Convert INTEL_INFO(...)->gen to INTEL_GEN(...)

EIO cleanup
 2016-04-11  8:27 UTC  (17+ messages)
` [PATCH 01/10] drm/i915: Force clean compilation with -Werror
` [PATCH 02/10] drm/i915: Disentangle i915_drv.h includes
` [PATCH 03/10] drm/i915: Add GEM debugging Kconfig option
` [PATCH 04/10] drm/i915: Hide the atomic_read(reset_counter) behind a helper
` [PATCH 05/10] drm/i915: Simplify checking of GPU reset_counter in display pageflips
` [PATCH 06/10] drm/i915: Tighten reset_counter for reset status
` [PATCH 07/10] drm/i915: Store the reset counter when constructing a request
` [PATCH 08/10] drm/i915: Simplify reset_counter handling during atomic modesetting
` [PATCH 09/10] drm/i915: Prevent leaking of -EIO from i915_wait_request()
` [PATCH 10/10] drm/i915: Suppress error message when GPU resets are disabled
` ✗ Fi.CI.BAT: failure for series starting with [01/10] drm/i915: Force clean compilation with -Werror

[PATCH v4 0/4] drm/i915/dsi: improved gpio element support for vlv/chv/bxt
 2016-04-11  8:14 UTC  (3+ messages)
` [PATCH v4 3/4] drm/i915/dsi: add support for gpio elements on CHV

[PATCH 1/3] drm/i915: Reject panel_type > 0xf from VBT
 2016-04-11  8:09 UTC  (16+ messages)
` [PATCH 2/3] drm/i915: Replace the static panel_type variable with dev_priv->vbt.panel_type
` [PATCH 3/3] drm/i915: Get panel_type from OpRegion panel details
  ` [PATCH v2 "
` ✗ Fi.CI.BAT: failure for series starting with [1/3] drm/i915: Reject panel_type > 0xf from VBT
` [PATCH v2 1/3] "
` ✗ Fi.CI.BAT: failure for series starting with [v2,1/3] drm/i915: Reject panel_type > 0xf from VBT (rev3)

[PATCH] drm/core: Do not preserve framebuffer on rmfb, v2
 2016-04-11  7:30 UTC  (3+ messages)
` [PATCH] drm/core: Do not preserve framebuffer on rmfb, v3

[PATCH i-g-t] drv_hangman: Add test for modeset during gpu reset
 2016-04-11  6:23 UTC  (3+ messages)
` [PATCH v2 1/2] drm/i915: Fix modeset handling "
  ` [PATCH v2 2/2] drm/i915: Add a way to test the modeset done during gpu reset, v2

[PATCH i-g-t] Adding rotation tests using COMMIT_ATOMIC path
 2016-04-11  5:54 UTC 

Reviving the LPSS PWM patches
 2016-04-09 16:23 UTC  (9+ messages)

[PATCH] fix bug in function gen8_ppgtt_clear_range, passed wrong ptr to kunmap_px
 2016-04-09 16:20 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for "

[CI-ping 1/5] drm/i915: Remove forcewake dance from seqno/irq barrier on legacy gen6+
 2016-04-09 11:02 UTC  (6+ messages)
` [CI-ping 2/5] drm/i915: Separate out the seqno-barrier from engine->get_seqno
` [CI-ping 3/5] drm/i915: Harden detection of missed interrupts
` [CI-ping 4/5] drm/i915: Use simplest form for flushing the single cacheline in the HWS
` [CI-ping 5/5] drm/i915: Replace manual barrier() with READ_ONCE() in HWS accessor
` ✗ Fi.CI.BAT: failure for series starting with [CI-ping,1/5] drm/i915: Remove forcewake dance from seqno/irq barrier on legacy gen6+

[PATCH] drm/i915: add missing condition for committing planes on crtc
 2016-04-09  6:26 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

Fw: new important message
 2016-04-09  2:09 UTC 

drm modeset identifiers and xf86-video-intel
 2016-04-08 20:13 UTC  (3+ messages)

[PATCH] drm/i915: Set legacy properties when using legacy gamma set IOCTL
 2016-04-08 17:58 UTC  (5+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH] drm/i915/opregion: remove unnecessary ifdefs on CONFIG_ACPI
 2016-04-08 15:55 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH] drm/i915: Fix CHV data lane soft reset for HDMI
 2016-04-08 15:33 UTC  (4+ messages)
` ✗ Fi.CI.BAT: warning for "

[RFC/PATCH xf86-video-intel] sna: Let modestting + glamor handle gen9+
 2016-04-08 13:21 UTC  (3+ messages)

[PATCH 0/3] edram size calculation
 2016-04-08 12:58 UTC  (7+ messages)
` [PATCH 1/3] drm/i915: Don't program eLLC IDI hash mask for gen9+
` [PATCH 2/3] drm/i915: Store and use edram capabilities
` [PATCH 3/3] drm/i915: Calculate edram size
` ✓ Fi.CI.BAT: success for edram size calculation

[PATCH v2 0/6] HPD support during suspend
 2016-04-08 12:55 UTC  (4+ messages)
` [PATCH v2 3/5] drm/i915/bxt: Corrected the guid for bxt

vmap consolidation to obj->mapping
 2016-04-08 12:27 UTC  (2+ messages)
` ✗ Fi.CI.BAT: warning for series starting with [v2,1/6] drm/i915/dmabuf: Tighten struct_mutex for unmap_dma_buf


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