public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2017-10-09 16:44:10 to 2017-10-10 14:18:01 UTC [more...]

[PATCH v4 i-g-t 0/7] IGT PMU support
 2017-10-10 14:17 UTC  (24+ messages)
` [PATCH i-g-t 1/9] intel-gpu-overlay: Move local perf implementation to a library
` [PATCH i-g-t 2/9] intel-gpu-overlay: Consolidate perf PMU access to library
` [PATCH i-g-t 3/9] lib/perf: Fix data types and general tidy
` [PATCH i-g-t 4/9] intel-gpu-overlay: Fix interrupts PMU readout
    ` [PATCH i-g-t v2 "
` [PATCH i-g-t 5/9] intel-gpu-overlay: Catch-up to new i915 PMU
` [PATCH i-g-t 6/9] intel-gpu-overlay: Use RAPL PMU for power reading
  ` [PATCH i-g-t v2 "
    ` [PATCH i-g-t v3 "
` [PATCH i-g-t 7/9] tests/perf_pmu: Tests for i915 PMU API
        ` [PATCH i-g-t v6 "
` [PATCH i-g-t 8/9] gem_wsim: Busy stats balancers
` [PATCH i-g-t 9/9] media-bench.pl: Add busy balancers to the list
` ✗ Fi.CI.BAT: failure for IGT PMU support (rev7)
` ✓ Fi.CI.BAT: success for IGT PMU support (rev8)
` ✓ Fi.CI.BAT: success for IGT PMU support (rev9)

[PATCH] drm/i915: Silently fallback to 4k scratch
 2017-10-10 14:17 UTC  (6+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Use rcu instead of stop_machine in set_wedged
 2017-10-10 14:16 UTC 

[PATCH 1/2] drm/i915: Preallocate our mmu notifier workequeu to unbreak cpu hotplug deadlock
 2017-10-10 14:09 UTC  (12+ messages)
` [PATCH 2/2] drm/i915: Use rcu instead of stop_machine in set_wedged
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Preallocate our mmu notifier workequeu to unbreak cpu hotplug deadlock
` ✓ Fi.CI.IGT: "

[PATCH v15 0/7] drm/i915/gvt: Dma-buf support for GVT-g
 2017-10-10 14:07 UTC  (13+ messages)
` [PATCH v15 1/7] drm/i915/gvt: Add framebuffer decoder support
` [PATCH v15 2/7] drm: Introduce RGB 64-bit 16:16:16:16 float format
` [PATCH v15 3/7] drm/i915/gvt: Add "
` [PATCH v15 4/7] drm/i915/gvt: Add opregion support
` [PATCH v15 5/7] vfio: ABI for mdev display dma-buf operation
` [PATCH v15 6/7] drm/i915: Introduce GEM proxy
    ` [Intel-gfx] "
` [PATCH v15 7/7] drm/i915/gvt: Dmabuf support for GVT-g
` ✗ Fi.CI.BAT: failure for drm/i915/gvt: Dma-buf "

[PATCH 00/14] Adding NV12 support
 2017-10-10 14:09 UTC  (19+ messages)
` [PATCH 01/14] drm/i915/skl+: rename skl_wm_values struct to skl_ddb_values
` [PATCH 02/14] drm/i915/skl+: refactore WM calculation for NV12
` [PATCH 03/14] drm/i915/skl+: add NV12 in skl_format_to_fourcc
` [PATCH 04/14] drm/i915/skl+: support varification of DDB HW state for NV12
` [PATCH 05/14] drm/i915/skl+: NV12 related changes for WM
` [PATCH 06/14] drm/i915/skl+: pass skl_wm_level struct to wm compute func
` [PATCH 07/14] drm/i915/skl+: make sure higher latency level has higher wm value
` [PATCH 08/14] drm/i915/skl+: nv12 workaround disable WM level 1-7
` [PATCH 09/14] drm/i915: Set scaler mode for NV12
` [PATCH 10/14] drm/i915: Update format_is_yuv() to include NV12
` [PATCH 11/14] drm/i915: Upscale scaler max scale for NV12
` [PATCH 12/14] drm/i915: Add NV12 as supported format for primary plane
` [PATCH 13/14] drm/i915: Add NV12 as supported format for sprite plane
` [PATCH 14/14] drm/i915: Add NV12 support to intel_framebuffer_init
` ✓ Fi.CI.BAT: success for Adding NV12 support (rev3)

[PATCH] drm/i915: Use enum pipe for PCH transcoders
 2017-10-10 14:00 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915/selftests: ditch the kernel context
 2017-10-10 13:54 UTC  (2+ messages)

[PATCH] drm/i915: remove redundant check on has_aliasing_ppgtt
 2017-10-10 13:47 UTC 

[PATCH] drm/i915: Use execlists_num_ports instead of size of array
 2017-10-10 13:42 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH v2 0/9] drm/i915: Cleaner DDI DP vs. HDMI split
 2017-10-10 13:21 UTC  (12+ messages)
` [PATCH v2 1/9] drm/i915: Dump 'output_types' in crtc state dump
` [PATCH v2 2/9] drm/i915: Extract intel_ddi_clk_disable()
` [PATCH v2 3/9] drm/i915: Extract intel_disable_ddi_buf()
` [PATCH 4/9] drm/i915: Inline the required bits of intel_ddi_post_disable() into intel_ddi_fdi_post_disable()
` [PATCH v2 5/9] drm/i915: Split intel_ddi_post_disable() into DP vs. HDMI variants
` [PATCH 6/9] drm/i915: Remove useless eDP check from intel_ddi_pre_enable_dp()
` [PATCH 7/9] drm/i915: Split intel_disable_ddi() into DP vs. HDMI variants
` [PATCH v2 8/9] drm/i915: Plumb crtc_state etc. directly to intel_ddi_pre_enable_{dp, hdmi}()
` [PATCH v2 9/9] drm/i915: Split intel_enable_ddi() into DP and HDMI variants
` ✗ Fi.CI.BAT: warning for drm/i915: Cleaner DDI DP vs. HDMI split

[PATCH 00/12] radix-tree: split out struct radix_tree_root out to <linux/radix-tree-root.h>
 2017-10-10 13:20 UTC  (4+ messages)

[PATCH 1/2] drm/i915: Parse DSI backlight/cabc ports
 2017-10-10 13:17 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: Use existing DSI backlight ports info

[CI i-g-t] tests: Drop gem_bad_length as redundant
 2017-10-10 12:28 UTC 

[PATCH FOR CI 0/5] drm/i915: Miscellaneous fixes to reduce dependency for I915_MAX_PIPES
 2017-10-10 12:36 UTC  (8+ messages)
` [PATCH FOR CI 1/5] drm/i915: Don't relay on I915_MAX_PIPES
` [PATCH FOR CI 2/5] drm/i915: Remove I915_MAX_PIPES dependency for DDB allocation
` [PATCH FOR CI 3/5] drm/i915: Fold IRQ pipe masks
` [PATCH FOR CI 4/5] drm/i915: Favor for_each_pipe() macro
` [PATCH FOR CI 5/5] drm/i915: Cleanup South Error Interrupts
` ✓ Fi.CI.BAT: success for drm/i915: Miscellaneous fixes to reduce dependency for I915_MAX_PIPES (rev2)
` ✗ Fi.CI.IGT: warning "

[PATCH i-g-t 1/2] tests/kms_setmode: Request the intiial vbl count with RELATIVE instead of ABSOLUTE
 2017-10-10 12:25 UTC  (5+ messages)
` ✗ Fi.CI.BAT: failure for series starting with [1/2] "

[PATCH i-g-t 0/2] Add support for NV12
 2017-10-10 12:21 UTC  (4+ messages)
` [PATCH i-g-t 1/2] Prep work for adding NV12 testcase
` [PATCH i-g-t 2/2] tests/test_nv12.c: Add test to cover NV12 format testing

[PATCH v3 0/3] Various retries for LSPCON
 2017-10-10 11:46 UTC  (8+ messages)
` [PATCH v3 1/3] drm: Add retries for lspcon mode detection
` [PATCH v3 2/3] drm/i915: Don't give up waiting on INVALID_MODE
` [PATCH v3 3/3] drm/i915: Add retries for LSPCON detection
` ✓ Fi.CI.BAT: success for Various retries for LSPCON
` ✓ Fi.CI.IGT: "

[PATCH] i-g-t/tests: Drop gem_seqno_wrap, gem_pin, gem_hangcheck_forcewake
 2017-10-10 11:05 UTC  (2+ messages)

[PATCH] drm/i915: Increase atomic update vblank evasion time with lockdep
 2017-10-10 10:56 UTC  (7+ messages)
` ✓ Fi.CI.BAT: success for "
  ` ✓ Fi.CI.BAT: success for drm/i915: Increase atomic update vblank evasion time with lockdep (rev2)
  ` ✗ Fi.CI.IGT: failure "
` ✓ Fi.CI.IGT: success for drm/i915: Increase atomic update vblank evasion time with lockdep

[PATCH] drm/i915: Allow null render state batchbuffers bigger than one page
 2017-10-10 10:29 UTC  (12+ messages)

[PATCH 0/8] drm/i915/bios: VBT parsing fixes and cleanups
 2017-10-10 10:18 UTC  (4+ messages)
` [PATCH 1/8] drm/i915/bios: parse DDI ports also for CHV for HDMI DDC pin and DP AUX channel

[RFC PATCH 00/11] Refactor HW workaround code
 2017-10-10 10:10 UTC  (17+ messages)
` [RFC PATCH 01/11] drm/i915: No need for RING_MAX_NONPRIV_SLOTS space
` [RFC PATCH 02/11] drm/i915: Move a bunch of workaround-related code to its own file
` [RFC PATCH 03/11] drm/i915: Split out functions for different kinds of workarounds
` [RFC PATCH 04/11] drm/i915: Move workarounds from init_clock_gating
` [RFC PATCH 05/11] drm/i915: Rename saved workarounds to make it explicit that they are context WAs
` [RFC PATCH 06/11] drm/i915: Save all MMIO WAs and apply them at a later time
` [RFC PATCH 07/11] drm/i915: Save all Whitelist "
` [RFC PATCH 08/11] drm/i915: Print all workaround types correctly in debugfs
` [RFC PATCH 09/11] drm/i915: Move WA BB stuff to the workarounds file as well
` [RFC PATCH 10/11] drm/i915: Document the i915_workarounds file
` [RFC PATCH 11/11] drm/i915: Remove Gen9 WAs with no effect
` ✗ Fi.CI.BAT: warning for Refactor HW workaround code

[PATCH 0/5] drm/i915: Miscellaneous fixes to reduce dependency for I915_MAX_PIPES
 2017-10-10  9:59 UTC  (10+ messages)
` [PATCH 2/5] drm/i915: Remove I915_MAX_PIPES dependency for DDB allocation
` [PATCH 4/5] drm/i915: Favor for_each_pipe() macro
` ✓ Fi.CI.BAT: success for drm/i915: Miscellaneous fixes to reduce dependency for I915_MAX_PIPES

[PATCH i-g-t] tests/kms_sequence: Add tests for lease ioctls
 2017-10-10  7:35 UTC  (3+ messages)

[PATCH v3 00/12] drm/i915: Separate RC6, RPS, LLC ring Frequency management
 2017-10-10  7:05 UTC  (4+ messages)

linux-next: build failure after merge of the drm-intel-fixes tree
 2017-10-10  7:03 UTC 

[PATCH i-g-t] tests/kms_sequence: Add tests for new CRTC get/queue sequence ioctls
 2017-10-10  6:46 UTC  (3+ messages)

[PATCH 1/2] drm/i915: Allow null render state batchbuffers bigger than one page
 2017-10-10  4:13 UTC  (4+ messages)
` [PATCH 2/2] drm/i915/cnl: Add null context for Cannonlake
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Allow null render state batchbuffers bigger than one page
` ✓ Fi.CI.IGT: "

[PATCH] intel_aubdump: Default to 64-bit AUBs when the gen is unknown
 2017-10-10  1:17 UTC  (2+ messages)

[drm-intel:for-linux-next-fixes 7/7] drivers/gpu/drm/i915/i915_gem_evict.c:318:31: error: implicit declaration of function 'i915_vma_has_userfault'
 2017-10-09 23:39 UTC 

[PATCH v5 3/5] drm/i915/guc : Decouple logs and ADS from submission
 2017-10-09 23:32 UTC  (3+ messages)

[drm-intel:for-linux-next-fixes 7/7] drivers/gpu/drm/i915/i915_gem_evict.c:318:3: note: in expansion of macro 'if'
 2017-10-09 23:17 UTC 

[PATCH 00/12] Preemption with GuC, second try
 2017-10-09 22:35 UTC  (6+ messages)
` [PATCH 02/12] drm/i915/guc: Allocate separate shared data object for GuC communication
` [PATCH v2 11/12] drm/i915/guc: Preemption! With GuC

[PATCH v4] drm/i915: Replace *_reference/unreference() or *_ref/unref with _get/put()
 2017-10-09 22:28 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Replace *_reference/unreference() or *_ref/unref with _get/put() (rev3)
` ✓ Fi.CI.IGT: "

[RFC i-g-t PATCH] igt/gem_workarounds: Test all types of workarounds
 2017-10-09 22:15 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH 1/2] drm/i915: Reuse normal state readout for LVDS/DVO fixed mode
 2017-10-09 21:39 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for series starting with [1/2] "
