intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-21 12:20:35 to 2016-04-22 14:21:22 UTC [more...]

[PATCH v2 00/16] Pre-calculate SKL-style atomic watermarks
 2016-04-22 14:21 UTC  (8+ messages)
` [PATCH v2 13/16] drm/i915/gen9: Propagate watermark calculation failures up the call chain
` [PATCH v2 15/16] drm/i915/gen9: Reject display updates that exceed wm limitations

[PATCH 0/3] drm/i915/bxt: Fix PHY init with partial BIOS config
 2016-04-22 14:07 UTC  (6+ messages)
` ✗ Fi.CI.BAT: failure for "
` ✗ Fi.CI.BAT: failure for drm/i915/bxt: Fix PHY init with partial BIOS config (rev2)

[PATCH i-g-t v2 0/6] kms_flip_event_leak and kms_vblank fixes for VC4
 2016-04-22 13:54 UTC  (7+ messages)
` [PATCH i-g-t v2 1/6] lib/igt_kms: Move IGT_MAX_PLANES into the igt_plane enum
` [PATCH i-g-t v2 2/6] lib/igt_kms: Add support for up to 10 planes
` [PATCH i-g-t v2 3/6] lib/igt_kms: Fix plane counting in igt_display_init
` [PATCH i-g-t v2 4/6] lib/igt_kms: Switch to verbose assert
` [PATCH i-g-t v2 5/6] kms_flip_event_leak: Enable test on DRIVER_ANY
` [PATCH i-g-t v2 6/6] kms_vblank: Switch from using crtc0 statically to explicitly setting mode

[PATCH] drm/i915: Propagate error from drm_gem_object_init()
 2016-04-22 13:44 UTC  (3+ messages)

Cleanup of early quirks
 2016-04-22 13:32 UTC  (10+ messages)
` [PATCH 1/2] drm/i915: Canonicalize stolen memory calculations
` [PATCH 2/2] drm/i915: Function per early graphics quirk
` [PATCH v2 1/2] drm/i915: Canonicalize stolen memory calculations
  ` [PATCH v2 2/2] drm/i915: Function per early graphics quirk
` ✗ Fi.CI.BAT: warning for series starting with [1/2] drm/i915: Canonicalize stolen memory calculations (rev2)

re Fi.CI.BAT: failure for drm/i915:bxt: implement WaProgramL3SqcReg1DefaultForPerf (rev4)
 2016-04-22 13:29 UTC 

[RFC] x86/e820: Add E820_RESERVED_GFX for graphics memory
 2016-04-22 13:29 UTC 

[PATCH i-g-t] tests: atomic: add test to verify page flip event emissions
 2016-04-22 13:27 UTC  (3+ messages)

[PATCH] drm/i915: Warn there are any unfreed contexts when we shutdown
 2016-04-22 13:25 UTC  (3+ messages)

[PATCH i-g-t 0/7] Enable kms_flip_event_leak and kms_vblank on vc4
 2016-04-22 13:23 UTC  (15+ messages)
` [PATCH i-g-t 1/7] lib/igt_kms: Add support for up to 10 planes per pipe
` [PATCH i-g-t 3/7] lib/igt_kms: Make sure that default planes aren't overwritten
` [PATCH i-g-t 4/7] lib/igt_kms: Only move the in cursor plane for Intel hw
` [PATCH i-g-t 6/7] kms_vblank: Switch from using crtc0 statically to explicitly setting mode

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

[PATCH 0/4] drm/i915/bxt: Fixes for runtime and system suspend/resume
 2016-04-22 13:01 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH] kms_atomic: Fix crtc_id comparison failing
 2016-04-22 13:00 UTC  (3+ messages)

[PATCH 1/2] drm/i915: Correct the i915_frequency_info debugfs output
 2016-04-22 12:56 UTC  (7+ messages)
` [PATCH 1/3] drm/i915: Macros to convert PM time interval values to microseconds
  ` [PATCH v2 2/3] drm/i915: Correct the i915_frequency_info debugfs output
  ` [PATCH v2 3/3] drm/i915/bxt: Explicitly clear the Turbo control register

