Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-05-09 15:35:53 to 2016-05-12 12:37:34 UTC [more...]

Speed up resume by focused clflushing
 2016-05-12 12:37 UTC  (9+ messages)
` [PATCH 1/4] drm/i915: Add distinct stubs for PM hibernation phases
` [PATCH 2/4] drm/i915: Update domain tracking for GEM objects on hibernation
` [PATCH 3/4] drm/i915: Lazily migrate the objects after hibernation
` [PATCH 4/4] drm/i915: Skip clearing the GGTT on full-ppgtt systems
` ✓ Ro.CI.BAT: success for series starting with [1/4] drm/i915: Add distinct stubs for PM hibernation phases

[PATCH] drm/i915: Convert intel_overlay.c to use native drm_i915_private pointers
 2016-05-12 12:30 UTC  (3+ messages)

[PATCH 00/19] Rework page flip, remove cs flips, async unpin and unified pageflip
 2016-05-12 11:49 UTC  (18+ messages)
` [PATCH 04/19] drm/i915: Add support for detecting vblanks when hw frame counter is unavailable
` [PATCH 06/19] Revert "drm/i915: Avoid stalling on pending flips for legacy cursor updates"
` [PATCH 07/19] drm/i915: Allow mmio updates on all platforms, v2
    ` [RFC PATCH "
` [PATCH 12/19] drm/i915: Remove use_mmio_flip kernel parameter
` [PATCH 13/19] drm/i915: Remove queue_flip pointer
` [PATCH 14/19] drm/i915: Pass atomic states to fbc update functions
` [PATCH 15/19] drm/i915: Prepare MST connector removal for async unpin

[PATCH] drm/i915: Skip clearing the GGTT on full-ppgtt systems
 2016-05-12 12:11 UTC  (2+ messages)
` ✓ Ro.CI.BAT: success for "

[PATCH] drm/i915: s/DPPL/DPLL/ for SKL DPLLs
 2016-05-12 11:32 UTC  (5+ messages)
` ✗ Ro.CI.BAT: failure for "

[PATCH i-g-t 00/17] tools/intel_bios_reader updates
 2016-05-12 11:18 UTC  (3+ messages)

[PATCH 0/2] drm/i915/guc: GuC firmware loading updates
 2016-05-12 10:50 UTC  (7+ messages)
` [PATCH 1/2] drm/i915/guc: Use major_minor version for filename
` [PATCH 2/2] drm/i915/guc: Add Broxton GuC firmware loading support
` ✗ Fi.CI.BAT: warning for drm/i915/guc: GuC firmware loading updates

[PATCH 00/13] drm/i915: cdclk code cleanup
 2016-05-12 10:29 UTC  (25+ messages)
` [PATCH 01/13] drm/i915: Drop checks for max_pixclk failures in cdclk computation
` [PATCH 02/13] drm/i915: Extract broadwell_calc_cdclk()
` [PATCH 03/13] drm/i915: Untangle .fdi_link_train and cdclk vfunc setup
` [PATCH 04/13] drm/i915: Don't pass dev_priv to broxton_calc_cdclk()
` [PATCH 05/13] drm/i915: Use ilk_max_pixel_rate() for BXT cdclk calculation
` [PATCH 06/13] drm/i915: Use skl_cdclk_decimal() on bxt
` [PATCH 07/13] drm/i915: Remove 10% cdclk guardband on BXT
` [PATCH 08/13] drm/i915: Extract skl_dpll0_disable()
` [PATCH 09/13] drm/i915: Kill off dead code from skl_dpll0_enable()
` [PATCH 10/13] drm/i915: s/freq/cdclk/
` [PATCH 11/13] drm/i915: s/required_vco/vco/ in skl cdclk code
` [PATCH 12/13] drm/i915: Program BXT_CDCLK_CD2X_PIPE
` [PATCH 13/13] drm/i915: Eliminate the CDCLK_CTL RMW on BXT
` ✗ Ro.CI.BAT: failure for drm/i915: cdclk code cleanup

[PATCH] drm/i915: add missing condition for committing planes on crtc
 2016-05-12 10:31 UTC  (3+ messages)

[PATCH 1/2] drm/i915: Stop retiring requests from busy-ioctl
 2016-05-12 10:25 UTC  (2+ messages)
