public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2016-05-06 13:48:35 to 2016-05-10 07:46:06 UTC [more...]

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

[PATCH i-g-t v4 0/5] kms_flip_event_leak and kms_vblank fixes for VC4
 2016-05-10  7:44 UTC  (6+ 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

[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  (13+ messages)
` [PATCH 1/5] drm/i915: Make IS_GENx macros work on a mask
` [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: Introduce INTEL_GEN_RANGE macro
` [PATCH 5/5] drm/i915: Do not use a bitfield for INTEL_INFO->num_pipes
` ✗ Fi.CI.BAT: failure for IS_GENx and related code shrinkage (rev3)

[PATCH 00/35] Moar struct_mutex nuking
 2016-05-10  6:52 UTC  (3+ messages)
` [PATCH 17/35] drm/exynos: Use lockless gem BO free callback

[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  (5+ messages)
` [PATCH 2/2] Reapply "drm/atomic: Call ww_acquire_done after check phase is complete"
` ✗ Fi.CI.BAT: failure for series starting with [1/2] drm/atomic: Add a way to call remove_fb atomically, v2

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

[PATCH v4 00/17] Pre-calculate SKL-style atomicwatermarks
 2016-05-10  1:21 UTC  (18+ 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 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

[PATCH v3 00/16] Pre-calculate SKL-style atomic watermarks
 2016-05-10  1:06 UTC  (6+ 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  (5+ messages)
` [PATCH 2/3] drm/i915: refactor i915_gem_object_pin_map()
` [PATCH 3/3] drm/i915: optimise i915_gem_object_map() for small objects
` ✓ Fi.CI.BAT: success for series starting with [1/3] Introduce & use new SG page iterators

[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  (4+ messages)
` [CI 2/3] drm/i915/execlists: Refactor common engine setup
` [CI 3/3] drm/i915: Store a i915 backpointer from engine, and use it
` ✗ Fi.CI.BAT: failure for series starting with [CI,1/3] drm: Restore double clflush on the last partial cacheline

[PATCH i-g-t] benchmarks/, overlay/, demos/, tools/, tests/: Add Werror by default
 2016-05-09 16:01 UTC  (5+ messages)

[PATCH v2] drm/i915: Discard previous atomic state on resume if connectors change
 2016-05-09 15:31 UTC  (6+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915: Discard previous atomic state on resume if connectors change (rev2)

[PATCH 1/3] drm/i915: Make IS_GENx macros work on a mask
 2016-05-09 15:23 UTC  (25+ messages)
` [PATCH 2/3] drm/i915: Promote IS_BROADWELL to a simple macro
` [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 2/2] drm/i915: Do not use a bitfield for INTEL_INFO->num_pipes

[PATCH] drm/i915: Simplify control flow in intel_atomic_check a bit
 2016-05-09 15:19 UTC  (2+ messages)
` ✗ Fi.CI.BAT: warning for "

[PATCH] drm/i915: add missing condition for committing planes on crtc
 2016-05-09 14:40 UTC 

[PATCH 1/3] drm: Drop crtc argument from __drm_atomic_helper_crtc_destroy_state
 2016-05-09 14:35 UTC  (7+ messages)
` [PATCH 2/3] drm: Drop crtc argument from __drm_atomic_helper_connector_destroy_state
` [PATCH 3/3] "

[PATCH v3 1/6] drm/i915/guc: distinguish HAS_GUC() from HAS_GUC_UCODE/HAS_GUC_SCHED
 2016-05-09 14:23 UTC  (7+ messages)
` [PATCH v3 2/6] drm/i915/guc: add enable_guc_loading parameter
` [PATCH v3 3/6] drm/i915/guc: pass request (not client) to i915_guc_{wq_check_space, submit}()
` [PATCH v3 4/6] drm/i915/guc: don't spinwait if the GuC's workqueue is full
` [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
` ✗ Fi.CI.BAT: warning for series starting with [v3,1/6] drm/i915/guc: distinguish HAS_GUC() from HAS_GUC_UCODE/HAS_GUC_SCHED

[PATCH i-g-t] tests/{gem_ctx_switch, gem_exec_create}: Fix shadow declaration of child variable
 2016-05-09 14:04 UTC  (2+ messages)

[PATCH] drm/i915: Re-enable GGTT earlier during resume on pre-gen6 platforms
 2016-05-09 13:52 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for "

What's using all my DRI memory?
 2016-05-09 12:58 UTC  (2+ messages)

[PATCH 1/2] drm/i915: Fix modeset handling during gpu reset, v2
 2016-05-09 12:54 UTC  (5+ messages)
  ` [PATCH v3 1/2] drm/i915: Fix modeset handling during gpu reset, v3

[for-CI 1/3] drm: Restore double clflush on the last partial cacheline
 2016-05-09 12:50 UTC  (5+ messages)
` [for-CI 2/3] drm/i915/execlists: Refactor common engine setup
` [for-CI 3/3] drm/i915: Store a i915 backpointer from engine, and use it
` ✗ Fi.CI.BAT: warning for series starting with [for-CI,1/3] drm: Restore double clflush on the last partial cacheline

[PATCH] drm/i915: Small display interrupt handlers tidy
 2016-05-09 12:38 UTC  (9+ messages)
  ` [PATCH v2] "
` ✗ Fi.CI.BAT: failure for drm/i915: Small display interrupt handlers tidy (rev2)

[PATCH v2 0/4] drm: DP++ adaptor support (v2)
 2016-05-09 12:12 UTC  (2+ messages)

[PATCH 1/2] drm/i915: Pin pages as we flush for CPU access
 2016-05-09 11:53 UTC  (5+ messages)
` [PATCH 2/2] drm/i915/dmabuf: "
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: "

[PATCH v4] prime_mmap_kms: show case dma-buf new API and processes restrictions
 2016-05-09 11:49 UTC  (2+ messages)

i915 with valleyview
 2016-05-09 11:33 UTC  (4+ messages)

[PATCHv4 0/3] Add USB typeC based DP support for BXT platform
 2016-05-09 10:43 UTC  (7+ messages)
` [PATCHv4 1/3] drm/i915: Make finding unused crtc as a generic function
` [PATCHv4 3/3] drm/i915/dp: Enable Upfront link training for typeC DP support on BXT

[PATCH v4 00/12] drm/i915: Handle fb->offsets[] and rewrite fb rotation handling to be more generic (v4)
 2016-05-09 10:30 UTC  (5+ messages)
` [PATCH 09/12] drm/i915: Make intel_adjust_tile_offset() work for linear buffers
` [PATCH 10/12] drm/i915: Compute display surface offset in the plane check hook for SKL+

[PATCH v6 00/34] GPU scheduler for i915 driver
 2016-05-09  9:49 UTC  (2+ messages)
` ✗ Fi.CI.BAT: warning for GPU scheduler for i915 driver (rev4)

[PATCH] Revert "i965: Always use Y-tiled buffers on SKL+"
 2016-05-09  9:42 UTC  (4+ messages)

PATCH i-g-t small patch
 2016-05-09  8:11 UTC  (3+ messages)

[PATCH 00/16] Framework to collect command stream gpu metrics using i915 perf
 2016-05-09  8:06 UTC  (5+ messages)
` [PATCH 15/16] drm/i915: Mechanism to forward clock monotonic time in perf samples

[PATCH 0/2] drm/i915/guc: GuC firmware loading updates
 2016-05-09  7:53 UTC  (2+ messages)
` ✗ Fi.CI.BAT: warning for "

[PATCH igt] igt/gem_exec_parse: Simple exercise for MI_LOAD_REGISTER_REG
 2016-05-09  7:42 UTC  (3+ messages)
` [PATCH igt v3] "

[PATCH] drm/i915: add missing condition for committing planes on crtc
 2016-05-09  7:41 UTC  (5+ messages)

[PATCH] drm/i915/sysfs: Adding mocs_state
 2016-05-09  7:39 UTC  (11+ messages)

[PATCH] drm/i915: add missing condition for committing planes on crtc
 2016-05-09  7:37 UTC  (2+ messages)

[PATCH] drm/i915: Allow MI_LOAD_REGISTER_REG between whitelisted registers
 2016-05-09  7:32 UTC  (5+ messages)
` [PATCH v2] "
` ✗ Fi.CI.BAT: failure for drm/i915: Allow MI_LOAD_REGISTER_REG between whitelisted registers. (rev2)

[PATCH] Revert "drm/i915: start adding dp mst audio"
 2016-05-09  7:18 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH] drm: Poke at fixing unbalanced referencing in d2307dea14
 2016-05-09  7:18 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] mfd: intel_soc_pmic_core: Terminate panel control GPIO lookup table correctly
 2016-05-09  7:18 UTC  (7+ messages)
        ` [Intel-gfx] "

[PATCH] drm/i915: Dump pipe config when intel_modeset_pipe_config fails
 2016-05-09  7:14 UTC  (2+ messages)

[PATCH] drm/i915: Set legacy properties when using legacy gamma set IOCTL
 2016-05-09  6:52 UTC  (8+ messages)
` [PATCH] drm/i915: Set legacy properties when using legacy gamma set IOCTL. (v2)

[PATCH 2/2] drm/i915: Render decompression support for Gen9 and above
 2016-05-09  6:02 UTC  (4+ messages)
` [PATCH v2 "

Regression report] Weekly regression report WW45
 2016-05-09  4:20 UTC  (7+ messages)
` [Regression report] Weekly regression report WW46
  ` [Regression report] Weekly regression report WW48
    ` [Regression report] Weekly regression report WW50
      ` [Regression report] Weekly regression report WW51
          ` [Regression report] Weekly regression report WW14
            ` [Regression report] Weekly regression report WW19

[PULL] topic/drm-misc
 2016-05-08 16:35 UTC 

Updated drm-intel-testing
 2016-05-08 16:32 UTC 

[PATCH 0/3] DPCD Backlight Control
 2016-05-08 16:24 UTC  (3+ messages)
` [PATCH 3/3] drm/i915: Add Backlight Control using DPCD for eDP connectors (v9)

Regression of v4.6-rc vs. v4.5 bisected: a98ee79317b4 "drm/i915/fbc: enable FBC by default on HSW and BDW"
 2016-05-08 11:49 UTC  (8+ messages)

[PATCH v2 1/5] drm/i915/guc: add enable_guc_loading parameter
 2016-05-06 17:12 UTC  (13+ messages)
` [PATCH v2 3/5] drm/i915/guc: don't spinwait if the GuC's workqueue is full
` [PATCH v2 4/5] drm/i915/guc: rework guc_add_workqueue_item()

[PATCH] drm/i915: Correctly refcount connectors in hw state readou
 2016-05-06 14:19 UTC  (5+ messages)


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