public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2016-04-12 15:22:56 to 2016-04-13 18:20:34 UTC [more...]

[PATCH 00/12] drm/i915: VLV/CHV irq handler fixes
 2016-04-13 18:19 UTC  (9+ messages)
` [PATCH 01/12] drm/i915: Use GEN8_MASTER_IRQ_CONTROL consistently
` [PATCH 02/12] drm/i915: Set up VLV_MASTER_IER consistently
` [PATCH 03/12] drm/i915: Clear VLV_IIR after PIPESTAT
` [PATCH 04/12] drm/i915: Clear VLV_MASTER_IER around irq processing
` [PATCH 07/12] drm/i915: Move variables to narrower scope in VLV/CHV irq handlers
` [PATCH 08/12] drm/i915: Split PORT_HOTPLUG_STAT ack out from i9xx_hpd_irq_handler()
` [PATCH 09/12] drm/i915: Split VLV/CVH PIPESTAT handling into ack+handler
` [PATCH 10/12] drm/i915: Move gt/pm irq handling out from irq disabled section on VLV

[PATCH] drm/i915: Get audio power domain during initial hw readout
 2016-04-13 18:19 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH] drm/i915: Ignore GTFIFODBG FIFO free entry fields on CHV
 2016-04-13 18:09 UTC 

[PATCH 1/1] change the order to cleanup drm_property_blob after drm_crtc
 2016-04-13 18:09 UTC 

[PATCH] drm/i915/dp/mst: Fix MST logic in intel_dp_long_pulse()
 2016-04-13 18:06 UTC  (7+ messages)
` [PATCH v2] "
` ✗ Fi.CI.BAT: failure for drm/i915/dp/mst: Fix MST logic in intel_dp_long_pulse() (rev3)

[PATCH v2 00/11] drm/i915: Rework page flip to be more atomic like, and remove cs flips
 2016-04-13 17:55 UTC  (13+ messages)
` [PATCH v2 01/11] drm/core: Add drm_accurate_vblank_count, v4
` [PATCH v2 02/11] drm/i915: Remove stallcheck special handling
` [PATCH v2 03/11] drm/i915: Remove intel_prepare_page_flip
` [PATCH v2 04/11] drm/i915: Add support for detecting vblanks when hw frame counter is unavailable
` [PATCH v2 05/11] drm/i915: Allow mmio updates on all platforms, v2
` [PATCH v2 06/11] drm/i915: Convert flip_work to a list
` [PATCH v2 07/11] drm/i915: Add the exclusive fence to plane_state
` [PATCH v2 08/11] drm/i915: Rework intel_crtc_page_flip to be almost atomic, v3
` [PATCH v2 09/11] drm/i915: Remove cs based page flip support
` [PATCH v2 10/11] drm/i915: Remove use_mmio_flip kernel parameter
` [PATCH v2 11/11] drm/i915: Remove queue_flip pointer
` ✗ Fi.CI.BAT: failure for drm/i915: Rework page flip to be more atomic like, and remove cs flips

[PATCH v4 0/6] Fixes and workarounds for GuC/doorbell setup
 2016-04-13 17:52 UTC  (9+ messages)
` [PATCH v4 1/6] drm/i915/guc: add doorbell map to debugfs/i915_guc_info
` [PATCH v4 2/6] drm/i915/guc: move guc_ring_doorbell() nearer to callsite
` [PATCH v4 4/6] drm/i915/guc: (re)initialise doorbell h/w when enabling GuC submission
` [PATCH v4 5/6] drm/i915/guc: disable GuC submission earlier during GuC (re)load

[PATCH] drm/i915: Provide a modparam to disable firmware loading
 2016-04-13 17:48 UTC  (3+ messages)

[PATCH v2 00/10] Unduplicate CHV phy code
 2016-04-13 17:47 UTC  (11+ messages)
` [PATCH v2 01/10] drm/i915: Set crtc_state->lane_count for HDMI
` [PATCH v2 02/10] drm/i915: Unduplicate CHV signal level code
` [PATCH v2 03/10] drm/i915: Unduplicate chv_data_lane_soft_reset()
` [PATCH v2 04/10] drm/i915: Unduplicate CHV phy-releated pre pll enabling code
` [PATCH v2 05/10] drm/i915: Unduplicate CHV pre-encoder enabling phy logic
` [PATCH v2 06/10] drm/i915: Undiplicate CHV encoders' post pll disable code
` [PATCH v2 07/10] drm/i915: Undiplicate VLV signal level code
` [PATCH v2 08/10] drm/i915: Unduplicate VLV phy pre pll enabling code
` [PATCH v2 09/10] drm/i915: Unduplicate pre encoder enabling phy code
` [PATCH v2 10/10] drm/i915: Move VLV HDMI lane reset work around logic to intel_dpio_phy.c

