public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2015-03-18 09:06:03 to 2015-03-19 14:52:37 UTC [more...]

[PATCH 1/3] drm/dp: Print the number of bytes processed for aux nacks
 2015-03-19 14:52 UTC  (9+ messages)
` [PATCH 2/3] drm/i915: Send out the full AUX address
    ` [Intel-gfx] "
` [PATCH 3/3] drm/radeon: "
` [PATCH v2 1/3] drm/dp: Print the number of bytes processed for aux nacks

[PATCH 1/6] drm/i915: Split i915_gem_batch_pool into its own header
 2015-03-19 14:34 UTC  (13+ messages)
` [PATCH 3/6] drm/i915: Split the batch pool by engine

[PATCH 8/9] drm/i915: Use state->visible in wm calculation
 2015-03-19 14:31 UTC  (2+ messages)
` [PATCH v2 "

[PATCH] drm: Return current vblank value for drmWaitVBlank queries
 2015-03-19 14:33 UTC  (6+ messages)

[PATCH 6/9] drm/i915: Pass the primary plane position to .update_primary_plane()
 2015-03-19 14:29 UTC  (2+ messages)
` [PATCH v2 "

[PATCH 5/9] drm/i915: Pass primary plane size to .update_primary_plane()
 2015-03-19 14:28 UTC  (2+ messages)
` [PATCH v2 "

[PATCH v2 0/4] CHV PM fix & Improvements
 2015-03-19 14:14 UTC  (5+ messages)
` [PATCH v2 1/4] drm/i915/chv: Remove Wait for a previous gfx force-off
` [PATCH v2 2/4] drm/i915: Re-adjusting rc6 promotional timer for chv
` [PATCH v2 3/4] drm/i915/chv: Set min freq to efficient frequency on chv
` [PATCH v2 4/4] drm/i915: Setup static bias for GPU

[PATCH v4 0/7] Skylake 90/270 display rotation
 2015-03-19 14:05 UTC  (16+ messages)
` [PATCH 1/7] drm/i915/skl: Extract tile height code into a helper function
` [PATCH 2/7] drm/i915: Use GGTT view when (un)pinning objects to planes
` [PATCH 3/7] drm/i915: Pass in plane state when (un)pinning frame buffers
` [PATCH 4/7] drm/i915: Helper function to determine GGTT view from plane state
` [PATCH 5/7] drm/i915/skl: Support secondary (rotated) frame buffer mapping
` [PATCH 6/7] drm/i915/skl: Query display address through a wrapper
` [PATCH 7/7] drm/i915/skl: Take 90/270 rotation into account in watermark calculations

[PATCH] drm/i915: Disable WaGsvRC0ResidencyMethod for vlv
 2015-03-19 13:38 UTC  (7+ messages)

[PATCH 0/5] Gen6/7 PPGTT dynamic page alloc prep work
 2015-03-19 13:32 UTC  (6+ messages)
` [PATCH 4/5] drm/i915: Track page table reload need
  ` [PATCH] "

Async eDP init
 2015-03-19 13:24 UTC  (3+ messages)
` [PATCH] drm/i915/dp: move edp init to work queue

[PATCH] drm/i915: Fallback to using unmappable memory for scanout
 2015-03-19 13:13 UTC  (7+ messages)
  ` [PATCH v2] "

[PATCH 1/3] drm/i915: DP link training optimization
 2015-03-19 12:32 UTC  (2+ messages)
` [PATCH 3/3] "

[PATCH 00/59] Remove the outstanding_lazy_request
 2015-03-19 12:31 UTC  (60+ messages)
` [PATCH 01/59] drm/i915: Rename 'do_execbuf' to 'execbuf_submit'
` [PATCH 02/59] drm/i915: Make intel_logical_ring_begin() static
` [PATCH 03/59] drm/i915: Move common request allocation code into a common function
` [PATCH 04/59] drm/i915: Fix for ringbuf space wait in LRC mode
` [PATCH 05/59] drm/i915: Reserve ring buffer space for i915_add_request() commands
` [PATCH 06/59] drm/i915: i915_add_request must not fail
` [PATCH 07/59] drm/i915: Early alloc request in execbuff
` [PATCH 08/59] drm/i915: Set context in request from creation even in legacy mode
` [PATCH 09/59] drm/i915: Merged the many do_execbuf() parameters into a structure
` [PATCH 10/59] drm/i915: Simplify i915_gem_execbuffer_retire_commands() parameters
` [PATCH 11/59] drm/i915: Update alloc_request to return the allocated request
` [PATCH 12/59] drm/i915: Add request to execbuf params and add explicit cleanup
` [PATCH 13/59] drm/i915: Update the dispatch tracepoint to use params->request
` [PATCH 14/59] drm/i915: Update move_to_gpu() to take a request structure
` [PATCH 15/59] drm/i915: Update execbuffer_move_to_active() "
` [PATCH 16/59] drm/i915: Add flag to i915_add_request() to skip the cache flush
` [PATCH 17/59] drm/i915: Update i915_gpu_idle() to manage its own request
` [PATCH 18/59] drm/i915: Split i915_ppgtt_init_hw() in half - generic and per ring
` [PATCH 19/59] drm/i915: Moved the for_each_ring loop outside of i915_gem_context_enable()
` [PATCH 20/59] drm/i915: Don't tag kernel batches as user batches
` [PATCH 21/59] drm/i915: Add explicit request management to i915_gem_init_hw()
` [PATCH 22/59] drm/i915: Update ppgtt_init_ring() & context_enable() to take requests
` [PATCH 23/59] drm/i915: Update i915_switch_context() to take a request structure
` [PATCH 24/59] drm/i915: Update do_switch() "
` [PATCH 25/59] drm/i915: Update deferred context creation to do explicit request management
` [PATCH 26/59] drm/i915: Update init_context() to take a request structure
` [PATCH 27/59] drm/i915: Update render_state_init() "
` [PATCH 28/59] drm/i915: Update i915_gem_object_sync() "
` [PATCH 29/59] drm/i915: Update overlay code to do explicit request management
` [PATCH 30/59] drm/i915: Update queue_flip() to take a request structure
` [PATCH 31/59] drm/i915: Update add_request() "
` [PATCH 32/59] drm/i915: Update [vma|object]_move_to_active() to take request structures
` [PATCH 33/59] drm/i915: Update l3_remap to take a request structure
` [PATCH 34/59] drm/i915: Update mi_set_context() "
` [PATCH 35/59] drm/i915: Update a bunch of execbuffer helpers to take request structures
` [PATCH 36/59] drm/i915: Update workarounds_emit() "
` [PATCH 37/59] drm/i915: Update flush_all_caches() "
` [PATCH 38/59] drm/i915: Update switch_mm() to take a request structure
` [PATCH 39/59] drm/i915: Update ring->flush() to take a requests structure
` [PATCH 40/59] drm/i915: Update some flush helpers to take request structures
` [PATCH 41/59] drm/i915: Update ring->emit_flush() to take a request structure
` [PATCH 42/59] drm/i915: Update ring->add_request() "
` [PATCH 43/59] drm/i915: Update ring->emit_request() "
` [PATCH 44/59] drm/i915: Update ring->dispatch_execbuffer() "
` [PATCH 45/59] drm/i915: Update ring->emit_bb_start() "
` [PATCH 46/59] drm/i915: Update ring->sync_to() "
` [PATCH 47/59] drm/i915: Update ring->signal() "
` [PATCH 48/59] drm/i915: Update cacheline_align() "
` [PATCH 49/59] drm/i915: Update intel_ring_begin() "
` [PATCH 50/59] drm/i915: Update intel_logical_ring_begin() "
` [PATCH 51/59] drm/i915: Add *_ring_begin() to request allocation
` [PATCH 52/59] drm/i915: Remove the now obsolete intel_ring_get_request()
` [PATCH 53/59] drm/i915: Remove the now obsolete 'outstanding_lazy_request'
` [PATCH 54/59] drm/i915: Move the request/file and request/pid association to creation time
` [PATCH 55/59] drm/i915: Remove fallback poll for ring buffer space
` [PATCH 56/59] drm/i915: Remove 'faked' request from LRC submission
` [PATCH 57/59] drm/i915: Update a bunch of LRC functions to take requests
` [PATCH 58/59] drm/i915: Remove the now obsolete 'i915_gem_check_olr()'
` [PATCH 59/59] drm/i915: Remove the almost obsolete i915_gem_object_flush_active()

[RFC] drm/i915: don't wait_for_vblank if the CRTC is disabled
 2015-03-19 11:43 UTC  (4+ messages)
  ` [PATCH] drm/i915: Move vblank wait determination to 'check' phase

[PATCH] drm/i915: Keep ring->active_list and ring->requests_list consistent
 2015-03-19 11:18 UTC  (2+ messages)

[Intel-gfx] Preventing zero GPU virtual address allocation
 2015-03-19 10:09 UTC  (16+ messages)
  ` [Beignet] "

[PATCH 0/5] drm/dp: i2c-over-aux short write support
 2015-03-19  9:21 UTC  (9+ messages)
` [PATCH 1/5] drm/dp: s/I2C_STATUS/I2C_WRITE_STATUS_UPDATE/
  ` [Intel-gfx] "
` [PATCH 2/5] drm/i915: Handle DP_AUX_I2C_WRITE_STATUS_UPDATE
` [PATCH 5/5] drm/dp: Use I2C_WRITE_STATUS_UPDATE to drain partial I2C_WRITE requests

[PATCH 1/2] drm/i915: Extract i915_gem_shrinker.c
 2015-03-19  9:21 UTC  (6+ messages)
` [PATCH 2/2] drm/i915: kerneldoc for i915_gem_shrinker.c
  ` [PATCH] "

[PATCH v2] drm/i915: Implement inter-engine read-read optimisations
 2015-03-19  8:59 UTC  (2+ messages)
` [PATCH v4] "

[PATCH 4/4] drm/i915: Stop rings before cleaning up on reset
 2015-03-19  8:48 UTC  (2+ messages)

[PULL] drm-intel-fixes
 2015-03-19  8:41 UTC 

[PATCH v2 00/19] Remove depencies on staged config for atomic transition
 2015-03-19  7:52 UTC  (9+ messages)
` [PATCH 04/19] drm/i915: Allocate a crtc_state also when the crtc is being disabled
` [PATCH 07/19] drm/i915: Copy the staged connector config to the legacy atomic state
` [PATCH 08/19] drm/i915: Don't use encoder->new_crtc in intel_modeset_pipe_config()

[PATCH v3] drm/i915: Allocate a drm_atomic_state for the legacy modeset code
 2015-03-19  7:50 UTC  (4+ messages)
` [PATCH v4] "

[PATCH] Add Dmesg Triage Feature: further triage i-g-t kmsg log to reduce result noise resulted from piglit dmesg defect
 2015-03-19  2:36 UTC 

[PATCH] intel: Export total subslice and EU counts
 2015-03-18 18:18 UTC  (4+ messages)
` [PATCH 1/2 v2] "

[RFC] drm/i195: Add flag to enable virtual mappings above 4Gb
 2015-03-18 17:08 UTC  (2+ messages)

[PATCH i-g-t 0/2] Confirm full SSEU enable on Gen9+
 2015-03-18 16:51 UTC  (4+ messages)
` [PATCH i-g-t 2/2] tests/pm_sseu: Create new test pm_sseu

[PATCH v2] drm/i915: gen4: work around hang during hibernation
 2015-03-18 16:22 UTC  (4+ messages)

[PATCH] drm/i915: Turn on PIN_GLOBAL in i915_gem_object_ggtt_pin
 2015-03-18 16:18 UTC  (2+ messages)

[PATCH] tests/gem_exec_lut_handle
 2015-03-18 14:53 UTC  (4+ messages)

[PATCH] drm/i915/dp: return number of bytes written for short aux/i2c writes
 2015-03-18 14:42 UTC  (2+ messages)

RPS tuning for VLV and pageflips
 2015-03-18 13:53 UTC  (14+ messages)
` [PATCH v2 1/7] drm/i915: Relax RPS contraints to allows setting minfreq on idle
` [PATCH v2 2/7] drm/i915: Improved w/a for rps on Baytrail
` [PATCH v2 3/7] drm/i915: Use down ei for manual Baytrail RPS calculations
` [PATCH v2 4/7] drm/i915: Agressive downclocking on Baytrail
` [PATCH v2 5/7] drm/i915: Fix computation of last_adjustment for RPS autotuning
` [PATCH v2 6/7] drm/i915: Add i915_gem_request_unreference__unlocked
` [PATCH v2 7/7] drm/i915: Boost GPU frequency if we detect outstanding pageflips

[PATCH 0/5] drm-intel-collector - update
 2015-03-18 13:42 UTC  (3+ messages)
` [PATCH 3/5] drm/i915: vlv: fix save/restore of GFX_MAX_REQ_COUNT reg

[PATCH 0/2] Crystal Cove PMIC based Panel Control
 2015-03-18 13:27 UTC  (8+ messages)
` [PATCH 1/2] gpio/crystalcove: Export Panel and backlight en/disable signals as GPIO

[PATCH 2/2] drm/i915: Log view type when printing warnings
 2015-03-18 13:01 UTC  (2+ messages)

[RFC v5 3/9] drm/i915: Use the CRC gpio for panel enable/disable
 2015-03-18 12:19 UTC  (3+ messages)
` [PATCH "

[RFC v5 0/9] Crystalcove (CRC) PMIC based panel and pwm control
 2015-03-18 11:54 UTC  (3+ messages)
` [RFC v5 2/9] gpio/crystalcove: Add additional GPIO for Panel control

[patch] drm/i915: memory leak in __i915_gem_vma_create()
 2015-03-18 11:36 UTC  (4+ messages)
  ` [Intel-gfx] "

[PATCH] drm/i915: Compare GGTT view structs instead of types
 2015-03-18 11:20 UTC  (2+ messages)

[PATCH 1/7] drm/i915: Relax RPS contraints to allows setting minfreq on idle
 2015-03-18 11:09 UTC  (13+ messages)
` [PATCH 2/7] drm/i915: Fix computation of last_adjustment for RPS autotuning
` [PATCH 5/7] drm/i915: Agressive downclocking on Baytrail

[PATCH 00/49] Basic Broxton enabling
 2015-03-18 10:31 UTC  (6+ messages)
` [PATCH 35/49] drm/i915/bxt: fix panel fitter setup in crtc disable/enable

[PATCH 00/12] PPGTT with 48b addressing
 2015-03-18 10:17 UTC  (10+ messages)
` [PATCH 01/12] drm/i915/bdw: Make pdp allocation more dynamic
` [PATCH 02/12] drm/i915/bdw: Abstract PDP usage
` [PATCH 04/12] drm/i915/bdw: Add ppgtt info for dynamic pages

[PULL] topic/drm-misc
 2015-03-18 10:15 UTC 

Missing notifications for front buffer status change(invalidate)
 2015-03-18  9:51 UTC  (2+ messages)


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