` ✓ Fi.CI.IGT: "

[PATCH 0/2] Fix HDMI as dual display on CNL
 2017-10-09 21:16 UTC  (2+ messages)
` ✗ Fi.CI.BAT: warning for "

[PATCH] drm/i915: Fix eviction when the GGTT is idle but full
 2017-10-09 19:59 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH v3] drm/i915: Replace *_reference/unreference() or *_ref/unref with _get/put()
 2017-10-09 19:31 UTC  (4+ messages)
  ` [Intel-gfx] "

[PATCH 1/3] drm/dp: WARN about invalid/unknown link rates and bw codes
 2017-10-09 18:10 UTC  (2+ messages)

[PATCH 1/2] drm/i915/guc: Add GuC Load time to dmesg log
 2017-10-09 17:24 UTC  (6+ messages)

[patch i-g-t] igt/kms_rotation_crc: Add horizontal flip subtest
 2017-10-09 17:18 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH 0/5] drm/i915: Skylake plane update/disable unifications [v5]
 2017-10-09 17:14 UTC  (7+ messages)
` [PATCH 1/5] drm/i915: move adjusted_x/y from crtc to cache
` [PATCH 4/5] drm/i915: dspaddr_offset doesn't need to be more than local variable
` [PATCH 5/5] drm/i915: adjust get_crtc_fence_y_offset() to use base.y instead of crtc.y

[PATCH 2/2] drm/i915: Use intel_get_pipe_timings() and intel_mode_from_pipe_config() in intel_crtc_mode_get()
 2017-10-09 16:48 UTC  (6+ messages)
` [PATCH v2 "


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