Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-05-06 10:37:49 to 2016-05-09 18:11:49 UTC [more...]

[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] x86: Silence 32bit compiler warning in intel_graphics_stolen()
 2016-05-09 16:39 UTC  (5+ messages)
` [PATCH v2] "

[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)

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

[PATCH i-g-t v4 0/5] kms_flip_event_leak and kms_vblank fixes for VC4
 2016-05-09 15:38 UTC  (3+ messages)
` [PATCH i-g-t v4 4/5] kms_vblank: Switch from using crtc0 statically to explicitly setting mode

[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 "

[PATCH 0/5] IS_GENx and related code shrinkage
 2016-05-09 13:00 UTC  (12+ 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

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/atomic: Add a way to call remove_fb atomically, v2
 2016-05-09 12:02 UTC  (4+ messages)
` [PATCH 2/2] Reapply "drm/atomic: Call ww_acquire_done after check phase is complete"

[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  (9+ messages)
` [PATCHv4 1/3] drm/i915: Make finding unused crtc as a generic function
` [PATCH 2/3] drm/i915: Split bxt_ddi_pll_select()
` [PATCHv4 3/3] drm/i915/dp: Enable Upfront link training for typeC DP support on BXT

[PATCH v2] drm/i915/execlists: Refactor common engine setup
 2016-05-09 10:41 UTC  (14+ messages)

[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  (4+ 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 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  (12+ 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 v3 00/16] Pre-calculate SKL-style atomic watermarks
 2016-05-07 16:46 UTC  (5+ messages)
` [PATCH v3 09/16] drm/i915/gen9: Drop re-allocation of DDB at atomic commit (v2)

[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)

[PATCH v3 1/4] drm: Add helper for DP++ adaptors
 2016-05-06 13:46 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v5 "

[PATCH i-g-t 1/2] tests/testdisplay: Use cairo helpers to draw to plane
 2016-05-06 13:36 UTC  (2+ messages)
` [PATCH i-g-t 2/2] tests/testdisplay: Open DRM device with DRIVER_ANY

[PATCH v6 27/34] drm/i915: Added scheduler statistic reporting to debugfs
 2016-05-06 13:21 UTC  (2+ messages)

[PATCH] drm/i915: Correctly refcount connectors in hw state readou
 2016-05-06 13:20 UTC  (2+ messages)

[PATCH v6 24/34] drm/i915: Added scheduler queue throttling by DRM file handle
 2016-05-06 13:19 UTC  (2+ messages)

[PATCH v3] drm/i915: resize the GuC WOPCM for rc6
 2016-05-06 12:18 UTC  (6+ messages)

[PATCH i-g-t] tools: Add intel_dp_compliance for DisplayPort 1.2 compliance automation
 2016-05-06 12:10 UTC  (4+ messages)

[PATCH v3] prime_mmap_kms: show case dma-buf new API and processes restrictions
 2016-05-06 10:40 UTC  (2+ messages)


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