public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2016-01-11 09:20:17 to 2016-01-11 13:32:16 UTC [more...]

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

[PATCH 00/15] drm/i915/bios: mipi sequence block v3, etc
 2016-01-11 13:31 UTC  (13+ 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 v2 0/9] Kill off intel_crtc->atomic!
 2016-01-11 13:31 UTC  (13+ 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:29 UTC  (7+ messages)

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

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

[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

[PATCH 001/190] drm: Release driver references to handle before making it available again
 2016-01-11 11:01 UTC  (154+ messages)
` [PATCH 037/190] drm/i915: Add background commentary to "waitboosting"
` [PATCH 038/190] drm/i915: Flush the RPS bottom-half when the GPU idles
` [PATCH 039/190] drm/i915: Remove stop-rings debugfs interface
` [PATCH 040/190] drm/i915: Record the ringbuffer associated with the request
` [PATCH 041/190] drm/i915: Allow userspace to request no-error-capture upon GPU hangs
` [PATCH 042/190] drm/i915: Clean up GPU hang message
` [PATCH 043/190] drm/i915: Skip capturing an error state if we already have one
` [PATCH 044/190] drm/i915: Move GEM request routines to i915_gem_request.c
` [PATCH 045/190] drm/i915: Move releasing of the GEM request from free to retire/cancel
` [PATCH 046/190] drm/i915: Derive GEM requests from dma-fence
` [PATCH 047/190] drm/i915: Rename request reference/unreference to get/put
` [PATCH 048/190] drm/i915: Disable waitboosting for fence_wait()
` [PATCH 049/190] drm/i915: Disable waitboosting for mmioflips/semaphores
` [PATCH 050/190] drm/i915: Refactor duplicate object vmap functions
` [PATCH 052/190] drm/i915: Treat ringbuffer writes as write to normal memory
` [PATCH 053/190] drm/i915: Convert i915_semaphores_is_enabled over to early sanitize
` [PATCH 054/190] drm/i915: Use the new rq->i915 field where appropriate
` [PATCH 055/190] drm/i915: Unify intel_logical_ring_emit and intel_ring_emit
` [PATCH 056/190] drm/i915: Unify intel_ring_begin()
` [PATCH 057/190] drm/i915: Remove the identical implementations of request space reservation
` [PATCH 058/190] drm/i915: Rename request->ring to request->engine
` [PATCH 059/190] drm/i915: Rename request->ringbuf to request->ring
` [PATCH 060/190] drm/i915: Rename backpointer from intel_ringbuffer to intel_engine_cs
` [PATCH 061/190] drm/i915: Rename intel_context[engine].ringbuf
` [PATCH 062/190] drm/i915: Rename extern functions operating on intel_engine_cs
` [PATCH 063/190] drm/i915: Rename struct intel_ringbuffer to intel_ring
` [PATCH 064/190] drm/i915: Rename intel_pin_and_map_ring()
` [PATCH 065/190] drm/i915: Remove obsolete engine->gpu_caches_dirty
` [PATCH 066/190] drm/i915: Simplify request_alloc by returning the allocated request
` [PATCH 067/190] drm/i915: Unify legacy/execlists emission of MI_BATCHBUFFER_START
` [PATCH 068/190] drm/i915: Unify adding requests between ringbuffer and execlists
` [PATCH 069/190] drm/i915: Remove duplicate golden render state init from execlists
` [PATCH 070/190] drm/i915: Unify legacy/execlists submit_execbuf callbacks
` [PATCH 071/190] drm/i915: Simplify calling engine->sync_to
` [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 074/190] drm/i915: Rename request->list to link for consistency
` [PATCH 075/190] drm/i915: Refactor activity tracking for requests
` [PATCH 076/190] drm/i915: Rename vma->*_list to *_link for consistency
` [PATCH 077/190] drm/i915: Amalgamate GGTT/ppGTT vma debug list walkers
` [PATCH 078/190] drm/i915: Split early global GTT initialisation
` [PATCH 079/190] drm/i915: Reduce the pointer dance of i915_is_ggtt()
` [PATCH 080/190] drm/i915: Store owning file on the i915_address_space
` [PATCH 081/190] drm/i915: i915_vma_move_to_active prep patch
` [PATCH 082/190] drm/i915: Count how many VMA are bound for an object
` [PATCH 083/190] drm/i915: Be more careful when unbinding vma
` [PATCH 084/190] drm/i915: Track active vma requests
` [PATCH 085/190] drm/i915: Release vma when the handle is closed
` [PATCH 086/190] drm/i915: Mark the context and address space as closed
` [PATCH 087/190] Revert "drm/i915: Clean up associated VMAs on context destruction"
  ` [PATCH 088/190] drm/i915: Move execlists interrupt based submission to a bottom-half
  ` [PATCH 089/190] drm/i915: Tidy execlists submission and tracking
  ` [PATCH 090/190] drm/i915: Refactor execlists default context pinning
  ` [PATCH 091/190] drm/i915: Move context initialisation to first-use
  ` [PATCH 092/190] drm/i915: Move the magical deferred context allocation into the request
  ` [PATCH 093/190] drm/i915: Move the forced switch back to the kernel context into eviction
  ` [PATCH 094/190] drm/i915: Remove early l3-remap
  ` [PATCH 095/190] drm/i915: Rearrange switch_context to load the aliasing ppgtt on first use
  ` [PATCH 096/190] drm/i915: Eliminate early submission of context enabling request
  ` [PATCH 097/190] drm/i915/shrinker: Flush active on objects before counting
  ` [PATCH 098/190] drm/i915: Double check the active status on the batch pool
  ` [PATCH 099/190] drm/i915: Check for request completion before choosing CS flips
  ` [PATCH 100/190] drm/i915: Remove request retirement before each batch
  ` [PATCH 101/190] drm/i915: Only retire if necessary when creating a userptr
  ` [PATCH 102/190] drm/i915: Move the "per-ring" default_context to the device
  ` [PATCH 103/190] drm/i915: Move pinning of dev_priv->kernel_context into its creator
  ` [PATCH 104/190] drm/i915: Remove i915_gem_execbuffer_retire_commands()
  ` [PATCH 105/190] drm/i915: Pad GTT views of exec objects up to user specified size
  ` [PATCH 106/190] drm/i915: Split insertion/binding of an object into the VM
  ` [PATCH 107/190] drm/i915: Record allocated vma size
  ` [PATCH 108/190] drm/i915: Start passing around i915_vma from execbuffer
  ` [PATCH 109/190] drm/i915: Remove highly confusing i915_gem_obj_ggtt_pin()
  ` [PATCH 110/190] drm/i915: Move vma->pin_count:4 to vma->flags
  ` [PATCH 111/190] drm/i915: Make fb_tracking.lock a spinlock
  ` [PATCH 112/190] drm/i915: Move obj->active:5 to obj->flags
  ` [PATCH 113/190] drm/i915: Enable lockless lookup of request tracking via RCU
  ` [PATCH 114/190] drm/i915: Remove (struct_mutex) locking for wait-ioctl
  ` [PATCH 115/190] drm/i915: Remove (struct_mutex) locking for busy-ioctl
  ` [PATCH 116/190] drm/i915: Reduce locking inside swfinish ioctl
  ` [PATCH 117/190] drm/i915: Remove pinned check from madvise ioctl
  ` [PATCH 118/190] drm/i915: Remove locking for get_tiling
  ` [PATCH 119/190] drm/i915: Reduce amount of duplicate buffer information captured on error
  ` [PATCH 120/190] drm/i915: Stop the machine whilst capturing the GPU crash dump
  ` [PATCH 121/190] drm/i915: Scan GGTT active list for context object
  ` [PATCH 122/190] drm/i915: Move setting of request->batch into its single callsite
  ` [PATCH 123/190] drm/i915: Mark unmappable GGTT entries as PIN_HIGH
  ` [PATCH 124/190] drm/i915: Track pinned vma inside guc
  ` [PATCH 125/190] drm/i915: Track pinned VMA
  ` [PATCH 126/190] drm/i915: Print the batchbuffer offset next to BBADDR in error state
  ` [PATCH 127/190] drm/i915: Cache kmap between relocations
  ` [PATCH 128/190] drm/i915: Extract i915_gem_obj_prepare_shmem_write()
  ` [PATCH 129/190] drm/i915: Before accessing an object via the cpu, flush GTT writes
  ` [PATCH 130/190] drm/i915: Wait for writes through the GTT to land before reading back
  ` [PATCH 131/190] drm/i915: Pin the pages first in shmem prepare read/write
  ` [PATCH 132/190] drm/i915: Tidy up flush cpu/gtt write domains
  ` [PATCH 133/190] drm/i915: Convert known clflush paths over to clflush_cache_range()
  ` [PATCH 134/190] drm/i915: Refactor execbuffer relocation writing
  ` [PATCH 135/190] drm/i915: Move map-and-fenceable tracking to the VMA
  ` [PATCH 136/190] drm/i915: Move ioremap_wc tracking onto VMA
  ` [PATCH 137/190] drm/i915: Shrink pages around failure to dma map
  ` [PATCH 138/190] drm/i915/userptr: Make gup errors stickier
  ` [PATCH 139/190] drm/i915: Move fence tracking from object to vma
  ` [PATCH 140/190] drm/i915: Fix partial GGTT faulting
  ` [PATCH 141/190] drm/i915: Choose not to evict faultable objects from the GGTT
` [PATCH 142/190] drm/i915: Fallback to using unmappable memory for scanout
  ` [PATCH 143/190] drm/i915: Track display alignment on VMA
  ` [PATCH 144/190] drm/i915: Bump the inactive MRU tracking for all VMA accessed
  ` [PATCH 145/190] drm/i915: Stop discarding GTT cache-domain on unbind vma
  ` [PATCH 146/190] io-mapping: Always create a struct to hold metadata about the io-mapping
  ` [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 160/190] drm: Track drm_mm nodes with an interval tree
  ` [PATCH 161/190] drm: Convert drm_vma_manager to embedded interval-tree in drm_mm
  ` [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] drm: Release driver references to handle before making it available again
 2016-01-11 10:55 UTC  (3+ messages)
` ✗ warning: Fi.CI.BAT

[PATCH 1/2] drm/i915: Store edram capabilities instead of fixed size
 2016-01-11 10:27 UTC  (3+ messages)
` ✗ failure: Fi.CI.BAT
` ✗ warning: Fi.CI.BAT

[PATCH 17/21] drm/shmob: Nuke preclose hook
 2016-01-11 10:20 UTC  (4+ messages)
` [PATCH 1/5] "
  ` [PATCH 5/5] drm/vmwgfx: "

[PATCH 0/3] Enabling GuC Loading on Broxton
 2016-01-11 10:13 UTC  (2+ messages)
` ✗ warning: Fi.CI.BAT

[PATCH v2 00/13] Misc cleanups and locking fixes
 2016-01-11  9:51 UTC  (12+ messages)
` [PATCH 03/13] drm/i915: Avoid invariant conditionals in lrc interrupt handler
` [PATCH 06/13] drm/i915: Only grab timestamps when needed
` [PATCH 07/13] drm/i915: Introduce dedicated object VMA iterator
` ✗ failure: Fi.CI.BAT

[PATCH 0/6] Misc cleanups
 2016-01-11  9:27 UTC  (2+ messages)
` ✓ success: 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