[RESEND FOR CI PATCH v2] drm/i915: Fix eDP low vswing for Broadwell
 2016-04-13 17:07 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915: Fix eDP low vswing for Broadwell (rev3)

[RESEND FOR CI PATCH 1/2] drm/i915/dp/mst: Fix MST logic in intel_dp_long_pulse()
 2016-04-13 16:53 UTC  (3+ messages)
` [RESEND FOR CI PATCH 2/2] drm/i915: Fixing eDP detection on certain platforms
` ✗ Fi.CI.BAT: failure for series starting with [RESEND,FOR,CI,1/2] drm/i915/dp/mst: Fix MST logic in intel_dp_long_pulse()

[PATCH 0/5] drm/i915: Rest of my DSI and DPLL stuff
 2016-04-13 16:29 UTC  (8+ messages)
` [PATCH 1/5] drm/i915: Setup DPLL/DPLLMD for DSI too on VLV/CHV
` [PATCH 2/5] drm/i915: Compute DSI PLL parameters during .compute_config()
` [PATCH 3/5] drm/i915: Eliminate {vlv, bxt}_configure_dsi_pll()
` [PATCH 4/5] drm/i915: Hook up pfit for DSI
` [PATCH 5/5] drm/i915: Reject 'Center' scaling mode for eDP/DSI on GMCH platforms
` ✗ Fi.CI.BAT: failure for drm/i915: Rest of my DSI and DPLL stuff

[PATCH] drm/i915/skl: Update eDRAM calculation
 2016-04-13 15:52 UTC 

[PATCH 0/5] PowerManagement Toggle for PowerTOP
 2016-04-13 15:25 UTC  (13+ messages)
  ` [PATCH 1/5] drm/i915: Add sys PSR toggle interface
  ` [PATCH 2/5] drm/i915: Add sys FBC "
  ` [PATCH 3/5] drm/i915: Add sys RC6 "
  ` [PATCH 4/5] drm/i915: Add sys drrs "
  ` [PATCH 5/5] drm-i915: Add sys IPS "
` ✗ Fi.CI.BAT: failure for series starting with [1/5] drm/i915: Add sys PSR "

[CI-ping 01/15] drm/i915: Force clean compilation with -Werror
 2016-04-13 15:18 UTC  (27+ messages)
` [CI-ping 02/15] drm/i915: Disentangle i915_drv.h includes
` [CI-ping 03/15] drm/i915: Add GEM debugging Kconfig option
` [CI-ping 04/15] drm/i915: Hide the atomic_read(reset_counter) behind a helper
` [CI-ping 05/15] drm/i915: Simplify checking of GPU reset_counter in display pageflips
` [CI-ping 06/15] drm/i915: Tighten reset_counter for reset status
` [CI-ping 07/15] drm/i915: Store the reset counter when constructing a request
` [CI-ping 08/15] drm/i915: Simplify reset_counter handling during atomic modesetting
` [CI-ping 09/15] drm/i915: Prevent leaking of -EIO from i915_wait_request()
` [CI-ping 10/15] drm/i915: Suppress error message when GPU resets are disabled
` [CI-ping 11/15] drm/i915: Prevent machine death on Ivybridge context switching
` [CI-ping 12/15] drm/i915: Force ringbuffers to not be at offset 0
  ` [Intel-gfx] "
` [CI-ping 13/15] drm/i915: Move the mb() following release-mmap into release-mmap
` [CI-ping 14/15] drm/i915: Reorganise legacy context switch to cope with late failure
      ` [PATCH 1/2] drm/i915: Split out !RCS legacy context switching
        ` [PATCH 2/2] drm/i915: Reorganise legacy context switch to cope with late failure
` [CI-ping 15/15] drm/i915: Late request cancellations are harmful

[PATCH 1/3] drm/i915/overlay: Replace i915_gem_obj_ggtt_offset() with the known flip_addr
 2016-04-13 15:12 UTC  (9+ messages)
` [PATCH 2/3] io-mapping: Specify mapping size for io_mapping_map_wc()
` [PATCH 3/3] drm/i915: Move ioremap_wc tracking onto VMA
      ` [PATCH] "