` [PATCH 2/2] drm/i915: Stop automatically retiring requests after a GPU hang

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

[PATCH] drm/i915: Mark all objects as having being written to following hibernation
 2016-05-12  9:41 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/2] BXT Pooled EU kernel support
 2016-05-12  9:37 UTC  (3+ messages)
` [PATCH 1/2] drm/i915:bxt: Enable Pooled EU support
` [PATCH 2/2] drm/i915/bxt: Add WaEnablePooledEuFor2x6

DPIO Sideband Registers
 2016-05-12  0:47 UTC 

[PATCH i-g-t 1/2] lib/igt_aux: Polish docs for igt_interruptible
 2016-05-11 16:49 UTC  (2+ messages)
` [PATCH i-g-t 2/2] lib/igt_aux: Polish docs for igt_timeout

[PATCH i-g-t 1/2] lib/igt_aux: update encoder and type names
 2016-05-11 15:24 UTC  (3+ messages)
` [PATCH i-g-t 2/2] lib/igt_aux: define actual functions for kmstest_*_str

[PATCH i-g-t v4 0/5] kms_flip_event_leak and kms_vblank fixes for VC4
 2016-05-11 15:31 UTC  (14+ messages)
` [PATCH i-g-t v4 4/5] kms_vblank: Switch from using crtc0 statically to explicitly setting mode
` [PATCH i-g-t v4 5/5] lib/igt_kms: Added pipe_id_to_vbl_flag() to igt_kms

[PULL] drm-intel-fixes
 2016-05-11 13:51 UTC 

[PATCH i-g-t] tests/kms_flip: Adjust tolerance when counting frames
 2016-05-11 12:35 UTC  (6+ messages)
` [PATCH i-g-t v2] "

[PATCH] drm/i915: Use bitmask for IS_REVID checking
 2016-05-11 11:58 UTC  (9+ messages)
` ✗ Ro.CI.BAT: warning for "
` [PATCH v2] "
` ✗ Ro.CI.BAT: failure for drm/i915: Use bitmask for IS_REVID checking (rev2)

[PATCH 1/5] drm/i915: Make IS_GENx macros work on a mask
 2016-05-11 11:10 UTC  (8+ messages)
` [PATCH 2/5] drm/i915: Promote IS_BROADWELL to a simple macro
` [PATCH 3/5] drm/i915: Replace "INTEL_INFO->gen == x" checks with IS_GENx
` [PATCH 4/5] drm/i915: Do not use a bitfield for INTEL_INFO->num_pipes
` [PATCH 5/5] drm/i915: Introduce IS_GEN macro
` ✓ Ro.CI.BAT: success for series starting with [1/5] drm/i915: Make IS_GENx macros work on a mask

[PATCH] drm: use seqlock for vblank time/count
 2016-05-11  9:48 UTC  (3+ messages)
` ✗ Ro.CI.BAT: failure for "

[PATCH] drm/i915/dmc: Step away from symbolic links
 2016-05-11  9:26 UTC  (6+ messages)
` ✗ Ro.CI.BAT: failure for "

[PATCHv4 0/3] Add USB typeC based DP support for BXT platform
 2016-05-11  9:02 UTC  (5+ messages)
` [PATCHv4 3/3] drm/i915/dp: Enable Upfront link training for typeC DP support on BXT

[PATCH 1/2] drm/i915: Fix modeset handling during gpu reset, v2
 2016-05-11  8:35 UTC  (7+ messages)
  ` [PATCH v3 1/2] drm/i915: Fix modeset handling during gpu reset, v3
        ` [PATCH v3 1/2] drm/i915: Fix modeset handling during gpu reset, v4

[PATCH 00/35] Moar struct_mutex nuking
 2016-05-11  7:35 UTC  (6+ messages)
` [PATCH 17/35] drm/exynos: Use lockless gem BO free callback
` [PATCH 27/35] drm/tegra: "

[PATCH v3] drm/i915: resize the GuC WOPCM for rc6
 2016-05-10 18:46 UTC  (3+ messages)

driver crashes if I try to het 2560 x 1440 @ 50Hz CVT-RB running under Linux... Ideas?
 2016-05-10 16:25 UTC  (4+ messages)

[PATCH i-g-t] benchmarks/, overlay/, demos/, tools/, tests/: Add Werror by default
 2016-05-10 15:42 UTC  (7+ messages)
` [PATCH i-g-t] benchmarks/, overlay/, demos/, tools/, tests/: Add optional Werror

[PATCH v3 1/6] drm/i915/guc: distinguish HAS_GUC() from HAS_GUC_UCODE/HAS_GUC_SCHED
 2016-05-10 15:01 UTC  (8+ messages)