[PATCH] drm/i915: use dev_priv directly in gen8_ppgtt_notify_vgt
 2016-04-22 12:39 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH] drm/i915/fbdev: Call intel_unpin_fb_obj() on release
 2016-04-22 12:11 UTC  (6+ messages)
` ✗ Fi.CI.BAT: warning for "

[PATCH v3] drm/i915:bxt: implement WaProgramL3SqcReg1DefaultForPerf
 2016-04-22 11:55 UTC  (3+ messages)
` ✗ Fi.CI.BAT: warning for drm/i915:bxt: implement WaProgramL3SqcReg1DefaultForPerf (rev4)

[PATCH 00/16] Framework to collect command stream gpu metrics using i915 perf
 2016-04-22 11:34 UTC  (17+ messages)
` [PATCH 01/16] drm/i915: Introduce global id for contexts
` [PATCH 02/16] drm/i915: Constrain intel_context::global_id to 20 bits
` [PATCH 03/16] drm/i915: return ctx->global_id from intel_execlists_ctx_id()
` [PATCH 04/16] drm/i915: Add ctx getparam ioctl parameter to retrieve ctx global id
` [PATCH 05/16] drm/i915: Expose OA sample source to userspace
` [PATCH 06/16] drm/i915: Framework for capturing command stream based OA reports
` [PATCH 07/16] drm/i915: flush periodic samples, in case of no pending CS sample requests
` [PATCH 08/16] drm/i915: Handle the overflow condition for command stream buf
` [PATCH 09/16] drm/i915: Populate ctx ID for periodic OA reports
` [PATCH 10/16] drm/i915: Add support for having pid output with OA report
` [PATCH 11/16] drm/i915: Add support for emitting execbuffer tags through OA counter reports
` [PATCH 12/16] drm/i915: Extend i915 perf framework for collecting timestamps on all gpu engines
` [PATCH 13/16] drm/i915: Extract raw GPU timestamps from OA reports to forward in perf samples
` [PATCH 14/16] drm/i915: Support opening multiple concurrent perf streams
` [PATCH 15/16] drm/i915: Mechanism to forward clock monotonic time in perf samples
` [PATCH 16/16] drm/i915: Support for capturing MMIO register values

[PATCH] lib: Always NUL terminate ucs2_as_utf8
 2016-04-22 11:27 UTC  (7+ messages)
` ✗ Fi.CI.BAT: warning for "

[PATCH 0/9] Enable Gen 7 Observation Architecture
 2016-04-22 11:18 UTC  (16+ messages)
` [PATCH 5/9] drm/i915: Enable i915 perf stream for Haswell OA unit
` ✗ Fi.CI.BAT: failure for Enable Gen 7 Observation Architecture (rev3)

[PATCH 2/3] drm/i915: bail in alloc_pdp when !FULL_48BIT_PPGTT
 2016-04-22 11:05 UTC 

[PATCH 1/4] drm/i915: Remove i915_gem_obj_size
 2016-04-22 10:54 UTC  (5+ messages)
` [PATCH 4/4] drm/i915: Simplify i915_gem_obj_ggtt_bound_view

[PATCH i-g-t] tests/kms_sink_crc_basic: clean up assert_color and provide more details
 2016-04-22 10:18 UTC 

[PATCH i-g-t] lib: Actually use provided size when creating BO
 2016-04-22  9:08 UTC 

[PATCH] drm: i915: Improve behavior in case of broken HDMI EDID
 2016-04-22  8:42 UTC  (5+ messages)
` [Intel-gfx] "

[PATCH] libdrm/fourcc: Add formats R8, RG88, GR88
 2016-04-22  8:30 UTC  (4+ messages)
    ` [Intel-gfx] "

[PATCH 0/5] Add aspect ratio parsing
 2016-04-22  8:09 UTC  (5+ messages)
` [PATCH 5/5] drm/i915: Add support for new aspect ratios
      ` [Intel-gfx] "

[PATCH v3 00/16] Pre-calculate SKL-style atomic watermarks
 2016-04-22  7:53 UTC  (18+ messages)