[PATCH 00/14] Gen8 Execlist based Engine reset and recovery support
 2016-04-13 14:59 UTC  (16+ messages)
` [PATCH 01/14] drm/i915: Update i915.reset to handle engine resets
` [PATCH 02/14] drm/i915/tdr: Extend the idea of reset_counter to engine reset
` [PATCH 03/14] drm/i915: Reinstate hang recovery work queue
` [PATCH 04/14] drm/i915/tdr: Modify error handler for per engine hang recovery
` [PATCH 05/14] drm/i915/tdr: Prepare execlist submission to handle tdr resubmission after reset
` [PATCH 06/14] drm/i915/tdr: Capture engine state before reset
` [PATCH 07/14] drm/i915/tdr: Restore engine state and start after reset
` [PATCH 08/14] drm/i915/tdr: Add support for per engine reset recovery
` [PATCH 09/14] drm/i915: Skip reset request if there is one already
` [PATCH 10/14] drm/i915: Extending i915_gem_check_wedge to check engine reset in progress
` [PATCH 11/14] drm/i915: Port of Added scheduler support to __wait_request() calls
` [PATCH 12/14] drm/i915/tdr: Add engine reset count to error state
` [PATCH 13/14] drm/i915/tdr: Export reset count info to debugfs
` [PATCH 14/14] drm/i915/tdr: Enable Engine reset and recovery support
` ✗ Fi.CI.BAT: failure for Gen8 Execlist based "

[PATCH v4 RESEND 0/5] Move workarounds from intel_dp_dpcd_read_wake() into drm's DP helpers
 2016-04-13 14:58 UTC  (8+ messages)
  ` [PATCH v5 0/4] "
    ` [PATCH v5 1/4] drm/dp_helper: Always wait before retrying native aux transactions
    ` [PATCH v5 2/4] drm/dp_helper: Retry aux transactions on all errors
    ` [PATCH v5 3/4] drm/dp_helper: Perform throw-away read before actual read in drm_dp_dpcd_read()
    ` [PATCH v5 4/4] drm/i915: Get rid of intel_dp_dpcd_read_wake()

[PATCH 1/2] drm/i915/BXT: Get pipe conf from the port registers
 2016-04-13 14:46 UTC  (15+ messages)
` [PATCH 2/2] drm/i915/BXT: Tolerance at BXT DSI pipe_config comparison

[PATCH 1/5] drm/i915: use dev_priv directly in gen8_ppgtt_notify_vgt
 2016-04-13 14:39 UTC  (6+ messages)
` [PATCH 2/5] drm/i915: harden allocation paths in allocate_va_range
` [PATCH 3/5] drm/i915: bail in alloc_pdp when !FULL_48BIT_PPGTT
` [PATCH 4/5] drm/i915: call kunmap_px on pt_vaddr
` [PATCH 5/5] drm/i915: Propagate error from drm_gem_object_init()
` ✗ Fi.CI.BAT: failure for series starting with [1/5] drm/i915: use dev_priv directly in gen8_ppgtt_notify_vgt

