messages from 2013-04-20 14:47:25 to 2013-04-25 05:14:57 UTC [more...]
[PATCH 00/12] [RFC] PPGTT prep patches part 1
2013-04-25 5:17 UTC (22+ messages)
` [PATCH 01/12] drm/i915: Assert mutex_is_locked on context lookup
` [PATCH 02/12] drm/i915: BUG_ON bad PPGTT offset
` [PATCH 03/12] drm/i915: make PDE|PTE platform specific
` [PATCH 04/12] drm/i915: Extract PDE writes
` [PATCH 05/12] drm: Optionally create mm blocks from top-to-bottom
` [PATCH 06/12] drm/i915: Use drm_mm for PPGTT PDEs
` [PATCH 07/12] drm/i915: Use PDEs as the guard page
` [PATCH 08/12] drm/i915: Update context_fini
` [PATCH 09/12] drm/i915: Split context enabling from init
` [PATCH 10/12] drm/i915: destroy i915_gem_init_global_gtt
` [PATCH 11/12] drm/i915: Embed PPGTT into the context
` [PATCH 12/12] drm/i915: No contexts without ppgtt
[PATCH] drm/i915: Add private api for power well usage
2013-04-25 2:36 UTC (3+ messages)
[PATCH 0/8] i-g-t: vebox test case
2013-04-25 1:57 UTC (10+ messages)
` [PATCH 1/8] gem_ring_sync_loop: check the rings supported by the kernel
` [PATCH 2/8] gem_ring_sync_loop: test the new ring
` [PATCH 3/8] tests: storedw on VEBOX
` [PATCH 4/8] gem_cs_tlb.c: add vebox test case
` [PATCH 5/8] gem_exec_nop.c: "
` [PATCH 6/8] gem_non_secure_batch.c:add bsd and blt ring "
` [PATCH 7/8] gem_non_secure_batch.c add vebox "
` [PATCH 8/8] gem_ring_sync_loop.c: fix an operator error
[PATCH v3 00/16] arb robustness enablers v3
2013-04-24 23:27 UTC (10+ messages)
` [PATCH v3 01/16] drm/i915: return context from i915_switch_context()
` [PATCH v3 02/16] drm/i915: cleanup i915_add_request
` [PATCH v3 05/16] drm/i915: track ring progression using seqnos
[PATCH 0/3] drm/i915: opregion cleanup
2013-04-24 19:34 UTC (6+ messages)
` [PATCH 3/3] drm/i915: drop code duplication in favor of asle interrupt handler
` [PATCH v2 "
[PATCH] drm/i915: Re-enable FBC WM if the watermark is good on gen6+
2013-04-24 18:09 UTC (2+ messages)
` [PATCH v2] "
[PATCH 0/6] Enabling Frame Buffer Compression (FBC) for IVB and HSW
2013-04-24 17:41 UTC (16+ messages)
` [PATCH 1/6] drm/i915: Enable FBC at Ivybridge
` [PATCH] drm/i915: Add support for FBC on Ivybridge
` [PATCH 2/6] drm/i915: IVB FBC WaFbcAsynchFlipDisableFbcQueue
` [PATCH 3/6] drm/i915: IVB FBC WaFbcDisableDpfcClockGating
` [PATCH 4/6] drm/i915: Enable FBC at Haswell
` [PATCH 5/6] drm/i915: HSW FBC WaFbcAsynchFlipDisableFbcQueue
` [PATCH 6/6] drm/i915: HSW FBC WaFbcDisableDpfcClockGating
[PATCH] drm/i915: Remove unused power well register definitions
2013-04-24 17:10 UTC (2+ messages)
[PATCH 1/2] drm/i915: factor out GMCH panel fitting code and use for eDP v2
2013-04-24 16:56 UTC (4+ messages)
[PATCH 0/4] drm/edid: Recognize 60Hz and 59.94Hz CEA modes v2
2013-04-24 16:07 UTC (5+ messages)
` [PATCH 1/4] drm: Remove explicit vrefresh initialization from DRM_MODE()
` [PATCH v2 2/4] drm: Add drm_mode_equal_no_clocks()
` [PATCH 3/4] drm/edid: Populate vrefresh for CEA modes
` [PATCH 4/4] drm/edid: Check both 60Hz and 59.94Hz when looking for a CEA mode
[PATCH 0/6] drm: drm_rect and clipping for intel sprite planes v2
2013-04-24 15:52 UTC (7+ messages)
` [PATCH v5 1/6] drm: Add struct drm_rect and assorted utility functions
` [PATCH v4 2/6] drm: Add drm_rect_calc_{hscale, vscale}() "
` [PATCH v3 3/6] drm: Add drm_rect_debug_print()
` [PATCH 4/6] drm: Add drm_rect_equals()
` [PATCH v6 5/6] drm/i915: Implement proper clipping for video sprites
` [PATCH v2 6/6] drm/i915: Relax the sprite scaling limits checks
[PATCH] drm/i915: simplify DP/DDI port width macros
2013-04-24 14:09 UTC (3+ messages)
[PATCH 00/15] high-bpp fixes and fdi auto dithering
2013-04-24 13:30 UTC (21+ messages)
` [PATCH 01/15] drm/i915: fixup 12bpc hdmi dotclock handling
` [PATCH 02/15] drm/i915: Disable high-bpc on pre-1.4 EDID screens
` [PATCH 04/15] drm/i915: drop adjusted_mode from *_set_pipeconf functions
` [PATCH 07/15] drm/i915: Fixup non-24bpp support for VGA screens on Haswell
` [PATCH 09/15] drm/i915: hw state readout support for pipe_config->fdi_lanes
` [PATCH] "
` [PATCH 10/15] drm/i915: split up fdi_set_m_n into computation and hw setup
` [PATCH 13/15] drm/i915: move fdi lane configuration checks ahead
` [PATCH] "
[PATCH 05/15] drm/i915: implement high-bpc + pipeconf-dither support for g4x/vlv
2013-04-24 13:07 UTC (10+ messages)
` [PATCH] "
[PATCH] drm/i915: disable interrupts earlier in the driver unload code
2013-04-24 10:58 UTC (6+ messages)
[PATCH] drm/i915: init hardware to a known state on resume v3
2013-04-24 9:22 UTC (2+ messages)
[PATCH 1/3] drm/i915: make sure GPU freq drops to minimum after entering RC6 v4
2013-04-24 9:10 UTC (6+ messages)
` [PATCH 2/3] drm/i915: cancel RPS work before disabling RPS
` [PATCH 3/3] drm/i915: create spearate VLV disable_rps function
[PATCH] Revert "drm/i915: Don't overclock on Haswell"
2013-04-24 9:02 UTC (2+ messages)
[RFC][PATCH] drm/i915: Make data/link N value power of two
2013-04-23 20:07 UTC (6+ messages)
` [PATCH v2] "
[PATCH] drm/i915: make sure GPU freq drops to minimum after entering RC6
2013-04-23 17:10 UTC (11+ messages)
` [PATCH] drm/i915: make sure GPU freq drops to minimum after entering RC6 v2
` [PATCH] drm/i915: make sure GPU freq drops to minimum after entering RC6 v3
[PATCH] drm/i915: fix locking around punit access in cur_delayinfo for VLV
2013-04-23 16:39 UTC (3+ messages)
Try to make the device info flags a bit more maintainable
2013-04-23 16:30 UTC (19+ messages)
` [PATCH 1/6] drm/i915: Turn DEV_INFO_FLAGS into for foreach style macro
` [PATCH v2] drm/i915: Turn DEV_INFO_FLAGS into "
` [PATCH 1/6 v3] drm/i915: Turn DEV_INFO_FLAGS into a "
` [PATCH 2/6] drm/i915: Replace the line of %s by a DEV_INFO_FOR_EACH_FLAG() invocation
` [PATCH 2/6 v2] "
` [PATCH 3/6] drm/i915: Use DEV_INFO_FOR_EACH_FLAG() to declare flags as well
` [PATCH 4/6] drm/i915: Turn HAS_DDI() into a device_info flag
` [PATCH 5/6] drm/i915: Introduce HAS_FPGA_DBG_UNCLAIMED()
` [PATCH 6/6] drm/i915: Turn HAS_FPGA_DBG_UNCLAIMED into a device_info flag
[PATCH 1/4] intel_error_decode: Whitespacing fix
2013-04-23 16:10 UTC (14+ messages)
` [PATCH 2/4] intel_error_decode: HEAD stuff
` [PATCH 3/4] intel_error_decode: Fix ACTHD/HEAD mess with libdrm
` [PATCH 4/4] intel_error_decode: Future proof ring count
` [PATCH 1/3] [REPOST] intel_error_decode: Whitespacing fix
` [PATCH 2/3] [v2] intel_error_decode: HEAD stuff
` [PATCH 3/3] [v3] intel_error_decode: Fix ACTHD/HEAD mess with libdrm
[PATCH] drm/i915: release cursor when crtc is destroyed
2013-04-23 16:10 UTC (4+ messages)
[PATCH v3 7/7] drm/i915: Only reprobe display on encoder which has received an HPD event
2013-04-23 12:26 UTC (4+ messages)
` [PATCH v2] drm/i915: Only reprobe display on encoder which has received an HPD event (v2)
[PATCH] drm/i915: avoid full modeset when changing the color range properties
2013-04-23 11:53 UTC (6+ messages)
[PATCH] drm/i915: make sure GPU freq drops to minimum after entering RC6 v2
2013-04-22 20:56 UTC
[PATCH] drm/i915: Decode RING_BUFFER_HEAD in error state
2013-04-22 16:57 UTC (4+ messages)
[PATCH 2/7] drm/i915: shovel compute clock into crtc->config.dpll on ilk
2013-04-22 15:12 UTC (6+ messages)
` [RFC][PATCH] drm/i915: Make struct dpll == intel_clock_t
` [PATCH] drm/i915: shovel compute clock into crtc->config.dpll on ilk
Power well issue could not be reproduced with drm-intel-next branch
2013-04-22 14:21 UTC
[PATCH 1/3] drm/i915: Add PTE encoding function to the gtt/ppgtt vtables
2013-04-22 9:44 UTC (5+ messages)
` [PATCH 2/3] drm/i915: Fix page table entries for Bay Trail
` [PATCH 3/3] drm/i915: Split out Haswell code from gen6_pte_encode
[PATCH] drm/i915: remove redundant (and incorrect!) dither enable for VLV
2013-04-22 8:58 UTC (2+ messages)
[PATCH v3 03/16] drm/i915: reference count for i915_hw_contexts
2013-04-20 18:11 UTC (3+ messages)
` [PATCH] "
Updated testing tree for 3.11
2013-04-20 14:55 UTC
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