public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2015-03-19 12:31:49 to 2015-03-20 13:29:58 UTC [more...]

[PATCH 00/24] PPGTT dynamic page allocations
 2015-03-20 13:29 UTC  (4+ messages)
` [PATCH v6 00/32] PPGTT dynamic page allocations and 48b addressing
  ` [PATCH v6 10/32] drm/i915: Add dynamic page trace events

[PATCH 0/4] Consolidate DIV_ROUND_CLOSEST_ULL()
 2015-03-20 13:15 UTC  (7+ messages)
` [PATCH 1/4] kernel.h: Implement DIV_ROUND_CLOSEST_ULL
` [PATCH 2/4] clk: bcm/kona: use DIV_ROUND_CLOSEST_ULL()
` [PATCH 3/4] cpuidle: menu: "
` [PATCH 4/4] media: cxd2820r: "

[PATCH] drm/i915: Keep ring->active_list and ring->requests_list consistent
 2015-03-20 13:02 UTC  (5+ messages)

[PATCH v4 0/7] Skylake 90/270 display rotation
 2015-03-20 12:11 UTC  (10+ messages)
` [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 6/9] drm/i915: Pass the primary plane position to .update_primary_plane()
 2015-03-20 11:22 UTC  (3+ messages)
` [PATCH v2 "

[PATCH 5/9] drm/i915: Pass primary plane size to .update_primary_plane()
 2015-03-20 10:53 UTC  (5+ messages)
` [PATCH v2 "

[PATCH] drm/i915: Fallback to using unmappable memory for scanout
 2015-03-20 10:49 UTC  (14+ messages)
` [PATCH v2] "

[PATCH 1/4] drm/i915: Kill intel_plane->obj
 2015-03-20 10:48 UTC  (10+ messages)
` [PATCH 2/4] drm/i915: Eliminate the RMW sprite colorkey management
  ` [PATCH v2 "
` [PATCH 3/4] drm/i915: Eliminate plane control register RMW from sprite code
` [PATCH 4/4] drm/i915: Fix SKL sprite disable double buffer register update

Async eDP init
 2015-03-20 10:41 UTC  (12+ messages)

[PATCH v6 08/32] drm/i915: Initialize all contexts
 2015-03-20 10:38 UTC  (3+ messages)
` [PATCH] "

[PATCH v2 00/19] Remove depencies on staged config for atomic transition
 2015-03-20 10:39 UTC  (27+ messages)
` [PATCH 03/19] drm/i915: Allocate a drm_atomic_state for the legacy modeset code
` [PATCH 04/19] drm/i915: Allocate a crtc_state also when the crtc is being disabled
` [PATCH 05/19] drm/i915: Update dummy connector atomic state with current config
` [PATCH 07/19] drm/i915: Copy the staged connector config to the legacy atomic state
` [PATCH 16/19] drm/i915: Check lane sharing between pipes B & C using "
` [PATCH 17/19] drm/i915: Convert intel_pipe_will_have_type() to "
` [PATCH 19/19] drm/i915: Remove usage of encoder->new_crtc from clock computations

[PATCH 00/49] Basic Broxton enabling
 2015-03-20 10:37 UTC  (50+ messages)
` [PATCH 12/49] drm/i915/bxt: HardWare WorkAround ring initialisation for Broxton
` [PATCH 13/49] drm/i915/bxt: add bxt_init_clock_gating
` [PATCH 14/49] drm/i915/bxt: add GEN8_SDEUNIT_CLOCK_GATE_DISABLE workaround
` [PATCH 16/49] drm/i915/bxt: add WaDisableMaskBasedCammingInRCC workaround
` [PATCH 17/49] drm/i915/skl: "
` [PATCH 28/49] drm/i915/bxt: Define BXT power domains
` [PATCH 30/49] drm/i915/bxt: add display initialize/uninitialize sequence
` [PATCH 31/49] drm/i915/bxt: add description about the BXT PHYs
` [PATCH 36/49] drm/i915/bxt: Define bxt DDI PLLs and implement enable/disable sequence
` [PATCH 37/49] drm/i915: factor out vlv_PLL_is_optimal
` [PATCH 38/49] drm/i915: check for div-by-zero in vlv_PLL_is_optimal
` [PATCH 39/49] drm/i915/chv: use vlv_PLL_is_optimal in chv_find_best_dpll
` [PATCH 40/49] drm/i915/bxt: add bxt_find_best_dpll
` [PATCH 41/49] drm/i915/bxt: BXT clock divider calculation
` [PATCH 42/49] drm/i915/bxt: Assign PLL for pipe
` [PATCH 43/49] drm/i915/bxt: Determine PLL attached to pipe
` [PATCH 44/49] drm/i915/bxt: Determine programmed frequency
` [PATCH 45/49] drm/i915: suppress false PLL state warnings on non-GMCH platforms

[PATCH] Add Dmesg Triage Feature: further triage i-g-t kmsg log to reduce result noise resulted from piglit dmesg defect
 2015-03-20 10:30 UTC  (4+ messages)

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

[PATCH 00/21] skylake display scalers
 2015-03-20  9:57 UTC  (5+ messages)
` [PATCH 08/21] drm/i915: Add helper function to update scaler_users in crtc_state

[PATCH] lib/igt_aux: Introduce igt_interactive_debug_manual_check
 2015-03-20  9:55 UTC  (3+ messages)

[PATCH i-g-t 02/10] tests/kms_psr_sink_crc: Make render visible to human eyes
 2015-03-20  9:54 UTC  (3+ messages)
` [PATCH] "

[PATCH] drm/i915: Do not leak objects after capturing error state
 2015-03-20  9:41 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] drm/i195/bxt: Add A1 stepping for Broxton
 2015-03-20  9:29 UTC 

[PATCH 1/6] drm/i915: Split i915_gem_batch_pool into its own header
 2015-03-20  9:25 UTC  (27+ messages)
` [PATCH 3/6] drm/i915: Split the batch pool by engine
` [PATCH 4/6] drm/i915: Free batch pool when idle
` [PATCH 5/6] drm/i915: Split batch pool into size buckets
` [PATCH 6/6] drm/i915: Include active flag when describing objects in debugfs

[PATCH] drm/i915/skl: Enabling PSR2 SU with frame sync
 2015-03-20  9:09 UTC  (2+ messages)

[PATCH] drm/i915/bxt: Add Broxton steppings
 2015-03-20  9:03 UTC 

[Intel-gfx] Preventing zero GPU virtual address allocation
 2015-03-20  3:01 UTC  (12+ messages)
` [Beignet] "

[PATCH v2 0/4] CHV PM fix & Improvements
 2015-03-20  2:01 UTC  (6+ 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] drm/i915: Disable WaGsvRC0ResidencyMethod for vlv
 2015-03-19 19:51 UTC  (6+ messages)

[PATCH 3/3] drm/radeon: Send out the full AUX address
 2015-03-19 17:42 UTC  (2+ messages)

[PATCH 00/59] Remove the outstanding_lazy_request
 2015-03-19 17:29 UTC  (31+ messages)
` [PATCH 04/59] drm/i915: Fix for ringbuf space wait in LRC mode
` [PATCH 37/59] drm/i915: Update flush_all_caches() to take request structures
` [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()

[PATCH 0/5] Gen6/7 PPGTT dynamic page alloc prep work
 2015-03-19 17:16 UTC  (7+ messages)
` [PATCH 3/5] drm/i915: Track GEN6 page table usage

[PATCH] drm: Return current vblank value for drmWaitVBlank queries
 2015-03-19 16:43 UTC  (9+ messages)
            ` [Intel-gfx] "

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

[PATCH] drm/i915: Fallback to using unmappable memory for scanout
 2015-03-19 15:34 UTC  (2+ messages)

[PATCH v2] drm/i915: Optimistically spin for the request completion
 2015-03-19 15:16 UTC  (3+ messages)
` [PATCH v3] "

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

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

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

[PATCH 4/5] drm/i915: Track page table reload need
 2015-03-19 12:53 UTC  (2+ messages)
` [PATCH] "

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


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