public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2016-08-03 02:01:18 to 2016-08-04 05:39:08 UTC [more...]

[PATCH] drm/i915: set proper N/M in modeset
 2016-08-04  5:39 UTC  (5+ messages)

[PATCH] drm/i915: Enable fine-grained kcov instrumentation
 2016-08-04  5:30 UTC  (2+ messages)
` ✗ Ro.CI.BAT: failure for "

[PATCH 1/3] drm: Track drm_mm nodes with an interval tree
 2016-08-04  5:20 UTC  (10+ messages)
` [PATCH 2/3] drm: Convert drm_vma_manager to embedded interval-tree in drm_mm
` [PATCH 3/3] drm: Skip initialising the drm_mm_node->hole_stack
` ✗ Ro.CI.BAT: failure for series starting with [1/3] drm: Track drm_mm nodes with an interval tree
  ` [PATCH] drm: Declare that create drm_mm nodes with size 0 is illegal
` ✗ Fi.CI.BAT: failure for series starting with drm: Declare that create drm_mm nodes with size 0 is illegal (rev2)
` ✗ Ro.CI.BAT: "

Next batch of almost reviewed patches, up to the VMA leak fix
 2016-08-04  5:19 UTC  (39+ messages)
` [PATCH 01/28] drm/i915: Amalgamate GGTT/ppGTT vma debug list walkers
` [PATCH 02/28] drm/i915: Split GGTT initialisation between probing and setup
` [PATCH 03/28] drm/i915: Keep ggtt->probe() as a local
    ` [PATCH 1/3] drm/i915: Update GGTT initialisation functions to take drm_i915_private
      ` [PATCH 2/3] drm/i915: Split early global GTT initialisation
      ` [PATCH 3/3] drm/i915: Rearrange GGTT probing to avoid needing a vfunc
` [PATCH 04/28] drm/i915: Update GGTT initialisation functions to take drm_i915_private
` [PATCH 05/28] drm/i915: Split early global GTT initialisation
` [PATCH 06/28] drm/i915: Store owning file on the i915_address_space
` [PATCH 07/28] drm/i915: Count how many VMA are bound for an object
` [PATCH 08/28] drm/i915: Be more careful when unbinding vma
` [PATCH 09/28] drm/i915: Kill drop_pages()
` [PATCH 10/28] drm/i915: Introduce i915_gem_active for request tracking
` [PATCH 11/28] drm/i915: Prepare i915_gem_active for annotations
` [PATCH 12/28] drm/i915: Mark up i915_gem_active for locking annotation
` [PATCH 13/28] drm/i915: Refactor blocking waits
` [PATCH 14/28] drm/i915: Rename request->list to link for consistency
` [PATCH 15/28] drm/i915: Remove obsolete i915_gem_object_flush_active()
` [PATCH 16/28] drm/i915: Refactor activity tracking for requests
` [PATCH 17/28] drm/i915: Track requests inside each intel_ring
` [PATCH 18/28] drm/i915: Convert intel_overlay to request tracking
` [PATCH 19/28] drm/i915: Move the special case wait-request handling to its one caller
` [PATCH 20/28] drm/i915: Disable waitboosting for a saturated engine
` [PATCH 21/28] drm/i915: s/__i915_wait_request/i915_wait_request/
` [PATCH 22/28] drm/i915: Double check activity before relocations
` [PATCH 23/28] drm/i915: Move request list retirement to i915_gem_request.c
` [PATCH 24/28] drm/i915: i915_vma_move_to_active prep patch
` [PATCH 25/28] drm/i915: Track active vma requests
` [PATCH 26/28] drm/i915: Release vma when the handle is closed
` [PATCH 27/28] drm/i915: Mark the context and address space as closed
` [PATCH 28/28] Revert "drm/i915: Clean up associated VMAs on context destruction"
` ✗ Ro.CI.BAT: failure for series starting with [01/28] drm/i915: Amalgamate GGTT/ppGTT vma debug list walkers
` ✗ Ro.CI.BAT: failure for series starting with [01/28] drm/i915: Amalgamate GGTT/ppGTT vma debug list walkers (rev4)

[PATCH] drm/i915: Use drm official vblnk_no_hw_counter callback
 2016-08-04  5:19 UTC  (3+ messages)
` ✗ Ro.CI.BAT: failure for "

[PATCH 0/4] Improve logging for DP link training
 2016-08-04  3:12 UTC  (8+ messages)
` [PATCH 1/4] drm/i915/dp: Add debug messages to print DP link training pattern
  ` [Intel-gfx] "
` [PATCH 2/4] drm/i915/dp: Switch to using the DRM function for reading DP link status
` [PATCH 3/4] drm/dp: Clarify clock recovery and channel equalization failures
` [PATCH 4/4] drm/i915/dp: Dump DP link status when link training stages fails

[PATCH 0/4] Block PSR when link communication might be required
 2016-08-04  3:03 UTC  (8+ messages)
` [PATCH 1/4] drm/i915/psr: rename intel_dig_port to dig_port
` [PATCH 2/4] drm/i915/psr: Replace dev usage per dev_priv
` [PATCH 3/4] drm/i915/psr: Provide block functionality for RPM
` [PATCH 4/4] drm/i915: Introduce PSR Block Power Domains

[PATCH 0/6] Allow DC state to reset the counter on screen enabled
 2016-08-04  2:39 UTC  (8+ messages)
` [PATCH 1/6] drm: Add vblank prepare and unprepare hooks
` [PATCH 2/6] drm/i915: Move drm_crtc_vblank_get out of disabled pre-emption area
` [PATCH 3/6] drm/i915: Split gen 9 irq hooks definitions
` [PATCH 4/6] drm/i915: Introduce vblank power domain to avoid DC entry when waiting for vblank
` [PATCH 5/6] drm: Introduce drm_crtc_vblank_sanitize_counter
` [PATCH 6/6] drm/i915: Sanitize drm crtc vblank counter after DC reset frame count

[PATCH v6 0/6] Finally fix watermarks
 2016-08-03 22:19 UTC  (8+ messages)
` [PATCH v6 1/6] drm/i915/skl: Add support for the SAGV, fix underrun hangs
` [PATCH v6 6/6] drm/i915/skl: Update DDB values atomically with wms/plane attrs
` ✗ Ro.CI.BAT: failure for Finally fix watermarks (rev4)

DP audio API changes for identifying displays connected to a port
 2016-08-03 21:42 UTC  (10+ messages)
` [PATCH] drm/i915/dp: DP audio API changes for MST
` ✗ Ro.CI.BAT: failure for "

[PATCH 1/2] drm/i915: Use drm_crtc_vblank_wait_one_vblank instead the legacy one
 2016-08-03 21:17 UTC  (2+ messages)
` [PATCH 2/2] drm: Remove legacy drm_wait_one_vblank(dev, pipe)

[PATCH v5 0/6] Finally fix watermarks
 2016-08-03 21:16 UTC  (5+ messages)
` [PATCH v5 3/6] drm/i915/skl: Update plane watermarks atomically during plane updates

[PATCH] drm: Avoid printing negative values for unsigned variables
 2016-08-03 19:04 UTC  (3+ messages)
` ✗ Ro.CI.BAT: failure for "
` [Intel-gfx] [PATCH] "

[PATCH i-g-t] kms_pipe_color: Don't assert on crc not equal
 2016-08-03 18:37 UTC 

[PATCH 0/4]: Picture aspect ratio support in DRM layer
 2016-08-03 17:47 UTC  (14+ messages)
` [PATCH 1/4] drm: add picture aspect ratio flags
` [PATCH 2/4] drm: Add aspect ratio parsing in DRM layer
` [PATCH 3/4] video: Add new aspect ratios for HDMI 2.0
` [PATCH 4/4] drm: Add and handle new aspect ratios in DRM layer
  ` [Intel-gfx] "
` ✗ Ro.CI.BAT: failure for : Picture aspect ratio support "

[PATCH i-g-t] igt_kms: Use proper panning coordinates for legacy primary plane updates
 2016-08-03 17:35 UTC  (2+ messages)

[PATCH] drm/i915/fbc: FBC causes display flicker when VT-d is enabled on Skylake
 2016-08-03 16:58 UTC  (5+ messages)
` ✗ Ro.CI.BAT: failure for "
  ` [PATCH v2] "
  ` ✗ Ro.CI.BAT: warning for drm/i915/fbc: FBC causes display flicker when VT-d is enabled on Skylake (rev2)

[PATCH] drm/i915: Acquire audio powerwell for HD-Audio registers
 2016-08-03 16:39 UTC  (2+ messages)
` ✗ Ro.CI.BAT: failure for "

[PATCH 0/2] Updates to gem_exec_nop parallel execution test
 2016-08-03 16:07 UTC  (6+ messages)
` [PATCH 1/2] igt/gem_exec_nop: add burst submission to "
` [PATCH 2/2] igt/gem_exec_nop: clarify & extend output from "
` ✗ Ro.CI.BAT: failure for Updates to gem_exec_nop "

linux-firmware-i915 pull request (bxt dmc, kbl dmc)
 2016-08-03 15:48 UTC  (11+ messages)

✗ Ro.CI.BAT: failure for drm/i915: Fix copy_to_user usage for pipe_crc
 2016-08-03 15:48 UTC 

[PATCH] drm/i915: Clean up the extra RPM ref on CHV with i915.enable_rc6=0
 2016-08-03 15:44 UTC  (5+ messages)
