intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-11 11:01:47 to 2016-01-11 19:55:21 UTC [more...]

[PATCH v2 0/6] drm/i915: start hiding away vbt structure from the driver
 2016-01-11 19:54 UTC  (3+ messages)
` [PATCH v2 1/6] drm/i915: move VBT based TV presence check to intel_bios.c
` [PATCH v2 2/6] drm/i915: move VBT based LVDS "

[PATCH v2 00/13] Misc cleanups and locking fixes
 2016-01-11 19:41 UTC  (10+ messages)
` [PATCH 04/13] drm/i915: Fail engine initialization if LRCA is incorrectly aligned
` [PATCH 05/13] drm/i915: Cache LRCA in the context
` [PATCH 11/13] drm/i915: Cache ringbuffer GTT address

[PATCH] drm/i915/skl: Use proper plane dimensions for DDB and WM calculations
 2016-01-11 19:31 UTC  (2+ messages)

[PATCH libdrm] Synchronize drm/drm_fourcc.h with Linux’ version
 2016-01-11 19:17 UTC 

[PATCH 00/13] Convert requests to use struct fence
 2016-01-11 19:15 UTC  (16+ messages)
` [PATCH 0/7] "
  ` [PATCH 1/7] drm/i915: "
  ` [PATCH 3/7] drm/i915: Add per context timelines to fence object
  ` [PATCH 4/7] drm/i915: Delay the freeing of requests until retire time
  ` [PATCH 5/7] drm/i915: Interrupt driven fences

[PATCH v5 00/12] Enable GPU switching on pre-retina MacBook Pro
 2016-01-11 19:09 UTC  (3+ messages)
` [PATCH v5 10/12] drm/i915: Defer probe if gmux is present but its driver isn't
` [PATCH v5 06/12] drm/i915: Switch DDC when reading the EDID

[PATCH 02/10] drm/i915: Cleanup phys status page too
 2016-01-11 18:48 UTC  (2+ messages)
` [PATCH v2 "

[PATCH 00/39] GPU scheduler for i915 driver
 2016-01-11 18:43 UTC  (41+ messages)
` [PATCH v4 00/38] "
  ` [PATCH v4 01/38] drm/i915: Add total count to context status debugfs output
  ` [PATCH v4 02/38] drm/i915: Explicit power enable during deferred context initialisation
  ` [PATCH v4 03/38] drm/i915: Prelude to splitting i915_gem_do_execbuffer in two
  ` [PATCH v4 04/38] drm/i915: Split i915_dem_do_execbuffer() in half
  ` [PATCH v4 05/38] drm/i915: Cache request pointer in *_submission_final()
  ` [PATCH v4 06/38] drm/i915: Re-instate request->uniq because it is extremely useful
  ` [PATCH v4 07/38] drm/i915: Start of GPU scheduler
  ` [PATCH v4 08/38] drm/i915: Prepare retire_requests to handle out-of-order seqnos
  ` [PATCH v4 09/38] drm/i915: Disable hardware semaphores when GPU scheduler is enabled
  ` [PATCH v4 10/38] drm/i915: Force MMIO flips when scheduler enabled
  ` [PATCH v4 11/38] drm/i915: Added scheduler hook when closing DRM file handles
  ` [PATCH v4 12/38] drm/i915: Added scheduler hook into i915_gem_request_notify()
  ` [PATCH v4 13/38] drm/i915: Added deferred work handler for scheduler
  ` [PATCH v4 14/38] drm/i915: Redirect execbuffer_final() via scheduler
  ` [PATCH v4 15/38] drm/i915: Keep the reserved space mechanism happy
  ` [PATCH v4 16/38] drm/i915: Added tracking/locking of batch buffer objects
  ` [PATCH v4 17/38] drm/i915: Hook scheduler node clean up into retire requests
  ` [PATCH v4 18/38] drm/i915: Added scheduler support to __wait_request() calls
  ` [PATCH v4 19/38] drm/i915: Added scheduler support to page fault handler
  ` [PATCH v4 20/38] drm/i915: Added scheduler flush calls to ring throttle and idle functions
  ` [PATCH v4 21/38] drm/i915: Added a module parameter for allowing scheduler overrides
  ` [PATCH v4 22/38] drm/i915: Support for 'unflushed' ring idle
  ` [PATCH v4 23/38] drm/i915: Defer seqno allocation until actual hardware submission time
  ` [PATCH v4 24/38] drm/i915: Added immediate submission override to scheduler
  ` [PATCH v4 25/38] drm/i915: Added trace points "
  ` [PATCH v4 26/38] drm/i915: Added scheduler queue throttling by DRM file handle
  ` [PATCH v4 27/38] drm/i915: Added debugfs interface to scheduler tuning parameters
  ` [PATCH v4 28/38] drm/i915: Added debug state dump facilities to scheduler
  ` [PATCH v4 29/38] drm/i915: Add early exit to execbuff_final() if insufficient ring space
  ` [PATCH v4 30/38] drm/i915: Added scheduler statistic reporting to debugfs
  ` [PATCH v4 31/38] drm/i915: Added seqno values to scheduler status dump
  ` [PATCH v4 32/38] drm/i915: Add scheduler support functions for TDR
  ` [PATCH v4 33/38] drm/i915: GPU priority bumping to prevent starvation
  ` [PATCH v4 34/38] drm/i915: Scheduler state dump via debugfs
  ` [PATCH v4 35/38] drm/i915: Enable GPU scheduler by default
  ` [PATCH v4 36/38] drm/i915: Add scheduling priority to per-context parameters
  ` [PATCH v4 37/38] drm/i915: Add support for retro-actively banning batch buffers
  ` [PATCH v4 38/38] drm/i915: Allow scheduler to manage inter-ring object synchronisation
  ` [PATCH] igt/gem_ctx_param_basic: Updated to support scheduler priority interface

[PATCH v6 0/3] drm/i915: Disable link training optimization if DP config has changed
 2016-01-11 18:30 UTC  (3+ messages)
` [PATCH v6 3/3] drm/i915: DP channel EQ check for use of DP link training optimization

