public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2016-08-15 20:47:08 to 2016-08-17 11:07:59 UTC [more...]

[PATCH v7 00/19] Support for sustained capturing of GuC firmware logs
 2016-08-17 11:07 UTC  (23+ messages)
` [PATCH 01/19] drm/i915: Decouple GuC log setup from verbosity parameter
` [PATCH 02/19] drm/i915: Add GuC ukernel logging related fields to fw interface file
` [PATCH 03/19] drm/i915: New structure to contain GuC logging related fields
` [PATCH 04/19] drm/i915: Add low level set of routines for programming PM IER/IIR/IMR register set
` [PATCH 05/19] drm/i915: Support for GuC interrupts
` [PATCH 06/19] drm/i915: Handle log buffer flush interrupt event from GuC
` [PATCH 07/19] relay: Use per CPU constructs for the relay channel buffer pointers
` [PATCH 08/19] drm/i915: Add a relay backed debugfs interface for capturing GuC logs
` [PATCH 09/19] drm/i915: New lock to serialize the Host2GuC actions
` [PATCH 10/19] drm/i915: Add stats for GuC log buffer flush interrupts
` [PATCH 11/19] drm/i915: Optimization to reduce the sampling time of GuC log buffer
` [PATCH 12/19] drm/i915: Increase GuC log buffer size to reduce flush interrupts
` [PATCH 13/19] drm/i915: Augment i915 error state to include the dump of GuC log buffer
` [PATCH 14/19] drm/i915: Forcefully flush GuC log buffer on reset
` [PATCH 15/19] drm/i915: Debugfs support for GuC logging control
` [PATCH 16/19] drm/i915: Use uncached(WC) mapping for acessing the GuC log buffer
` [PATCH 17/19] drm/i915: Use SSE4.1 movntdqa based memcpy for sampling "
` [PATCH 18/19] drm/i915: Early creation of relay channel for capturing boot time logs
` [PATCH 19/19] drm/i915: Sync against the GuC log buffer flush work item on system suspend
` ✗ Ro.CI.BAT: failure for Support for sustained capturing of GuC firmware logs (rev8)

[PATCH] drm/i915: Remember to set vma->pages for the preallocated stolen object
 2016-08-17 11:02 UTC  (2+ messages)

[PATCH v8 00/12] drm/i915: DP branch devices
 2016-08-17 10:49 UTC  (14+ messages)
` [PATCH v8 01/12] drm: Add missing DP downstream port types
` [PATCH v8 02/12] drm: Drop VGA from bpc definitions
` [PATCH v8 03/12] drm: Helper to read max clock rate
` [PATCH v8 04/12] drm: Helper to read max bits per component
` [PATCH v8 05/12] drm: Read DP branch device id
` [PATCH v8 06/12] drm/i915: Cleanup DisplayPort AUX channel initialization
` [PATCH v8 07/12] drm/i915: Read DP branch device HW revision
` [PATCH v8 08/12] drm/i915: Read DP branch device SW revision
` [PATCH v8 09/12] Check pixel rate for DP to VGA dongle
` [PATCH v8 09/12] drm/i915: "
` [PATCH v8 10/12] drm/i915: Update bits per component for display info
` [PATCH v8 11/12] drm: Add DP branch device info on debugfs
` [PATCH v8 12/12] drm/i915: Check TMDS clock DP to HDMI dongle

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

[CI 1/2] drm/i915: Add enum for hardware engine identifiers
 2016-08-17 10:31 UTC  (9+ messages)
` [CI 2/2] drm/i915: Initialize legacy semaphores from engine hw id indexed array
` ✗ Ro.CI.BAT: failure for series starting with [CI,1/2] drm/i915: Add enum for hardware engine identifiers

[PATCH] drm/i915: Tidy reporting busy status during i915_gem_retire_requests()
 2016-08-17 10:10 UTC  (5+ messages)
` [PATCH 1/2] "
  ` [PATCH 2/2] drm/i915: Make for_each_engine_masked() more compact and quicker
` ✗ Ro.CI.BAT: failure for drm/i915: Tidy reporting busy status during i915_gem_retire_requests()

[PATCH RFC 0/4] svm support
 2016-08-17  9:37 UTC  (6+ messages)
` [PATCH RFC 3/4] drm/i915: add SVM execbuf ioctl v10

[PATCH 0/2] Live status detection fixes
 2016-08-17  9:35 UTC  (7+ messages)
` [PATCH 1/2] drm/i915: Skip live status if not supported
` [PATCH 2/2] drm/i915: add module param for live_status
` ✗ Ro.CI.BAT: failure for Live status detection fixes

An almost complete set of reviewed patches for tiled partial
 2016-08-17  9:26 UTC  (40+ messages)
` [PATCH 01/22] drm/i915: Cache kmap between relocations
` [PATCH 02/22] drm/i915: Extract i915_gem_obj_prepare_shmem_write()
` [PATCH 03/22] drm/i915: Before accessing an object via the cpu, flush GTT writes
` [PATCH 04/22] drm/i915: Wait for writes through the GTT to land before reading back
` [PATCH 05/22] drm/i915: Pin the pages first in shmem prepare read/write
` [PATCH 06/22] drm/i915: Tidy up flush cpu/gtt write domains
` [PATCH 07/22] drm/i915: Refactor execbuffer relocation writing
` [PATCH 08/22] drm/i915: Fallback to single page GTT mmappings for relocations
` [PATCH 09/22] drm/i915: Disallow direct CPU access to stolen pages "
` [PATCH 10/22] drm/i915: Move map-and-fenceable tracking to the VMA
` [PATCH 11/22] drm/i915: Allow ringbuffers to be bound anywhere
` [PATCH 12/22] drm/i915: Allocate rings from stolen
` [PATCH 13/22] drm/i915/userptr: Make gup errors stickier
` [PATCH 14/22] drm/i915: Rename fence.lru_list to link
` [PATCH 15/22] drm/i915: Move fence tracking from object to vma
` [PATCH 16/22] drm/i915: Choose partial chunksize based on tile row size
` [PATCH 17/22] drm/i915: Fix partial GGTT faulting
` [PATCH 18/22] drm/i915: Choose not to evict faultable objects from the GGTT
` [PATCH 19/22] drm/i915: Fallback to using unmappable memory for scanout
` [PATCH 20/22] drm/i915: Track display alignment on VMA
` [PATCH 21/22] drm/i915: Bump the inactive tracking for all VMA accessed
` [PATCH 22/22] drm/i915: Stop discarding GTT cache-domain on unbind vma
` ✗ Ro.CI.BAT: failure for series starting with [01/22] drm/i915: Cache kmap between relocations

cmdparser perf improvement
 2016-08-17  7:55 UTC  (15+ messages)
` [PATCH 2/9] drm/i915/cmdparser: Add the TIMESTAMP register for the other engines
` [PATCH 3/9] drm/i915/cmdparser: Use cached vmappings
` [PATCH 4/9] drm/i915/cmdparser: Only cache the dst vmap
` [PATCH 6/9] drm/i915/cmdparser: Compare against the previous command descriptor

DP Compliance Link Training tests failures
 2016-08-17  2:51 UTC 

DP MST Stability + Upfront Link Training
 2016-08-16 22:52 UTC 

[drm-intel:topic/drm-misc 10/25] drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.c:140:18: error: passing argument 1 of 'dc_ops->cleanup' from incompatible pointer type
 2016-08-16 20:00 UTC 

[PATCH 0/9] Enable upfront link training on DDI platforms
 2016-08-16 17:25 UTC  (7+ messages)
` [PATCH 7/9] drm/i915/dp: Enable upfront link training on SKL
` [PATCH 8/9] drm/i915: Split hsw_get_dpll()
` [PATCH 9/9] drm/i915: Enable upfront link training support for HSW/BDW

[PATCH] drm/i915: Call intel_fbc_pre_update() after pinning the new pageflip
 2016-08-16 17:04 UTC  (4+ messages)
` ✗ Ro.CI.BAT: warning for "

[PATCH v4 0/4] Enable lspcon support for GEN9 devices
 2016-08-16 17:01 UTC  (6+ messages)
` [PATCH v4 1/4] drm: Helper for lspcon in drm_dp_dual_mode
` [PATCH v4 2/4] drm/i915: Add lspcon support for I915 driver
` [PATCH v4 3/4] drm/i915: Parse VBT data for lspcon
` [PATCH v4 4/4] drm/i915: Enable lspcon initialization
` ✗ Ro.CI.BAT: warning for Enable lspcon support for GEN9 devices (rev4)

[PATCH v3 00/11] Enable Gen 7 Observation Architecture
 2016-08-16 15:08 UTC  (5+ messages)
` [PATCH v3 01/11] drm/i915: Add i915 perf infrastructure

[PATCH] drm/i915: Unconditionally flush any chipset buffers before execbuf
 2016-08-16 14:01 UTC  (3+ messages)
` ✗ Ro.CI.BAT: failure for "

[PATCH] agp/intel: Flush chipset writes after updating a single PTE
 2016-08-16 13:29 UTC  (2+ messages)
` ✗ Ro.CI.BAT: failure for "

[PATCH v6 00/18] Support for sustained capturing of GuC firmware logs
 2016-08-16 12:19 UTC  (14+ messages)
` [PATCH 06/18] drm/i915: Handle log buffer flush interrupt event from GuC
` [PATCH 14/18] drm/i915: Forcefully flush GuC log buffer on reset

[PATCH] drm/i915/kbl: Limit WaDisableDynamicCreditSharing to A0
 2016-08-16 12:13 UTC  (3+ messages)

[PATCH] drm: make drm_get_format_name thread-safe
 2016-08-16 12:07 UTC  (4+ messages)
` [FIXUP] drm: remove `const` attribute to hint at caller that they now own the memory

[PATCH 0/2] HuC/GuC status to Get Params
 2016-08-16 11:59 UTC  (6+ messages)
` [PATCH 1/2] drm/i915/get_params: Add GuC status to getparams
` [PATCH 2/2] drm/i915/get_params: Add HuC "
` ✗ Ro.CI.BAT: failure for HuC/GuC status to Get Params

[PATCH v6 0/6] HuC Loading Patches
 2016-08-16 11:54 UTC  (8+ messages)
` [PATCH v6 1/6] drm/i915/guc: Make the GuC fw loading helper functions general
` [PATCH v6 2/6] drm/i915/huc: Unified css_header struct for GuC and HuC
` [PATCH v6 3/6] drm/i915/huc: Add HuC fw loading support
` [PATCH v6 4/6] drm/i915/huc: Add debugfs for HuC loading status check
` [PATCH v6 5/6] drm/i915/huc: Support HuC authentication
` [PATCH v6 6/6] drm/i915/huc: Add BXT HuC Loading Support
` ✗ Ro.CI.BAT: failure for HuC Loading Patches

[PATCH v2 1/2] drm/i915/mst: Validate modes against available link bandwidth
 2016-08-16 11:23 UTC  (2+ messages)

[PATCH v2 1/2] drm/i915/mst: Validate modes against available link bandwidth
 2016-08-16 11:19 UTC  (2+ messages)

[PATCH] drm/i915: Silence GCC warning for cmn_a_well
 2016-08-16  9:42 UTC  (3+ messages)
` ✗ Ro.CI.BAT: warning for "

[CI] drm/i915: Embrace the race in busy-ioctl
 2016-08-16  9:24 UTC  (2+ messages)
` ✗ Ro.CI.BAT: failure for drm/i915: Embrace the race in busy-ioctl (rev2)

Partial VMA fixes
 2016-08-16  8:40 UTC  (6+ messages)
` [PATCH 02/10] drm/i915/userptr: Make gup errors stickier
` [PATCH 08/10] drm/i915: Track display alignment on VMA

[PATCH 00/25] FBC crtc/fb locking + smaller fixes
 2016-08-16  7:36 UTC  (5+ messages)
` [PATCH 11/25] drm/i915/fbc: fix the FBC state checking code

[PATCH 0/2] Adapt patches from Jani to solve brightness hot key problem
 2016-08-16  6:53 UTC  (4+ messages)
` [PATCH 1/2] drm/i915: make i915 the source of acpi device ids for _DOD
` [PATCH 2/2] drm/i915/opregion: update cadl based on actually active outputs
` ✗ Ro.CI.BAT: failure for Adapt patches from Jani to solve brightness hot key problem

[PATCH v2 0/3] Prep. for DP audio MST support
 2016-08-16  6:25 UTC  (5+ messages)
` [PATCH v2 1/3] drm/i915: Add function to return port from an encoder
` [PATCH v2 2/3] drm/i915: Move audio_connector to intel_encoder
` [PATCH v2 3/3] drm/i915: start adding dp mst audio
` ✗ Ro.CI.BAT: failure for Prep. for DP audio MST support

[PATCH] drm/i915/fbc: disable FBC on FIFO underruns
 2016-08-16  5:57 UTC  (6+ messages)
`  "
` ✗ Ro.CI.BAT: failure for drm/i915/fbc: disable FBC on FIFO underruns (rev2)

[PATCH v3 00/21] drm/i915: Organize most GPU features by platform
 2016-08-15 21:01 UTC  (13+ messages)
` [PATCH v3 16/21] drm/i915: Move HAS_HW_CONTEXTS definition to platform
` [PATCH v3 17/21] drm/i915: Move HAS_LOGICAL_RING_CONTEXTS "
` [PATCH v3 18/21] drm/i915: Move HAS_L3_DPF definition to platform definition
` [PATCH v3 19/21] drm/i915: Move HAS_GMCH_DISPLAY definition to platform
` [PATCH v3 20/21] drm/i915: Make HWS_NEEDS_PHYSICAL the exception
` [PATCH v3 21/21] drm/i915: Move HAS_GUC definition to platform definition


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