` [PATCH v3 01/16] drm/i915: Reorganize WM structs/unions in CRTC state
` [PATCH v3 02/16] drm/i915: Rename s/skl_compute_pipe_wm/skl_build_pipe_wm/
` [PATCH v3 03/16] drm/i915/gen9: Cache plane data rates in CRTC state
` [PATCH v3 04/16] drm/i915/gen9: Allow calculation of data rate for in-flight state (v2)
` [PATCH v3 05/16] drm/i915/gen9: Store plane minimum blocks in CRTC wm "
` [PATCH v3 06/16] drm/i915: Track whether an atomic transaction changes the active CRTC's
` [PATCH v3 07/16] drm/i915/gen9: Allow skl_allocate_pipe_ddb() to operate on in-flight state (v3)
` [PATCH v3 08/16] drm/i915/gen9: Compute DDB allocation at atomic check time (v2)
` [PATCH v3 09/16] drm/i915/gen9: Drop re-allocation of DDB at atomic commit (v2)
` [PATCH v3 10/16] drm/i915/gen9: Calculate plane WM's from state
` [PATCH v3 11/16] drm/i915/gen9: Allow watermark calculation on in-flight atomic state (v3)
` [PATCH v3 12/16] drm/i915/gen9: Use a bitmask to track dirty pipe watermarks
` [PATCH v3 13/16] drm/i915/gen9: Propagate watermark calculation failures up the call chain
` [PATCH v3 14/16] drm/i915/gen9: Calculate watermarks during atomic 'check'
` [PATCH v3 15/16] drm/i915/gen9: Reject display updates that exceed wm limitations (v2)
` [PATCH v3 16/16] drm/i915: Remove wm_config from dev_priv/intel_atomic_state
` ✗ Fi.CI.BAT: warning for Pre-calculate SKL-style atomic watermarks (rev3)

[PATCH] drm/i915/vlv: Enable polling when we shut off all power domains
 2016-04-22  6:57 UTC  (2+ messages)
` ✗ Fi.CI.BAT: warning for "

Final CI pass for premature
 2016-04-22  6:23 UTC  (21+ messages)
` [PATCH 01/19] drm/i915/overlay: Replace i915_gem_obj_ggtt_offset() with the known flip_addr
` [PATCH 02/19] io-mapping: Specify mapping size for io_mapping_map_wc()
` [PATCH 03/19] drm/i915: Introduce i915_vm_to_ggtt()
` [PATCH 04/19] drm/i915: Move ioremap_wc tracking onto VMA
` [PATCH 05/19] drm/i915: Use i915_vma_pin_iomap on the ringbuffer object
` [PATCH 06/19] drm/i915: Mark the current context as lost on suspend
` [PATCH 07/19] drm/i915: L3 cache remapping is part of context switching
` [PATCH 08/19] drm/i915: Consolidate L3 remapping LRI
` [PATCH 09/19] drm/i915: Remove early l3-remap
` [PATCH 10/19] drm/i915: Rearrange switch_context to load the aliasing ppgtt on first use
` [PATCH 11/19] drm/i915: Assign every HW context a unique ID
` [PATCH 12/19] drm/i915: Replace the pinned context address with its "
` [PATCH 13/19] drm/i915: Refactor execlists default context pinning
` [PATCH 14/19] drm/i915: Move context initialisation to first-use
` [PATCH 15/19] drm/i915: Move the magical deferred context allocation into the request
` [PATCH 16/19] drm/i915: Move releasing of the GEM request from free to retire/cancel
` [PATCH 17/19] drm/i915: Track the previous pinned context inside the request
` [PATCH 18/19] drm/i915: Store LRC hardware id in "
` [PATCH 19/19] drm/i915: Stop tracking execlists retired requests
` ✗ Fi.CI.BAT: warning for series starting with [01/19] drm/i915/overlay: Replace i915_gem_obj_ggtt_offset() with the known flip_addr

[PATCH 02/14] MAINTAINERS: Remove unneded wildcard for the i915 DRM driver
 2016-04-22  5:41 UTC  (2+ messages)

[RESEND FOR CI PATCH 1/2] drm/i915/dp/mst: Fix MST logic in intel_dp_long_pulse()
 2016-04-22  5:35 UTC  (4+ messages)