[PATCH v5 0/3] drm/i915: Disable link training optimization if DP config has changed
 2016-01-11 18:28 UTC  (6+ messages)
` [PATCH v5 3/3] drm/i915: DP channel EQ check for use of DP link training optimization

[PATCH] drm/i915: Handle error paths during watermark sanitization properly
 2016-01-11 18:27 UTC  (3+ messages)
` ✗ warning: Fi.CI.BAT
` [PATCH] drm/i915: Handle error paths during watermark sanitization properly (v2)

[PATCH] drm/i915: Handle PipeC fused off on HSW
 2016-01-11 17:56 UTC  (2+ messages)

Problems with external monitor and Intel HD 520
 2016-01-11 17:54 UTC  (2+ messages)

[PATCH 0/7] Add USB typeC based DP support for BXT platform
 2016-01-11 17:53 UTC  (10+ messages)
` [PATCH 5/7] drm/i915/dp: Add methods to update link train params
` [PATCH 7/7] drm/i915/dp: Enable Upfront link training for typeC DP support on BXT

[PATCH 001/190] drm: Release driver references to handle before making it available again
 2016-01-11 17:32 UTC  (60+ messages)
` [PATCH 017/190] drm/i915: Remove forcewake dance from seqno/irq barrier on legacy gen6+
` [PATCH 019/190] drm/i915: Separate out the seqno-barrier from engine->get_seqno
` [PATCH 020/190] drm/i915: Remove the lazy_coherency parameter from request-completed?
` [PATCH 036/190] drm/i915: Restore waitboost credit to the synchronous waiter
` [PATCH 072/190] drm/i915: Execlists cannot pin a context without the object
` [PATCH 073/190] drm/i915: Introduce i915_gem_active for request tracking
` [PATCH 087/190] Revert "drm/i915: Clean up associated VMAs on context destruction"
  ` [PATCH 102/190] drm/i915: Move the "per-ring" default_context to the device
` [PATCH 142/190] drm/i915: Fallback to using unmappable memory for scanout
  ` [PATCH 147/190] drm/i915: Use remap_io_mapping() to prefault all PTE in a single pass
  ` [PATCH 148/190] drm/i915: Stop marking the unaccessible scratch page as UC
  ` [PATCH 149/190] drm/i915: Use i915_vm_to_ppgtt()
  ` [PATCH 150/190] drm/i915: Embed the scratch page struct into each VM
  ` [PATCH 151/190] drm/i915: Allow DMA pagetables to use highmem
  ` [PATCH 152/190] drm/i915: Replace request->postfix with ->head for space searching
  ` [PATCH 153/190] drm/i915: Record the position of the start of the request
  ` [PATCH 154/190] drm/i915: Move per-request pid from request to ctx
  ` [PATCH 155/190] drm/i915: Merge legacy+execlists context structs
  ` [PATCH 156/190] drm/i915: Store the active context object on all engines upon error
  ` [PATCH 157/190] drm/i915: Tidy execlists by using intel_context_engine locals
  ` [PATCH 158/190] drm/i915: Skip holding an object reference for execbuf preparation
  ` [PATCH 159/190] drm/i915: Defer active reference until required
  ` [PATCH 162/190] drm/i915: Allow the user to pass a context to any ring
  ` [PATCH 163/190] drm/i915: Fix i915_gem_evict_for_vma (soft-pinning)
  ` [PATCH 164/190] drm/i915: Move obj->dirty:1 to obj->flags
  ` [PATCH 165/190] drm/i915: Use the precomputed value for whether to enable command parsing
  ` [PATCH 166/190] drm/i915: Drop spinlocks around adding to the client request list
  ` [PATCH 167/190] drm/i915: Amalgamate execbuffer parameter structures
  ` [PATCH 168/190] drm/i915: Skip holding context reference for duration of execbuffer call
  ` [PATCH 169/190] drm/i915: Use vma->exec_entry as our double-entry placeholder
  ` [PATCH 170/190] drm/i915: Store a direct lookup from object handle to vma
  ` [PATCH 171/190] drm/i915: Pass vma to relocate entry
  ` [PATCH 172/190] drm/i915: Eliminate lots of iterations over the execobjects array
  ` [PATCH 173/190] drm/i915: Wait upon userptr get-user-pages within execbuffer
  ` [PATCH 174/190] drm/i915: Show context objects in debugfs/i915_gem_objects
  ` [PATCH 175/190] drm/i915: Remove superfluous i915_add_request_no_flush() helper
  ` [PATCH 176/190] drm/i915: Use the MRU stack search after evicting
  ` [PATCH 177/190] drm/i915: Use VMA as the primary object for context state
  ` [PATCH 178/190] drm/i915: Do an inline flush-active before dropping the mutex when waiting
  ` [PATCH 179/190] drm/i915: Skip MI_SET_CONTEXT for the same context
  ` [PATCH 180/190] drm/i915: Micro-optimise i915_gem_object_get_dirty_page()
  ` [PATCH 181/190] drm/i915: Introduce an internal allocator for disposable private objects
  ` [PATCH 182/190] drm/i915: Avoid allocating a vmap arena for a single page
  ` [PATCH 183/190] drm/i915/cmdparser: Use cached vmappings
  ` [PATCH 184/190] drm/i915/cmdparser: Only cache the dst vmap
  ` [PATCH 185/190] drm/i915/cmdparser: Improve hash function
  ` [PATCH 186/190] drm/i915/cmdparser: Compare against the previous command descriptor
  ` [PATCH 187/190] drm/i915: Allow execbuffer to use the first object as the batch
  ` [PATCH 188/190] drm/i915: Use VMA for ringbuffer tracking
  ` [PATCH 189/190] drm/i915: Skip clearing the GGTT on full-ppgtt systems
  ` [PATCH 190/190] drm/i915: Do a nonblocking wait first in pread/pwrite