[CI-RUN PATCH 0/3] ci-run of edram size patches
 2016-04-13 14:26 UTC  (4+ 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

[for-CI-v2] drm/i915/mocs: Program MOCS for all engines on init
 2016-04-13 14:03 UTC 

[CI-RUN PATCH 0/2] ci-run of shrinker rpm fixes
 2016-04-13 14:01 UTC  (4+ messages)
` [PATCH 1/2] drm/i915: Unbind objects in shrinker only if device is runtime active
` [PATCH 2/2] drm/i915: Add rpm get/put in i915_shrinker_oom

[PATCH v2 0/6] HPD support during suspend
 2016-04-13 14:00 UTC  (8+ messages)
` [PATCH v2 3/5] drm/i915/bxt: Corrected the guid for bxt

[PATCH v4] drm/i915/mocs: Program MOCS for all engines on init
 2016-04-13 13:52 UTC  (6+ messages)

[for-CI] drm/i915/mocs: Program MOCS for all engines on init
 2016-04-13 13:50 UTC 

[for-CI] no-used-pml4
 2016-04-13 13:50 UTC 

[PATCH] drm/i915/opregion: remove unnecessary ifdefs on CONFIG_ACPI
 2016-04-13 13:01 UTC  (4+ messages)

[PATCH v4] drm/i915: Adjust size of PIPE_CONTROL used for gen8 render seqno write
 2016-04-13 12:48 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Adjust size of PIPE_CONTROL used for gen8 render seqno write (rev4)

[PATCH 1/2] drm/i915/skl: Fix rc6 based gpu/system hang
 2016-04-13 12:43 UTC  (4+ messages)
` [PATCH 2/2] drm/i915/skl: Fix spurious gpu hang with gt3/gt4 revs

[PATCH] drm/i915: add INTEL_GEN() helper shorthand for INTEL_INFO()->gen
 2016-04-13 12:32 UTC  (4+ messages)

What are the consequences of not installing the non-free intel firmware needed on Skylake?
 2016-04-13 12:32 UTC 

[PATCH 2/2] drm/i915: Use intel_get_pipe_timings() and intel_mode_from_pipe_config() in intel_crtc_mode_get()
 2016-04-13 12:08 UTC  (3+ messages)
` [PATCH v2 "

[PATCH 0/3] edram size calculation
 2016-04-13 10:36 UTC  (6+ messages)
` [PATCH 1/3] drm/i915: Don't program eLLC IDI hash mask for gen9+
` [PATCH 3/3] drm/i915: Calculate edram size

[RFC 1/2] drm/i915: Move ioremap_wc tracking onto VMA
 2016-04-13  9:56 UTC  (9+ messages)
` [RFC 2/2] drm/i915: Use i915_vma_iomap from the ringbuffer
` ✗ Fi.CI.BAT: failure for series starting with [RFC,1/2] drm/i915: Move ioremap_wc tracking onto VMA

[PATCH 1/2] drm/i915: Split execlists hardware status page initialisation from setup
 2016-04-13  9:50 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for series starting with [1/2] "

[PATCH] drm/i915: Fixing eDP detection on certain platforms
 2016-04-13  9:13 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915: Fixing eDP detection on certain platforms (rev4)

[PATCH v5 00/46] pwm: add support for atomic update
 2016-04-13  8:26 UTC  (7+ messages)
` [PATCH v5 03/46] backlight: lm3630a_bl: stop messing with the pwm->period field

[PATCH 00/10] drm/i915: Fix VLV/CHV unclaimed register errors
 2016-04-12 19:56 UTC  (7+ messages)
` [PATCH 10/10] Revert "drm/i915: Limit the auto arming of mmio debugs on vlv/chv"
` ✗ Fi.CI.BAT: failure for drm/i915: Fix VLV/CHV unclaimed register errors

[PATCH 00/16] drm/i915: DSI and DPLL stuff for VLV/CHV mostly
 2016-04-12 18:39 UTC  (2+ messages)

[PATCH 0/3] drm/i915: Exorcise ilk underruns
 2016-04-12 17:03 UTC  (4+ messages)
` [PATCH 3/3] drm/i915: Replace ILK eDP underrun suppression with something better

[PATCH] drm/i915/gen9: implement WaEnableSamplerGPGPUPreemptionSupport
 2016-04-12 16:53 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915/gen9: implement WaEnableSamplerGPGPUPreemptionSupport (rev3)

[PATCH v3] drm/core: Add drm_accurate_vblank_count, v3
 2016-04-12 16:43 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH 1/2] drm/i915: Fix up ERR_PTR handling for pinning the ringbuffer
 2016-04-12 16:29 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for series starting with drm/i915: check for ERR_PTR from i915_gem_object_pin_map() (rev2)

[PATCH] drm: atomic: fix legacy gamma set helper
 2016-04-12 16:07 UTC  (5+ messages)

[PATCH 04/10] drm/i915: Move vlv/chv display irq code to a more logical place
 2016-04-12 15:56 UTC  (2+ messages)
` [PATCH v2 "

[PATCH 02/10] drm/i915: Fix up vlv/chv display irq setup
 2016-04-12 15:56 UTC  (2+ messages)
` [PATCH v2 "

[PATCH 00/16] drm/i915/bxt: Fix/enable display power well support/runtime PM
 2016-04-12 15:22 UTC  (3+ messages)
` [PATCH 15/16] Revert "drm/i915/bxt: Disable power well support"


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