` [PATCH v3 3/6] drm/i915/guc: pass request (not client) to i915_guc_{wq_check_space, submit}()
` [PATCH v3 5/6] drm/i915/guc: rework guc_add_workqueue_item()
` [PATCH v3 6/6] drm/i915/guc: change default to using GuC submission if possible

[PATCH v2 1/5] drm/i915/guc: add enable_guc_loading parameter
 2016-05-10 14:44 UTC  (8+ messages)
` [PATCH v2 3/5] drm/i915/guc: don't spinwait if the GuC's workqueue is full

[CI] drm/i915: Use drm_i915_private as the native pointer for intel_uncore.c
 2016-05-10 14:01 UTC  (2+ messages)
` ✗ Ro.CI.BAT: failure for drm/i915: Use drm_i915_private as the native pointer for intel_uncore.c (rev3)

[PATCH] sna/video sprite patch: support for multiple xv ports (exposes minimum Xv ports)
 2016-05-10 12:12 UTC 

[PATCH 0/3] drm/i915: DP branch devices
 2016-05-10  9:54 UTC  (6+ messages)
` [PATCH 1/3] drm/i915: Check pixel rate for DP to VGA dongle
    ` [Intel-gfx] "

[PATCH] drm/i915: Re-enable GGTT earlier during resume on pre-gen6 platforms
 2016-05-10  9:39 UTC  (3+ messages)

[PATCH maintainer-tools v2] dim: Resist committing patches that modify files outside of i915
 2016-05-10  9:34 UTC  (7+ messages)
  ` [PATCH maintainer-tools v3] "
  ` [PATCH maintainer-tools v4] "

[PATCH] drm/i915: Fixed compilation error
 2016-05-10  9:23 UTC  (3+ messages)

[drm-intel:drm-intel-nightly 12/22] drivers/gpu/drm/i915/intel_drv.h:36:41: fatal error: drm/drm_dp_dual_mode_helper.h: No such file or directory
 2016-05-10  9:12 UTC 

[PATCH 1/3] drm/i915: Make IS_GENx macros work on a mask
 2016-05-10  7:54 UTC  (11+ messages)
` [PATCH 3/3] drm/i915: Replace "INTEL_INFO->gen == x" checks with IS_GENx
` [PATCH 1/2] drm/i915: Introduce INTEL_GEN_RANGE macro

[PATCH v2] drm/i915/execlists: Refactor common engine setup
 2016-05-10  7:50 UTC  (12+ messages)

[CI] drm/i915: Use drm_i915_private as the native pointer for intel_uncore.c
 2016-05-10  7:11 UTC 

[PATCH 0/5] IS_GENx and related code shrinkage
 2016-05-10  7:04 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for IS_GENx and related code shrinkage (rev3)

[PATCH 35/35] drm/rockchip: Use cma gem vm ops
 2016-05-10  6:48 UTC  (4+ messages)
` [PATCH 1/3] "
  ` [PATCH 2/3] drm/exynos: Nuke dummy fb->dirty callback

[PATCH 1/2] drm/atomic: Add a way to call remove_fb atomically, v2
 2016-05-10  6:29 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for series starting with [1/2] "

[PATCH] x86: Silence 32bit compiler warning in intel_graphics_stolen()
 2016-05-10  6:14 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3 00/16] Pre-calculate SKL-style atomic watermarks
 2016-05-10  1:06 UTC  (5+ messages)
` [PATCH v3 09/16] drm/i915/gen9: Drop re-allocation of DDB at atomic commit (v2)

Request for documentation of 2011 Intel HD 2000 Graphics
 2016-05-09 23:38 UTC 

[Mesa-dev] [PATCH v2 mesa] vk/intel: use negative VK_NO_PROTOTYPES scheme
 2016-05-09 23:13 UTC  (7+ messages)
  `  "

[PATCH] drm: use seqlocks for vblank time/count
 2016-05-09 18:11 UTC  (3+ messages)

[PATCH] drm: Remove unused drm_device from drm_gem_object_lookup()
 2016-05-09 17:48 UTC  (2+ messages)
` ✗ Fi.CI.BAT: warning for "

[PATCH 1/3] Introduce & use new SG page iterators
 2016-05-09 17:22 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for series starting with [1/3] "

[PATCH 1/2] drm/i915: Calculate IPS linetime watermark based on future cdclk
 2016-05-09 16:27 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: Add a FIXME about crtc !active vs. watermarks

[PATCH] drm/i915: Use drm_i915_private as the native pointer for intel_uncore.c
 2016-05-09 16:07 UTC  (3+ messages)

[CI 1/3] drm: Restore double clflush on the last partial cacheline
 2016-05-09 16:04 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for series starting with [CI,1/3] "


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