[PATCH 00/15] drm/i915/bios: mipi sequence block v3, etc
 2016-01-11 17:26 UTC  (19+ messages)
` [PATCH 09/15] drm/i915/bios: interpret the i2c element
` [PATCH 11/15] drm/i915: Adding the parsing logic for "
  ` [REPLACEMENT PATCH 11/15] drm/i915: skip the i2c element in the generic VBT DSI driver
` [PATCH v5] drm/i915: Adding the parsing logic for the i2c element
` ✗ failure: Fi.CI.BAT

[PATCH v13 0/10] Support for creating/using Stolen memory backed objects
 2016-01-11 17:15 UTC  (9+ messages)
` [PATCH 07/10] drm/i915: Support for pread/pwrite from/to non shmem "

[PATCH v3 0/7] Misc cleanups and locking fixes
 2016-01-11 16:56 UTC  (24+ messages)
` [PATCH 1/7] drm/i915/bdw+: Replace list_del+list_add_tail with list_move_tail
` [PATCH 2/7] drm/i915: Do not call API requiring struct_mutex where it is not available
` [PATCH 3/7] drm/i915: Cache ringbuffer GTT address
` [PATCH 4/7] drm/i915: Cache LRC state page in the context
` [PATCH 5/7] drm/i915: Don't need a timer to wake us up
` [PATCH 6/7] drm/i915: Only grab timestamps when needed
` [PATCH 7/7] drm/i915: GEM operations need to be done under the big lock

[PATCH 1/2] drm/i915: Enable mmio_debug for vlv/chv
 2016-01-11 16:53 UTC  (5+ messages)
` ✗ failure: Fi.CI.BAT