` ✗ Ro.CI.BAT: failure for "

[PATCH] drm/i915: Fix copy_to_user usage for pipe_crc
 2016-08-03 15:22 UTC 

[PATCH v7] drm/i915/skl: Add support for the SAGV, fix underrun hangs
 2016-08-03 14:53 UTC  (3+ messages)
` ✗ Ro.CI.BAT: failure for drm/i915/skl: Add support for the SAGV, fix underrun hangs (rev4)

[PATCH 1/2] drm/i915: Fix copy_to_user usage for pipe_crc
 2016-08-03 14:44 UTC  (8+ messages)
` [PATCH 2/2] drm/i915: Fix the return value of pipe crc read function
` ✗ Ro.CI.BAT: failure for series starting with [1/2] drm/i915: Fix copy_to_user usage for pipe_crc

[PATCH] drm/i915: Shut down displays gracefully on reboot
 2016-08-03 13:59 UTC  (2+ messages)
` ✗ Ro.CI.BAT: failure for "

Put RCU request lookup to use
 2016-08-03 13:49 UTC  (16+ messages)
` [PATCH 01/16] drm/i915: Introduce i915_gem_active_wait_unlocked()
` [PATCH 02/16] drm/i915: Convert non-blocking waits for requests over to using RCU
` [PATCH 03/16] drm/i915: Convert non-blocking userptr "
` [PATCH 04/16] drm/i915/userptr: Remove superfluous interruptible=false on waiting

[PATCH] drm/i915: Fix iboost setting for SKL Y/U DP DDI buffer translation entry 2
 2016-08-03 13:45 UTC  (3+ messages)
` ✗ Ro.CI.BAT: failure for "

[PATCH] drm/i915: Move the common engine cleanup to intel_engine_cs.c
 2016-08-03 13:08 UTC  (4+ messages)
` ✗ Ro.CI.BAT: failure for "

[CI 01/23] drm/i915: Unify intel_logical_ring_emit and intel_ring_emit
 2016-08-03 13:05 UTC  (3+ messages)
` ✗ Ro.CI.BAT: failure for series starting with [CI,01/23] "

[PATCH 00/10] drm/edid: Clean up display_info stuff
 2016-08-03 11:55 UTC  (14+ messages)
` [PATCH 01/10] drm/edid: Clear old audio latency values before parsing the new EDID
` [PATCH 02/10] drm/edid: Clear old dvi_dual/max_tmds_clock "
` [PATCH 03/10] drm/edid: Make max_tmds_clock kHz instead of MHz
` [PATCH 04/10] drm/edid: Move dvi_dual/max_tmds_clock to drm_display_info
` [PATCH 05/10] drm/edid: Don't pass around drm_display_info needlessly
` [PATCH 06/10] drm/edid: Reduce the number of times we parse the CEA extension block
` [PATCH 07/10] drm/edid: Clear the old cea_rev when there's no CEA extension in the new EDID
` [PATCH 08/10] drm/edid: Move dvi_dual/max_tmds_clock parsing out from drm_edid_to_eld()
` [PATCH 09/10] drm/i915: Replace a bunch of connector->base.display_info with a local variable
` [PATCH 10/10] drm/i915: Account for sink max TMDS clock when checking the port clock
` ✗ Ro.CI.BAT: failure for drm/edid: Clean up display_info stuff

[PATCH] drm/i915: fix WaInsertDummyPushConstPs
 2016-08-03 10:52 UTC  (2+ messages)

[PATCH] drm/i915/dmc: Accept symbolic link in firmware name
 2016-08-03  9:45 UTC  (16+ messages)

[I-G-T 0/3] igt/gem_mocs_settings: Update MOCS tests
 2016-08-03  8:49 UTC  (8+ messages)
` [I-G-T 3/3] igt/gem_mocs_settings: Reduce the amount of cascading failures

[drm-intel-nightly] 2016y-07m-14d-21h-13m-02s UTC: locking dependency: drm_modeset_lock_all() || __blocking_notifier_call_chain
 2016-08-03  8:42 UTC  (5+ messages)
` ✗ Ro.CI.BAT: warning for "

Disable power management on i915
 2016-08-03  8:02 UTC  (4+ messages)

[PATCH v3 0/3] New debugfs API for capturing CRC of frames
 2016-08-03  8:01 UTC  (3+ messages)
` [PATCH v3 3/3] drm/i915: Use new CRC debugfs API

[PATCH] drm/i915: Add missing ring_mask to Pineview
 2016-08-03  7:33 UTC  (7+ messages)

Prep. for DP audio MST support
 2016-08-03  6:24 UTC  (2+ messages)
` ✗ Ro.CI.BAT: failure for series starting with [1/3] drm/i915: start adding dp mst audio


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