messages from 2015-04-07 08:37:32 to 2015-04-08 11:31:36 UTC [more...]
Low hanging fruit take 2
2015-04-08 11:33 UTC (78+ messages)
` [PATCH 01/70] drm/i915: Cache last obj->pages location for i915_gem_object_get_page()
` [PATCH 02/70] drm/i915: Fix the flip synchronisation to consider mmioflips
` [PATCH 03/70] drm/i915: Ensure cache flushes prior to doing CS flips
` [PATCH 04/70] drm/i915: Agressive downclocking on Baytrail
` [PATCH 05/70] drm/i915: Fix computation of last_adjustment for RPS autotuning
` [PATCH 06/70] drm/i915: Fix race on unreferencing the wrong mmio-flip-request
` [PATCH 07/70] drm/i915: Boost GPU frequency if we detect outstanding pageflips
` [PATCH 08/70] drm/i915: Deminish contribution of wait-boosting from clients
` [PATCH 09/70] drm/i915: Re-enable RPS wait-boosting for all engines
` [PATCH 10/70] drm/i915: Split i915_gem_batch_pool into its own header
` [PATCH 11/70] drm/i915: Tidy batch pool logic
` [PATCH 12/70] drm/i915: Split the batch pool by engine
` [PATCH 13/70] drm/i915: Free batch pool when idle
` [PATCH 14/70] drm/i915: Split batch pool into size buckets
` [PATCH 15/70] drm/i915: Include active flag when describing objects in debugfs
` [PATCH 16/70] drm/i915: Suppress empty lines from debugfs/i915_gem_objects
` [PATCH 17/70] drm/i915: Optimistically spin for the request completion
` [PATCH 18/70] drm/i915: Implement inter-engine read-read optimisations
` [PATCH 19/70] drm/i915: Inline check required for object syncing prior to execbuf
` [PATCH 20/70] drm/i915: Limit ring synchronisation (sw sempahores) RPS boosts
` [PATCH 21/70] drm/i915: Limit mmio flip "
` [PATCH 22/70] drm/i915: Reduce frequency of unspecific HSW reg debugging
` [PATCH 23/70] drm/i915: Record ring->start address in error state
` [PATCH 24/70] drm/i915: Use simpler form of spin_lock_irq(execlist_lock)
` [PATCH 25/70] drm/i915: Use the global runtime-pm wakelock for a busy GPU for execlists
` [PATCH 26/70] drm/i915: Map the execlists context regs once during pinning
` [PATCH 27/70] drm/i915: Remove vestigal DRI1 ring quiescing code
` [PATCH 28/70] drm/i915: Overhaul execlist submission
` [PATCH 29/70] drm/i915: Move the execlists retirement to the right spot
` [PATCH 30/70] drm/i915: Map the ringbuffer using WB on LLC machines
` [PATCH 31/70] drm/i915: Refactor duplicate object vmap functions
` [PATCH 32/70] drm/i915: Treat ringbuffer writes as write to normal memory
` [PATCH 33/70] drm/i915: Use a separate slab for requests
` [PATCH 34/70] drm/i915: Use a separate slab for vmas
` [PATCH 35/70] drm/i915: Use the new rq->i915 field where appropriate
` [PATCH 36/70] drm/i915: Reduce the pointer dance of i915_is_ggtt()
` [PATCH 37/70] drm/i915: Squash more pointer indirection for i915_is_gtt
` [PATCH 38/70] drm/i915: Reduce locking in execlist command submission
` [PATCH 39/70] drm/i915: Reduce more "
` [PATCH 40/70] drm/i915: Reduce locking in gen8 IRQ handler
` [PATCH 41/70] drm/i915: Tidy "
` [PATCH 42/70] drm/i915: Remove request retirement before each batch
` [PATCH 43/70] drm/i915: Cache the GGTT offset for the execlists context
` [PATCH 44/70] drm/i915: Prefer to check for idleness in worker rather than sync-flush
` [PATCH 45/70] drm/i915: Remove request->uniq
` [PATCH 46/70] drm/i915: Cache the reset_counter for the request
` [PATCH 47/70] drm/i915: Allocate context objects from stolen
` [PATCH 48/70] drm/i915: Introduce an internal allocator for disposable private objects
` [PATCH 49/70] drm/i915: Do not zero initialise page tables
` [PATCH 50/70] drm/i915: The argument for postfix is redundant
` [PATCH 51/70] drm/i915: Record the position of the start of the request
` [PATCH 52/70] drm/i915: Cache the execlist ctx descriptor
` [PATCH 53/70] drm/i915: Eliminate vmap overhead for cmd parser
` [PATCH 54/70] drm/i915: Cache last cmd descriptor when parsing
` [PATCH 55/70] drm/i915: Use WC copies on !llc platforms for the command parser
` [PATCH 56/70] drm/i915: Cache kmap between relocations
` [PATCH 57/70] drm/i915: intel_ring_initialized() must be simple and inline
` [PATCH 58/70] drm/i915: Before shrink_all we only need to idle the GPU
` [PATCH 59/70] drm/i915: Simplify object is-pinned checking for shrinker
` [PATCH 60/70] drm/i915: Make evict-everything more robust
` [PATCH 61/70] drm/i915: Make fb_tracking.lock a spinlock
` [PATCH 62/70] drm/i915: Reduce locking inside busy ioctl
` [PATCH 63/70] drm/i915: Reduce locking inside swfinish ioctl
` [PATCH 64/70] drm/i915: Remove pinned check from madvise ioctl
` [PATCH 65/70] drm/i915: Reduce locking for gen6+ GT interrupts
` [PATCH 66/70] drm/i915: Remove obj->pin_mappable
` [PATCH 67/70] drm/i915: Start passing around i915_vma from execbuffer
` [PATCH 68/70] drm/i915: Simplify vma-walker for i915_gem_objects
` [PATCH 69/70] drm/i915: Skip holding an object reference for execbuf preparation
` [PATCH 70/70] drm/i915: Use vma as the primary token for managing binding
[PATCH v2] drm/i915: Add debugfs to read any DPCD register
2015-04-08 11:41 UTC
[PATCH 00/49] Basic Broxton enabling
2015-04-08 11:22 UTC (14+ messages)
` [PATCH 25/49] drm/i915/bxt: Add DDI hpd handler
` [PATCH 25.1/49] drm/i915/bxt: support for HPD long/short status decoding
` [PATCH 26/49] drm/i915/bxt: Add BXT support in gen8_irq functions
` [PATCH 27/49] drm/i915/bxt: Enable GMBUS IRQ
` [PATCH 30/49] drm/i915/bxt: add display initialize/uninitialize sequence
[PATCH] Remove illogical/bogus "Automatic" mode from "Broadcast RGB" property
2015-04-08 11:18 UTC
[PATCH] drm/i915: drm locks up when connecting laptop to docking station
2015-04-08 11:16 UTC (4+ messages)
[PATCH 00/13] gen8 ppgtt dynamic page allocations
2015-04-08 11:13 UTC (14+ messages)
` [PATCH 01/13] drm/i915: Remove _entry from PPGTT page structures
` [PATCH 02/13] drm/i915: Remove unnecessary gen8_ppgtt_unmap_pages
` [PATCH 03/13] drm/i915/gen8: Initialize page tables
` [PATCH 04/13] drm/i915/gen8: Add dynamic allocation macros and helper functions
` [PATCH 05/13] drm/i915/gen8: page directories rework allocation
` [PATCH 06/13] drm/i915/gen8: pagetable allocation rework
` [PATCH 07/13] drm/i915/gen8: Update pdp switch and point unused PDPs to scratch page
` [PATCH 08/13] drm/i915: num_pd_pages/num_pd_entries isn't useful
` [PATCH 09/13] drm/i915: Extract PPGTT param from page_directory alloc
` [PATCH 10/13] drm/i915/gen8: Split out mappings
` [PATCH 11/13] drm/i915/gen8: begin bitmap tracking
` [PATCH 12/13] drm/i915/gen8: Dynamic page table allocations
` [PATCH 13/13] drm/i915: Use complete address space in true PPGTT
[PATCH i-g-t] tests/gem_mmap_gtt: add huge BO test
2015-04-08 11:00 UTC (6+ messages)
` [PATCH i-g-t v2 1/2] tests/gem_mmap_gtt: Clarify BO domain setting functions
` [PATCH i-g-t v2 2/2] tests/gem_mmap_gtt: add huge BO test
[PATCH 24/49] drm/i915/bxt: DDI Hotplug interrupt setup
2015-04-08 10:32 UTC (3+ messages)
` [PATCH v6 "
[PATCH i-g-t] tests/kms_fbc_crc: fix fread() return value assertion
2015-04-08 9:56 UTC
Fast prefaulting for GTT mmappings
2015-04-08 9:45 UTC (9+ messages)
` [PATCH 1/5] mutex: Export an interface to wrap a mutex lock
` [PATCH 2/5] mm: Refactor remap_pfn_range()
` [PATCH 3/5] io-mapping: Always create a struct to hold metadata about the io-mapping
` [PATCH 4/5] mm: Export remap_io_mapping()
` [PATCH 5/5] drm/i915: Use remap_io_mapping() to prefault all PTE in a single pass
[PATCH 13/49] drm/i915/bxt: add bxt_init_clock_gating
2015-04-08 9:35 UTC (3+ messages)
` [PATCH v2 "
[PATCH 23/49] drm/i915/bxt: Increase DDI buf idle timeout
2015-04-08 9:20 UTC (3+ messages)
` [PATCH v2 "
[PATCH] drm/i915: Add debugfs to read any DPCD register
2015-04-08 8:50 UTC (4+ messages)
[PATCH] drm/i915: reset drm state backpointer in crtc_state
2015-04-08 8:22 UTC (5+ messages)
[PATCH] tests: Fix duplicate 'kms_flip_event_leak' entry in tests/Makefile.sources
2015-04-08 8:16 UTC (3+ messages)
[PATCH 0/2] A couple of follow up W/A patches
2015-04-08 8:15 UTC (6+ messages)
` [PATCH 1/2] drm/i915/skl: Fix stepping check for a couple of W/As
` [PATCH 2/2] drm/i915/skl: Implement WaDisableVFUnitClockGating
[PULL] drm-intel-fixes
2015-04-08 7:43 UTC
crtc_state in check_primary_plane
2015-04-08 7:05 UTC (2+ messages)
[PATCH v2] drm/i915: add i915 specific connector debugfs file for DPCD
2015-04-08 6:08 UTC (2+ messages)
[PATCH 00/14] skylake display scalers
2015-04-07 22:28 UTC (15+ messages)
` [PATCH 01/14] drm: Adding drm helper function drm_plane_from_index()
` [PATCH 02/14] drm/i915: Register definitions for skylake scalers
` [PATCH 03/14] drm/i915: skylake scaler structure definitions
` [PATCH 04/14] drm/i915: Initialize plane colorkey to NONE
` [PATCH 05/14] drm/i915: Initialize skylake scalers
` [PATCH 06/14] drm/i915: Keep sprite plane src rect in 16.16 format
` [PATCH 07/14] drm/i915: Dump scaler_state too as part of dumping crtc_state
` [PATCH 08/14] drm/i915: Preserve scaler state when clearing crtc_state
` [PATCH 09/14] drm/i915: setup scalers for crtc_compute_config
` [PATCH 10/14] drm/i915: Ensure setting up scalers into staged crtc_state
` [PATCH 11/14] drm/i915: copy staged scaler state from drm state to crtc->config
` [PATCH 12/14] drm/i915: skylake panel fitting using shared scalers
` [PATCH 13/14] drm/i915: skylake primary plane scaling "
` [PATCH 14/14] drm/i915: skylake sprite "
[PATCH 00/20] skylake display scalers
2015-04-07 19:02 UTC (7+ messages)
` [PATCH 06/20] drm/i915: Convert primary plane 16.16 values to regular ints
[PATCH 7/9] drm/i915: Fix for DP CTS test 4.2.2.5 - I2C DEFER handling
2015-04-07 18:47 UTC (5+ messages)
` [PATCH 07/11] "
[PATCH] drm/i915: Do not set L3-LLC Coherency bit in ctx descriptor
2015-04-07 16:35 UTC (4+ messages)
[PATCH] drm/i915: Clean-up idr table if context create fails
2015-04-07 15:11 UTC (6+ messages)
A picking of low hanging fruit
2015-04-07 15:00 UTC (4+ messages)
` [PATCH 43/49] drm/i915: Do not zero initialise page tables
intel gm45 chipset problem
2015-04-07 14:28 UTC (2+ messages)
[PATCH] drm/i915: use kref_put_mutex in i915_gem_request_unreference__unlocked
2015-04-07 14:04 UTC (4+ messages)
[PATCH 3/9] drm/i915: Add a delay in Displayport AUX transactions for compliance testing
2015-04-07 13:57 UTC (3+ messages)
` [PATCH 03/11] "
All sort of cdclk stuff
2015-04-07 13:52 UTC (8+ messages)
` [PATCH 15/19] drm/i915: HSW cdclk support
[PATCH 7/7] lib: add igt_draw
2015-04-07 13:44 UTC (8+ messages)
[PATCH 1/2] drm/i915/vlv: save/restore the power context base reg
2015-04-07 13:04 UTC (4+ messages)
` [PATCH 2/2] drm/i915/vlv: remove wait for previous GFX clk disable request
[RFC 1/4] drm/i915: Convert requests to use struct fence
2015-04-07 11:18 UTC (4+ messages)
` [RFC, "
[PATCH] drm/i915/skl: Support for 90/270 rotation
2015-04-07 10:59 UTC (2+ messages)
[PATCH] drm/i915/bxt: Enable existing gen9 harware workarounds for Broxton
2015-04-07 10:45 UTC
[PATCH] drm/i915: Pin tiled objects for L-shaped configs
2015-04-07 10:43 UTC (5+ messages)
[PATCH] drm/i915: Allow userptr backchannel for passing aroung GTT mappings
2015-04-07 10:22 UTC (3+ messages)
[PATCH 19/19] drm/i915: Modeset global_pipes() update
2015-04-07 9:36 UTC (2+ messages)
[PATCH 0/6] Remove more staged config usage
2015-04-07 9:26 UTC (8+ messages)
` [PATCH 1/6] drm/i915: Don't use staged config for VLV cdclk calculations
` [PATCH 2/6] drm/i915: Don't use intel_crtc->new_config in pll calculation code
` [PATCH 4/6] drm/i915: Don't use staged config in check_digital_port_conflicts()
4.0.0-rc5 GFX warning
2015-04-07 8:58 UTC (2+ messages)
[PATCH i-g-t] tests/pm_sseu: Require Gen8+ early in setup
2015-04-07 8:57 UTC (2+ messages)
[PATCH] drm/i915: Silence a sparse warning
2015-04-07 8:54 UTC (2+ messages)
[PATCH 1/2] lib/igt_kms: Let set_property return the result
2015-04-07 8:29 UTC (2+ messages)
` [PATCH 2/2] kms_rotation_crc: Adding test for 90/270 rotation
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