[PATCH 0/3] Enabling GuC Loading on Broxton
 2016-01-11 16:40 UTC  (9+ messages)
` [PATCH 1/3] drm/i915: Adding Broxton GuC Loader Support
` [PATCH 2/3] drm/i915: resize the GuC WOPCM for rc6
` [PATCH 3/3] drm/i915: Wait after context init with GuC Submission

[PATCH v2] drm/i915/bios: add support for MIPI sequence block v3
 2016-01-11 15:51 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 09/21] drm: Clean up pending events in the core
 2016-01-11 14:51 UTC  (4+ messages)
` [PATCH] "
    ` [Intel-gfx] "

[PATCH v2 0/9] Kill off intel_crtc->atomic!
 2016-01-11 14:30 UTC  (14+ messages)
` [PATCH v2 1/9] drm/i915: Unify power domain handling
  ` [PATCH v2 0.999/9] drm/i915: Pass crtc state to modeset_get_crtc_power_domains
` [PATCH v2 2/9] drm/i915: Kill off intel_crtc->atomic.wait_vblank, v3
` [PATCH v2 3/9] drm/i915: Remove intel_crtc->atomic.disable_ips
` [PATCH v2 4/9] drm/i915: Remove atomic.pre_disable_primary
` [PATCH v2 5/9] drm/i915: Remove update_sprite_watermarks
` [PATCH v2 6/9] drm/i915: Remove some post-commit members from intel_crtc->atomic, v2
` [PATCH v2 7/9] drm/i915: Nuke fbc "
` [PATCH v2 8/9] drm/i915: Do not compute watermarks on a noop
` [PATCH v2 9/9] drm/i915: Remove vblank wait from hsw_enable_ips
` ✗ failure: Fi.CI.BAT

[PATCH igt] core/sighelper: Interrupt everyone in the process group
 2016-01-11 13:41 UTC  (8+ messages)

[PATCH] tools/Android.mk: Add zlib support
 2016-01-11 13:32 UTC 

[PATCH v3 0/3] improve handling of the driver's internal (default) context
 2016-01-11 12:45 UTC  (6+ messages)
` [PATCH v3 1/3] drm/i915: simplify allocation of driver-internal requests

[PATCH] igt/gem_trtt: Exercise the TRTT hardware
 2016-01-11 12:37 UTC  (3+ messages)

[PATCH] drm/i915: Support to enable TRTT on GEN9
 2016-01-11 12:29 UTC  (6+ messages)
` ✓ success: Fi.CI.BAT

[PATCH] drm/i915/gen9: Set PIN_ZONE_4G end to 4GB - 1 page
 2016-01-11 11:53 UTC  (3+ messages)
` ✓ success: Fi.CI.BAT

[PATCH 00/21] drm_event cleanup
 2016-01-11 11:20 UTC  (2+ messages)
` ✗ failure: Fi.CI.BAT

[PATCH] drm/i915: Reject invalid-pad for context-destroy ioctl
 2016-01-11 11:07 UTC  (2+ messages)
` ✗ failure: Fi.CI.BAT


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