` [RESEND FOR CI PATCH 2/2] drm/i915: Fixing eDP detection on certain platforms

[PATCH i-g-t] tests/gem_close_race: Remove basic-threads from BAT
 2016-04-21 18:28 UTC  (2+ messages)

[PATCH v3] drm/i915:bxt: implement WaProgramL3SqcReg1DefaultForPerf
 2016-04-21 17:59 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915:bxt: implement WaProgramL3SqcReg1DefaultForPerf (rev3)

[PATCH v2] libdrm/fourcc: Add formats R8, RG88, GR88, NV24, NV42
 2016-04-21 17:56 UTC  (2+ messages)

[PATCH] libdrm/fourcc: Add formats R8, RG88, GR88, NV24, NV42
 2016-04-21 17:45 UTC  (3+ messages)

[PATCH i-g-t] tests: atomic: add test to verify page flip event emissions
 2016-04-21 17:43 UTC 

[PATCH v3] drm/i915: Fake HDMI live status
 2016-04-21 16:54 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Fake HDMI live status (rev3)

[PATCH 2/3] drm/i915/bxt: Wait for PHY1 GRC done if PHY0 was already enabled
 2016-04-21 16:51 UTC  (4+ messages)
` [PATCH v2 "

[PATCH] drm/i915/kbl: Don't WARN for expected secondary MISC IO power well request
 2016-04-21 16:42 UTC  (3+ messages)

[PATCH 01/19] drm/i915/overlay: Replace i915_gem_obj_ggtt_offset() with the known flip_addr
 2016-04-21 16:24 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for series starting with [01/19] "

[PATCH 1/5] drm/i915: Handle automated test requests for short pulse hpd
 2016-04-21 15:57 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for series starting with [1/5] "

[PATCH i-g-t] lib/igt_kms: Move IGT_MAX_PLANES into the igt_plane enum
 2016-04-21 15:57 UTC  (2+ messages)

[PATCH 1/2] drm/i915: Correct the i915_frequency_info debugfs output
 2016-04-21 15:27 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for series starting with [1/2] "

[PATCH v19 00/12] Support for creating/using Stolen memory backed objects
 2016-04-21 14:59 UTC  (9+ messages)
` [PATCH 11/12] drm/i915: Extend GET_APERTURE ioctl to report available map space
` [PATCH 12/12] drm/i915: Extend GET_APERTURE ioctl to report size of the stolen region

[FOR CI v3 00/10] Unduplicate CHV phy code
 2016-04-21 14:57 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for Unduplicate CHV phy code (rev4)

[PATCH i-g-t] tests: Mark some tests fail instead of skip
 2016-04-21 14:54 UTC  (3+ messages)

[PATCH] drm/i915: Use fail safe mode when edid is corrupt
 2016-04-21 14:27 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm-intel.rst: Initial draft on rough consensus
 2016-04-21 14:13 UTC 

[PATCH] drm/i915: Get audio power domain during initial hw readout
 2016-04-21 14:02 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915: Get audio power domain during initial hw readout (rev2)

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

[PATCH 1/3] drm/i915: Move WaDisableSbeCacheDisapatchPortSharing to gen9 wa func
 2016-04-21 13:40 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for series starting with [1/3] "

[PULL] drm-intel-next
 2016-04-21 13:32 UTC  (2+ messages)

[CI-ping 01/15] drm/i915: Force clean compilation with -Werror
 2016-04-21 13:04 UTC  (6+ messages)
` [CI-ping 15/15] drm/i915: Late request cancellations are harmful

[RFC 1/3] drm/i915: Use natural width type for VMA pin count
 2016-04-21 12:53 UTC  (4+ messages)
` [RFC 2/3] drm/i915: Track aggregate per-object "

[PATCH v2] drm/i915:bxt: implement WaProgramL3SqcReg1DefaultForPerf
 2016-04-21 12:40 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915:bxt: implement WaProgramL3SqcReg1DefaultForPerf (rev2)

[PATCH] drm/i915: Make RPS EI/thresholds multiple of 25 on SNB
 2016-04-21 12:40 UTC  (3+ messages)
` [Intel-gfx] "
` ✗ Fi.CI.BAT: warning for "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).