messages from 2016-01-11 10:46:33 to 2016-01-11 17:55:18 UTC [more...]
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 v2 00/13] Misc cleanups and locking fixes
2016-01-11 17:44 UTC (7+ messages)
` [PATCH 04/13] drm/i915: Fail engine initialization if LRCA is incorrectly aligned
` [PATCH 11/13] drm/i915: Cache ringbuffer GTT address
[PATCH 001/190] drm: Release driver references to handle before making it available again
2016-01-11 17:32 UTC (115+ 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 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 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] drm/i915: Handle error paths during watermark sanitization properly
2016-01-11 16:49 UTC (2+ messages)
` ✗ warning: 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
[PATCH] drm: Release driver references to handle before making it available again
2016-01-11 10:55 UTC (3+ messages)
` ✗ warning: Fi.CI.BAT
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox