messages from 2015-03-17 15:45:26 to 2015-03-19 12:31:40 UTC [more...]
[PATCH 00/59] Remove the outstanding_lazy_request
2015-03-19 12:30 UTC (30+ 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 1/6] drm/i915: Split i915_gem_batch_pool into its own header
2015-03-19 12:04 UTC (14+ messages)
` [PATCH 2/6] drm/i915: Tidy batch pool logic
` [PATCH 3/6] drm/i915: Split the batch pool by engine
[PATCH] drm/i915: Disable WaGsvRC0ResidencyMethod for vlv
2015-03-19 11:53 UTC (5+ messages)
[PATCH 1/3] drm/dp: Print the number of bytes processed for aux nacks
2015-03-19 11:48 UTC (7+ messages)
` [PATCH 2/3] drm/i915: Send out the full AUX address
` [PATCH 3/3] drm/radeon: "
` [PATCH v2 1/3] drm/dp: Print the number of bytes processed for aux nacks
[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: Fallback to using unmappable memory for scanout
2015-03-19 11:29 UTC (4+ messages)
` [PATCH v2] "
[PATCH 0/5] Gen6/7 PPGTT dynamic page alloc prep work
2015-03-19 11:26 UTC (4+ messages)
` [PATCH 4/5] drm/i915: Track page table reload need
[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 0/4] ppgtt: ring initialization fixes
2015-03-19 8:48 UTC (7+ messages)
` [PATCH 1/4] drm/i915: Detect page faults during hangcheck
` [PATCH 2/4] drm/i915: Introduce ring->start_ring()
` [PATCH 3/4] drm/i915: Reorder hw init to avoid executing with invalid context/mm state
` [PATCH 4/4] drm/i915: Stop rings before cleaning up on reset
[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
Async eDP init
2015-03-18 18:41 UTC (2+ messages)
` [PATCH] drm/i915/dp: move edp init to work queue
[PATCH] intel: Export total subslice and EU counts
2015-03-18 18:18 UTC (4+ messages)
` [PATCH 1/2 v2] "
[PATCH] drm: Return current vblank value for drmWaitVBlank queries
2015-03-18 17:57 UTC (6+ messages)
[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 (3+ 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 (4+ messages)
[PATCH v4 0/7] Skylake 90/270 display rotation
2015-03-18 14:10 UTC (13+ 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
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 (23+ messages)
` [PATCH 2/7] drm/i915: Fix computation of last_adjustment for RPS autotuning
` [PATCH 3/7] drm/i915: Improved w/a for rps on Baytrail
` [PATCH 4/7] drm/i915: Use down ei for manual Baytrail RPS calculations
` [PATCH 5/7] drm/i915: Agressive downclocking on Baytrail
` [PATCH 6/7] drm/i915: Boost GPU frequency if we detect outstanding pageflips
` [PATCH 7/7] drm/i915: Deminish contribution of wait-boosting from clients
[PATCH 00/49] Basic Broxton enabling
2015-03-18 10:31 UTC (11+ messages)
` [PATCH 02/49] drm/i915/bxt: BXT FBC enablement
` [PATCH 25/49] drm/i915/bxt: Add DDI hpd handler
` [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)
[regression in linux-next] i915: broken graphics on laptop
2015-03-18 8:30 UTC (12+ messages)
` [Intel-gfx] "
` [Regression] WARNING: drivers/gpu/drm/i915/i915_gem.c:4525 i915_gem_free_object
` [Intel-gfx] "
[PATCH v3] drm/i915: Do not use ggtt_view with (aliasing) PPGTT
2015-03-18 8:22 UTC (3+ messages)
[PATCH 00/21] skylake display scalers
2015-03-18 8:19 UTC (34+ messages)
` [PATCH 01/21] drm/i915: Adding drm helper function drm_plane_from_index()
` [PATCH 04/21] drm/i915: skylake scaler structure definitions
` [PATCH 07/21] drm/i915: Helper function to update skylake scaling ratio
` [PATCH 08/21] drm/i915: Add helper function to update scaler_users in crtc_state
` [PATCH 12/21] drm/i915: Ensure colorkey and scaling aren't enabled at same time
` [PATCH 13/21] drm/i915: Preserve scaler state when clearing crtc_state
` [PATCH 14/21] drm/i915: use current scaler state during readout_hw_state
` [PATCH 19/21] drm/i915: Enable skylake panel fitting using skylake shared scalers
[PATCH 49/49] drm/i915/bxt: Update max level of vswing
2015-03-17 18:22 UTC (2+ messages)
[PATCH 1/3] drm/i915: Wait for render state init
2015-03-17 16:10 UTC (4+ messages)
` [PATCH] drm/i915: Push mm switch immediately to ring
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