intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-18 11:43:25 to 2016-04-19 13:37:52 UTC [more...]

[PATCH 00/19] Rework page flip, remove cs flips, async unpin and unified pageflip
 2016-04-19 13:37 UTC  (25+ messages)
` [PATCH 01/19] drm/core: Add drm_accurate_vblank_count, v4
` [PATCH 02/19] drm/i915: Remove stallcheck special handling, v2
` [PATCH 03/19] drm/i915: Remove intel_prepare_page_flip, v2
` [PATCH 04/19] drm/i915: Add support for detecting vblanks when hw frame counter is unavailable
` [PATCH 05/19] drm/i915: Unify unpin_work and mmio_work into flip_work
` [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
` [PATCH 08/19] drm/i915: Convert flip_work to a list
` [PATCH 09/19] drm/i915: Add the exclusive fence to plane_state
` [PATCH 10/19] drm/i915: Rework intel_crtc_page_flip to be almost atomic, v3
` [PATCH 11/19] drm/i915: Remove cs based page flip support
` [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 16/19] drm/i915: Make unpin async
` [PATCH 17/19] Reapply "drm/i915: Avoid stalling on pending flips for legacy cursor updates"
` [PATCH 18/19] drm/i915: Check for unpin correctness
` [PATCH 19/19] drm/i915: Allow async update of pageflips
` ✗ Fi.CI.BAT: failure for Rework page flip, remove cs flips, async unpin and unified pageflip

[PATCH] drm/i915/gen8+: Do not enable DPF interrupt since the handler does not exist
 2016-04-19 13:33 UTC  (2+ messages)

[PATCH piglit] igt: Make "warn" status work again as expected
 2016-04-19 13:33 UTC 

[PATCH i-g-t] scripts/run_tests.sh: Fix breakage after piglit updates
 2016-04-19 13:31 UTC 

[PATCH v3 1/3] drm/i915/guc: keep GuC doorbell & process descriptor mapped in kernel
 2016-04-19 13:24 UTC  (4+ messages)
` [PATCH v3 2/3] drm/i915/guc: drop cached copy of 'wq_head'
` [PATCH v3 3/3] drm/i915/guc: local optimisations and updating comments
` ✗ Fi.CI.BAT: failure for series starting with [v3,1/3] drm/i915/guc: keep GuC doorbell & process descriptor mapped in kernel

Premature unpinning
 2016-04-19 13:24 UTC  (19+ messages)
` [PATCH v2 01/12] drm/i915: Mark the current context as lost on suspend
` [PATCH v2 02/12] drm/i915: L3 cache remapping is part of context switching
` [PATCH v2 03/12] drm/i915: Consolidate L3 remapping LRI
` [PATCH v2 04/12] drm/i915: Remove early l3-remap
` [PATCH v2 05/12] drm/i915: Rearrange switch_context to load the aliasing ppgtt on first use
` [PATCH v2 06/12] drm/i915: Assign every HW context a unique ID
` [PATCH v2 07/12] drm/i915: Replace the pinned context address with its "
` [PATCH v2 08/12] drm/i915: Refactor execlists default context pinning
` [PATCH v2 09/12] drm/i915: Move context initialisation to first-use
` [PATCH v2 10/12] drm/i915: Move the magical deferred context allocation into the request
` [PATCH v2 11/12] drm/i915: Track the previous pinned context inside "
` [PATCH v2 12/12] drm/i915: Move releasing of the GEM request from free to retire/cancel
` Update to patches 11 and 12
  ` [PATCH 1/2] drm/i915: Move releasing of the GEM request from free to retire/cancel
  ` [PATCH 2/2] drm/i915: Track the previous pinned context inside the request
` ✗ Fi.CI.BAT: failure for series starting with [v2,01/12] drm/i915: Mark the current context as lost on suspend

[RFC PATCH i-g-t] lib: Add warning if lockdep is disabled before a test
 2016-04-19 13:12 UTC 

[PATCH] drm/i915: Clean up PCI config register handling
 2016-04-19 13:07 UTC  (6+ messages)
    ` [PATCH v3] "
` ✗ Fi.CI.BAT: failure for drm/i915: Clean up PCI config register handling (rev2)

[PATCH] drm-intel.rst: Clarify the eternal draft status
 2016-04-19 13:00 UTC 

[PATCH] drm/i915/kbl: Don't WARN for expected secondary MISC IO power well request
 2016-04-19 12:38 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for "

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

[PATCH v2 1/4] drm/i915/overlay: Replace i915_gem_obj_ggtt_offset() with the known flip_addr
 2016-04-19 12:34 UTC  (23+ messages)
` [PATCH v2 2/4] io-mapping: Specify mapping size for io_mapping_map_wc()
` [PATCH v2 3/4] drm/i915: Introduce i915_vm_to_ggtt()
` [PATCH v2 4/4] drm/i915: Move ioremap_wc tracking onto VMA
      ` [PATCH] "
` ✗ Fi.CI.BAT: warning for series starting with [v2,1/4] drm/i915/overlay: Replace i915_gem_obj_ggtt_offset() with the known flip_addr
` ✗ Fi.CI.BAT: warning for series starting with [v2,1/4] drm/i915/overlay: Replace i915_gem_obj_ggtt_offset() with the known flip_addr (rev2)
` ✗ Fi.CI.BAT: failure for series starting with [v2,1/4] drm/i915/overlay: Replace i915_gem_obj_ggtt_offset() with the known flip_addr (rev3)

[PATCH 1/3] drm/i915/guc: keep GuC objects mapped in kernel
 2016-04-19 12:23 UTC  (6+ messages)
` [PATCH v2 "

[PATCH 0/3] GuC premature LRC unpin
 2016-04-19 12:16 UTC  (32+ messages)
` Premature "
  ` [PATCH 1/9] drm/i915: Assign every HW context a unique ID
  ` [PATCH 2/9] drm/i915: Replace the pinned context address with its "
  ` [PATCH 3/9] drm/i915: Refactor execlists default context pinning
      ` [PATCH] "
  ` [PATCH 4/9] drm/i915: Remove early l3-remap
      ` [PATCH 1/3] drm/i915: L3 cache remapping is part of context switching
        ` [PATCH 2/3] drm/i915: Consolidate L3 remapping LRI
        ` [PATCH 3/3] drm/i915: Remove early l3-remap
  ` [PATCH 5/9] drm/i915: Rearrange switch_context to load the aliasing ppgtt on first use
  ` [PATCH 6/9] drm/i915: Move context initialisation to first-use
  ` [PATCH 7/9] drm/i915: Move the magical deferred context allocation into the request
  ` [PATCH 8/9] drm/i915: Track the previous pinned context inside "
  ` [PATCH 9/9] drm/i915: Move releasing of the GEM request from free to retire/cancel

[PATCH 0/3] drm/i915: Power domain fixes
 2016-04-19 12:04 UTC  (11+ messages)
` [PATCH 1/3] drm/i915: Set .domains=POWER_DOMAIN_MASK for the always-on well
` [PATCH 2/3] drm/i915: Define VLV/CHV display power well domains properly
` [PATCH 3/3] drm/i915: Define HSW/BDW display power domains the right way up
` ✗ Fi.CI.BAT: failure for drm/i915: Power domain fixes

[PATCH] drm/i915: Fix oops in vlv_force_pll_on()
 2016-04-19 12:01 UTC  (6+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH] drm/i915: Wait for power cycle delay after turning off DSI panel power
 2016-04-19 11:59 UTC  (6+ messages)
` ✗ Fi.CI.BAT: warning for "

[PATCH 1/5] drm/i915: use dev_priv directly in gen8_ppgtt_notify_vgt
 2016-04-19 11:45 UTC  (12+ messages)
` [PATCH 2/5] drm/i915: harden allocation paths in allocate_va_range
` [PATCH 3/5] drm/i915: bail in alloc_pdp when !FULL_48BIT_PPGTT
` [PATCH 4/5] drm/i915: call kunmap_px on pt_vaddr
` [PATCH 5/5] drm/i915: Propagate error from drm_gem_object_init()

[i-g-t PATCH v1 0/2] Avoid calling DRM_IOCTL_I915_GET_PIPE_FROM_CRTC_ID on !i915
 2016-04-19 11:40 UTC  (3+ messages)
` [i-g-t PATCH v1 1/2] lib: Remove superfluous kmstest_connector_config.pipe
` [i-g-t PATCH v1 2/2] tests/kms_setmode: Remove superfluous call to kmstest_get_pipe_from_crtc_id

[PATCH 2/2] drm/i915/BXT: Tolerance at BXT DSI pipe_config comparison
 2016-04-19 10:30 UTC  (13+ messages)

[PATCH 1/2] drm/i915: Get the i2c bus number from the ACPI
 2016-04-19 10:38 UTC  (2+ messages)

[PATCH] tools/intel_framebuffer_dump : dump FB attached to all enabled planes
 2016-04-19 14:20 UTC 

[PATCH] drm/i915: Set legacy properties when using legacy gamma set IOCTL
 2016-04-19 10:13 UTC  (5+ messages)
` [PATCH] drm/i915: Set legacy properties when using legacy gamma set IOCTL. (v2)

[PATCH 0/4] drm/i915: Fix a few suspend/resume and driver unload bugs
 2016-04-19  9:42 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915: Fix a few suspend/resume and driver unload bugs (rev3)

[PATCH 1/2] drm/i915/BXT: Retrieving the horizontal timing for DSI
 2016-04-19  8:18 UTC  (2+ messages)
` [RFC PATCH 2/2] drm/i915/bxt: Adjusting the error in horizontal timings retrieval

i915 driver stack trace on laptop docking event
 2016-04-19  4:05 UTC 

SkyLake
 2016-04-19  3:21 UTC  (3+ messages)

DMAR PTE access not set
 2016-04-18 20:01 UTC 

[4.4-rc1][Regression] drm/i915: Check live status before reading edid
 2016-04-18 19:46 UTC  (5+ messages)

[PATCH] drm: fix lut value extraction function
 2016-04-18 19:39 UTC  (6+ messages)

[PATCH] drm/i915/kbl: Reset secondary power well requests left on by DMC/KVMR
 2016-04-18 17:31 UTC  (3+ messages)

[PATCH] drm/i915: Unify VLV/CHV DPOunit clock gating disable/enable
 2016-04-18 17:26 UTC  (2+ messages)

[PATCH 1/3] drm/i915: Do CRT HPD force trigger only when needed
 2016-04-18 16:57 UTC  (4+ messages)
` [PATCH 2/3] drm/i915: Disable CRT HPD around force trigger
` [PATCH 3/3] drm/i915: Always power on TX wells before CMN well on VLV
` ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915: Do CRT HPD force trigger only when needed

[PATCH 1/2] drm/i915: Replace nondescript 'WARN_ON(!lret)' with a sensible error message
 2016-04-18 15:56 UTC  (5+ messages)
` [PATCH 2/2] drm/atomic-helper: Print an error if vblank wait times out

[PATCH v2 2/2] drm/i915/vlv: Reset the ADPA in vlv_display_power_well_init()
 2016-04-18 15:09 UTC  (3+ messages)
` [PATCH v3 "

[PATCH 2/4] drm/i915: Fix system resume if PCI device remained enabled
 2016-04-18 14:59 UTC  (3+ messages)
` [PATCH v2 "

[PATCHv4 0/3] Add USB typeC based DP support for BXT platform
 2016-04-18 14:27 UTC  (5+ 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
` ✗ Fi.CI.BAT: failure for Add USB typeC based DP support for BXT platform (rev5)

[PATCH 00/16] Pre-calculate SKL-style atomic watermarks
 2016-04-18 12:56 UTC  (5+ messages)
` [PATCH 07/16] drm/i915/gen9: Allow skl_allocate_pipe_ddb() to operate on in-flight state

[PATCH] drm: atomic: fix legacy gamma set helper
 2016-04-18 12:39 UTC  (7+ messages)

[PATCH] drm/i915: Remove a couple pointless WARN_ONs
 2016-04-18 12:24 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915: Remove a couple pointless WARN_ONs (rev2)

[i-g-t PATCH v2 0/2] Avoid calling DRM_IOCTL_I915_GET_PIPE_FROM_CRTC_ID
 2016-04-18 12:20 UTC  (4+ messages)
` [i-g-t PATCH v2 1/2] lib: update kmstest_get_pipe_from_crtc_id

Polymorphic to_i915()
 2016-04-18 12:09 UTC  (5+ messages)

[PATCH 4/4] drm/i915/gen9: Fix runtime PM refcounting in case DMC firmware isn't loaded
 2016-04-18 12:07 UTC  (3+ messages)
` [PATCH v2 "

[i-g-t PATCH v1 0/7] Make more tests generic
 2016-04-18 11:42 UTC  (8+ messages)
` [i-g-t PATCH v1 1/7] tests/drm_read: Drop DRM_IOCTL_I915_GET_PIPE_FROM_CRTC_ID
` [i-g-t PATCH v1 2/7] tests/kms_render: Move dependency on i915 into subtest
` [i-g-t PATCH v1 3/7] tests/kms_flip: Create tiled BOs only when needed
` [i-g-t PATCH v1 4/7] tests/kms_flip: Move bufmgr requirement into subtests
` [i-g-t PATCH v1 5/7] tests/kms_flip: Open DRM device with DRIVER_ANY
` [i-g-t PATCH v1 6/7] tests/kms_flip_event_leak: Use non-tiled formats
` [i-g-t PATCH v1 7/7] tests/kms_flip_event_leak: Open DRM device with DRIVER_ANY


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