public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2016-08-02 11:16:08 to 2016-08-03 14:00:04 UTC [more...]

Next batch of almost reviewed patches, up to the VMA leak fix
 2016-08-03 14:00 UTC  (31+ 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 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"

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

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

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

[PATCH v7] drm/i915/skl: Add support for the SAGV, fix underrun hangs
 2016-08-03 13:50 UTC 

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  (4+ 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 "

[PATCH 0/4]: Picture aspect ratio support in DRM layer
 2016-08-03 13:08 UTC  (8+ 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
` ✗ Ro.CI.BAT: failure for : Picture aspect ratio support "

[CI 01/23] drm/i915: Unify intel_logical_ring_emit and intel_ring_emit
 2016-08-03 13:05 UTC  (25+ messages)
` [CI 02/23] drm/i915: Rename request->ringbuf to request->ring
` [CI 03/23] drm/i915: Rename intel_context[engine].ringbuf
` [CI 04/23] drm/i915: Rename struct intel_ringbuffer to struct intel_ring
` [CI 05/23] drm/i915: Rename residual ringbuf parameters
` [CI 06/23] drm/i915: Rename intel_pin_and_map_ring()
` [CI 07/23] drm/i915: Remove obsolete engine->gpu_caches_dirty
` [CI 08/23] drm/i915: Reduce engine->emit_flush() to a single mode parameter
` [CI 09/23] drm/i915: Simplify request_alloc by returning the allocated request
` [CI 10/23] drm/i915: Unify legacy/execlists emission of MI_BATCHBUFFER_START
` [CI 11/23] drm/i915: Remove intel_ring_get_tail()
` [CI 12/23] drm/i915: Convert engine->write_tail to operate on a request
` [CI 13/23] drm/i915: Move the modulus for ring emission to the register write
` [CI 14/23] drm/i915: Unify request submission
` [CI 15/23] drm/i915/lrc: Update function names to match request flow
` [CI 16/23] drm/i915: Stop passing caller's num_dwords to engine->semaphore.signal()
` [CI 17/23] drm/i915: Reuse legacy breadcrumbs + tail emission
` [CI 18/23] drm/i915/ringbuffer: Specialise SNB+ request emission for semaphores
` [CI 19/23] drm/i915: Remove duplicate golden render state init from execlists
` [CI 20/23] drm/i915: Refactor golden render state emission to unconfuse gcc
` [CI 21/23] drm/i915: Unify legacy/execlists submit_execbuf callbacks
` [CI 22/23] drm/i915: Simplify calling engine->sync_to
` [CI 23/23] drm/i915: Rename engine->semaphore.sync_to, engine->sempahore.signal locals
` ✗ Ro.CI.BAT: failure for series starting with [CI,01/23] drm/i915: Unify intel_logical_ring_emit and intel_ring_emit

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

linux-firmware-i915 pull request (bxt dmc, kbl dmc)
 2016-08-03  9:08 UTC  (5+ 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  (6+ 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 v6 0/6] Finally fix watermarks
 2016-08-03  7:50 UTC  (9+ messages)
` [PATCH v6 1/6] drm/i915/skl: Add support for the SAGV, fix underrun hangs
` [PATCH v6 2/6] drm/i915/gen9: Only copy WM results for changed pipes to skl_hw
` [PATCH v6 3/6] drm/i915/skl: Update plane watermarks atomically during plane updates
` [PATCH v6 4/6] drm/i915/skl: Ensure pipes with changed wms get added to the state
` [PATCH v6 5/6] drm/i915: Move CRTC updating in atomic_commit into it's own hook
` [PATCH v6 6/6] drm/i915/skl: Update DDB values atomically with wms/plane attrs
` ✗ Ro.CI.BAT: failure for Finally fix watermarks (rev4)

[PATCH 1/2] drm/i915: Fix copy_to_user usage for pipe_crc
 2016-08-03  7:48 UTC  (7+ 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: 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  (9+ messages)
` [PATCH 1/3] drm/i915: start adding dp mst audio
` [PATCH 2/3] drm/i915: Move audio_connector to intel_encoder
` [PATCH 3/3] drm/i915: Fix enc_to_dig_port for MST encoders
` ✗ Ro.CI.BAT: failure for series starting with [1/3] drm/i915: start adding dp mst audio

[PATCH v5 0/6] Finally fix watermarks
 2016-08-03  0:11 UTC  (13+ messages)
` [PATCH v5 1/6] drm/i915/skl: Add support for the SAGV, fix underrun hangs
  ` [v5,1/6] "
` [PATCH v5 2/6] drm/i915/gen9: Only copy WM results for changed pipes to skl_hw
` [PATCH v5 3/6] drm/i915/skl: Update plane watermarks atomically during plane updates
` [PATCH v5 4/6] drm/i915/skl: Ensure pipes with changed wms get added to the state
` [PATCH v5 5/6] drm/i915: Move CRTC updating in atomic_commit into it's own hook
` [PATCH v5 6/6] drm/i915/skl: Update DDB values atomically with wms/plane attrs

[PATCH] drm/i915: set proper N/M in modeset
 2016-08-02 16:59 UTC  (6+ messages)

[PATCH v4 0/6] Finally fix watermarks
 2016-08-02 15:59 UTC  (8+ messages)
  ` [Intel-gfx] "

[PATCH] drm/i915: cleanup_plane_fb: also drop reference to current state wait_req
 2016-08-02 15:11 UTC  (3+ messages)

[PATCH 0/5] HDMI optimization series
 2016-08-02 15:04 UTC  (6+ messages)
` [PATCH 4/5] drm/i915: Check live status before reading edid

[PATCH 00/12] drm/i915: Move DP link retraining to hotplug work etc
 2016-08-02 14:28 UTC  (14+ messages)
` [PATCH 03/12] drm/i915: Avoid mixing up SST and MST in DDI setup
` [PATCH 04/12] drm/i915: Reject mixing MST and SST/HDMI on the same digital port
` [PATCH 05/12] drm/i915: Track active streams also for DP SST

[PATCH 0197/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 14:27 UTC  (5+ messages)
` [Intel-gfx] "

[PATCH 00/23] drm/i915: Organize most GPU features by platform
 2016-08-02 14:16 UTC  (7+ messages)
` [PATCH 07/23] drm/i915: Move HAS_GUC_UCODE definition to platform definition

[PATCH 4/4] drm/i915/skl: Updated the RC6/Forcewake related debugfs interface for Gen9
 2016-08-02 14:09 UTC  (4+ messages)
` [PATCH v3] drm/i915/gen9: Update i915_drpc_info debugfs for coarse pg & forcewake info

[PATCH 1/2] drm/i915: Always use cpp==4 for FW_BLC_SELF on 915GM/945GM
 2016-08-02 13:42 UTC  (5+ messages)
` ✗ Ro.CI.BAT: failure for series starting with [1/2] "

[PATCH] drm/i915: Warn about aux msg buffer vs. size mismatch
 2016-08-02 13:41 UTC  (5+ messages)
` ✗ Ro.CI.BAT: failure for "

[PATCH 0/9] drm: Store clipped coordinates in drm_plane_state
 2016-08-02 13:24 UTC  (4+ messages)

[PATCH v6 00/10] drm/i915: DP branch devices
 2016-08-02 13:18 UTC  (12+ messages)
` [PATCH v6 06/10] drm: Read DP branch device HW revision
` [PATCH v6 08/10] drm/i915: Check pixel rate for DP to VGA dongle
` [PATCH v6 09/10] drm/i915: Update bits per component for display info

[PATCH v2 00/21] drm/i915: Organize most GPU features by platform
 2016-08-02 12:59 UTC  (4+ messages)
` [PATCH v2 12/21] drm/i915: Move HAS_AUX_IRQ definition to platform definition

[PATCH 0/9] drm/i915: SKL iboost fixes
 2016-08-02 12:13 UTC  (2+ messages)

[PATCH] drm/i915: remove redundant fbc warnings
 2016-08-02 11:27 UTC  (4+ messages)
` ✗ Ro.CI.BAT: failure for "

[PATCH] drm/i915: Protect older gen against intel_gt_init_powersave()
 2016-08-02 11:21 UTC  (3+ messages)

[PATCH v4 1/6] drm/i915/skl: Add support for the SAGV, fix underrun hangs
 2016-08-02 11:16 UTC  (2+ messages)
` [v4,1/6] "


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