Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-12-18 15:15:43 to 2014-12-25 08:48:38 UTC [more...]

3.19-rc1 errors when opening LID
 2014-12-25  8:48 UTC  (3+ messages)

[PATCH 00/11] drm-intel-collector - update
 2014-12-24 16:13 UTC  (12+ messages)
` [PATCH 01/11] drm/i915: Specify bsd rings through exec flag
` [PATCH 02/11] drm/i915: add I915_PARAM_HAS_BSD2 to i915_getparam
` [PATCH 03/11] drm/i915: Move the ban period onto the context
` [PATCH 04/11] drm/i915: Add ioctl to set per-context parameters
` [PATCH 05/11] drm/i915: Put logical pipe_control emission into a helper
` [PATCH 06/11] drm/i915: Add WaCsStallBeforeStateCacheInvalidate:bdw, chv to logical ring
` [PATCH 07/11] drm/i915: Remove pinned check from madvise_ioctl
` [PATCH 08/11] drm/i915: Extend GET_APERTURE ioctl to report available map space
` [PATCH 09/11] drm/i915: Display current hangcheck status in debugfs
` [PATCH 10/11] drm/i915/vlv: check port in infoframe_enabled v2
` [PATCH 11/11] drm/i915: vlv: fix save/restore of GFX_MAX_REQ_COUNT reg

[PATCH 0/7] drm-intel-collector - update
 2014-12-24 21:32 UTC  (10+ messages)
` [PATCH 1/7] drm/i915: Specify bsd rings through exec flag

[PATCH 0/5] i915 atomic plane helper conversion (v5)
 2014-12-24 15:59 UTC  (8+ messages)
` [PATCH 1/5] drm/i915: Refactor work that can sleep out of commit (v6)
  ` [PATCH 1/5] drm/i915: Refactor work that can sleep out of commit (v7)
` [PATCH 2/5] drm/i915: Move vblank evasion to commit (v4)
` [PATCH 3/5] drm/i915: Clarify sprite plane function names (v4)
` [PATCH 4/5] drm/i915: Move to atomic plane helpers (v9)
` [PATCH 5/5] drm/i915: Drop unused position fields (v2)

Linux 3.19-rc1: i915.ko error messages at boot
 2014-12-24 12:06 UTC 

new behaviors: ?2.99.917?
 2014-12-24  7:07 UTC  (2+ messages)

[PATCH 00/24] PPGTT dynamic page allocations
 2014-12-23 17:16 UTC  (68+ messages)
` [PATCH 01/24] drm/i915: Add some extra guards in evict_vm
` [PATCH 02/24] drm/i915/trace: Fix offsets for 64b
` [PATCH 03/24] drm/i915: Rename to GEN8_LEGACY_PDPES
` [PATCH 04/24] drm/i915: Setup less PPGTT on failed pagedir
` [PATCH 05/24] drm/i915/gen8: Un-hardcode number of page directories
` [PATCH 06/24] drm/i915: Range clearing is PPGTT agnostic
` [PATCH 07/24] drm/i915: page table abstractions
` [PATCH 08/24] drm/i915: Complete page table structures
` [PATCH 09/24] drm/i915: Create page table allocators
` [PATCH 10/24] drm/i915: Track GEN6 page table usage
` [PATCH 11/24] drm/i915: Extract context switch skip logic
` [PATCH 12/24] drm/i915: Track page table reload need
` [PATCH 13/24] drm/i915: Initialize all contexts
` [PATCH 14/24] drm/i915: Finish gen6/7 dynamic page table allocation
` [PATCH 15/24] drm/i915/bdw: Use dynamic allocation idioms on free
` [PATCH 16/24] drm/i915/bdw: pagedirs rework allocation
` [PATCH 17/24] drm/i915/bdw: pagetable allocation rework
` [PATCH 18/24] drm/i915/bdw: Update pdp switch and point unused PDPs to scratch page
` [PATCH 19/24] drm/i915: num_pd_pages/num_pd_entries isn't useful
` [PATCH 20/24] drm/i915: Extract PPGTT param from pagedir alloc
` [PATCH 21/24] drm/i915/bdw: Split out mappings
` [PATCH 22/24] drm/i915/bdw: begin bitmap tracking
` [PATCH 23/24] drm/i915/bdw: Dynamic page table allocations
` [PATCH 24/24] drm/i915/bdw: Dynamic page table allocations in lrc mode
` [PATCH v2 00/24] PPGTT dynamic page allocations
  ` [PATCH v2 01/24] drm/i915: Add some extra guards in evict_vm
  ` [PATCH v2 02/24] drm/i915/trace: Fix offsets for 64b
  ` [PATCH v2 03/24] drm/i915: Rename to GEN8_LEGACY_PDPES
  ` [PATCH v2 04/24] drm/i915: Setup less PPGTT on failed pagedir
  ` [PATCH v2 05/24] drm/i915/gen8: Un-hardcode number of page directories
  ` [PATCH v2 06/24] drm/i915: Range clearing is PPGTT agnostic
  ` [PATCH v2 07/24] drm/i915: page table abstractions
  ` [PATCH v2 08/24] drm/i915: Complete page table structures
  ` [PATCH v2 09/24] drm/i915: Create page table allocators
  ` [PATCH v2 10/24] drm/i915: Track GEN6 page table usage
  ` [PATCH v2 11/24] drm/i915: Extract context switch skip and pd load logic
  ` [PATCH v2 12/24] drm/i915: Track page table reload need
  ` [PATCH v2 13/24] drm/i915: Initialize all contexts
  ` [PATCH v2 14/24] drm/i915: Finish gen6/7 dynamic page table allocation
  ` [PATCH v2 15/24] drm/i915/bdw: Use dynamic allocation idioms on free
  ` [PATCH v2 16/24] drm/i915/bdw: pagedirs rework allocation
  ` [PATCH v2 17/24] drm/i915/bdw: pagetable allocation rework
  ` [PATCH v2 18/24] drm/i915/bdw: Update pdp switch and point unused PDPs to scratch page
  ` [PATCH v2 19/24] drm/i915: num_pd_pages/num_pd_entries isn't useful
  ` [PATCH v2 20/24] drm/i915: Extract PPGTT param from pagedir alloc
  ` [PATCH v2 21/24] drm/i915/bdw: Split out mappings
  ` [PATCH v2 22/24] drm/i915/bdw: begin bitmap tracking
  ` [PATCH v2 23/24] drm/i915/bdw: Dynamic page table allocations
  ` [PATCH v2 24/24] drm/i915/bdw: Dynamic page table allocations in lrc mode

[PATCH 0/5] i915 atomic plane helper conversion (v4)
 2014-12-23 13:34 UTC  (11+ messages)
` [PATCH 1/5] drm/i915: Refactor work that can sleep out of commit (v5)
` [PATCH 2/5] drm/i915: Move vblank evasion to commit (v3)
` [PATCH 3/5] drm/i915: Clarify sprite plane function names (v3)
` [PATCH 4/5] drm/i915: Move to atomic plane helpers (v8)
` [PATCH 5/5] drm/i915: Drop unused position fields (v2)

[PATCH 0/9] More simple FBC fixes
 2014-12-23 12:35 UTC  (10+ messages)
` [PATCH 1/9] drm/i915: don't reallocate the compressed FB at every frame
` [PATCH 2/9] drm/i915: fix the FBC CFB size tracking
` [PATCH 3/9] drm/i915: don't increment the FBC threshold at fbc_enable
` [PATCH 4/9] drm/i915: don't free the CFB while FBC is enabled
` [PATCH 5/9] drm/i915: don't set the FBC plane select bits on HSW+
` [PATCH 6/9] drm/i915: add the FBC mutex
` [PATCH 7/9] drm/i915: don't alloc/free fbc_work at every update
` [PATCH 8/9] drm/i915: print FBC compression status on debugfs
` [PATCH 9/9] drm/i915: FBC only supports 16bpp and 32bpp

[PATCH] igt: Correct the return value for drm short_buffer read
 2014-12-23 11:31 UTC  (4+ messages)

[PATCH 0/4] drm/i915: Untangle execlist tracking
 2014-12-22 17:20 UTC  (6+ messages)
` [PATCH 1/4] drm/i915: execlist request keeps ptr/ref to gem_request
` [PATCH 2/4] drm/i915: Removed duplicate members from submit_request
` [PATCH 3/4] drm/i915: Remove FIXME_lrc_ctx backpointer
` [PATCH 4/4] drm/i915: Subsume intel_ctx_submit_request in to drm_i915_gem_request

Question regarding forcewake in i915
 2014-12-22 12:26 UTC 

[ANNOUNCE] xf86-video-intel 2.99.917
 2014-12-21 14:47 UTC 

[RFC PATCH v3 4/4] tests/drv_module_reload: add ipvr support
 2014-12-21 14:40 UTC  (11+ messages)

[PATCH] drm/i915/hsw: Implement Selective Write workaround
 2014-12-19 22:14 UTC  (6+ messages)
` [Intel-gfx] "

[PATCH v4 1/3] drm/i915: gen9: fix RPS interrupt routing to CPU vs. GT
 2014-12-19 17:33 UTC  (3+ messages)
` [PATCH v4 2/3] drm/i915: fix HW lockup due to missing RPS IRQ workaround on GEN6
` [PATCH v4 3/3] drm/i915: vlv: sanitize RPS interrupt mask during GPU idling

[PATCH v3 1/3] drm/i915: gen9: fix RPS interrupt routing to CPU vs. GT
 2014-12-19 16:52 UTC  (3+ messages)
` [PATCH v3 2/3] drm/i915: vlv: sanitize RPS interrupt mask during GPU idling
` [PATCH v3 3/3] drm/i915: fix HW lockup due to missing RPS IRQ workaround on GEN6

Updated drm-intel-testing
 2014-12-19 15:26 UTC 

[PULL] drm-intel-next
 2014-12-19 15:21 UTC  (2+ messages)

[PATCH] drm/i915: Remove OLR
 2014-12-19 14:43 UTC  (2+ messages)

[PATCH] drm: Require universal_planes for atomic
 2014-12-19 14:29 UTC  (2+ messages)
` [PATCH] drm: Ensure universal_planes is set "

[PATCH] drm/i915: Quietly reject attempts to create non-pagealigned stolen objects
 2014-12-19 14:18 UTC  (7+ messages)
  ` [Intel-gfx] "

[PATCH v2 1/2] drm/i915: gen9: fix RPS interrupt routing to CPU vs. GT
 2014-12-19 14:07 UTC  (5+ messages)
` [PATCH v2 2/2] drm/i915: fix HW lockup due to missing RPS IRQ workaround on GEN6

[PATCH] drm/i915: Only fence tiled region of object
 2014-12-19 13:17 UTC  (12+ messages)

[PATCH v2] drm/i915: use effective_size for ringbuffer calculations
 2014-12-19 12:52 UTC  (2+ messages)

[PATCH] drm/i915: fix HW lockup due to missing RPS IRQ workaround on GEN6
 2014-12-19 12:30 UTC  (3+ messages)

[PATCH v2] drm/i915: FIFO space query code refactor
 2014-12-19 10:11 UTC  (2+ messages)

[PATCH v2 0/8] eDP DRRS based on frontbuffer tracking
 2014-12-19  9:42 UTC  (9+ messages)
` [PATCH 1/7] drm/i915: Modifying structures related to DRRS
` [PATCH 4/7] drm/i915: DRRS calls based on frontbuffer
` [PATCH 7/7] drm/i915: Enable eDP DRRS for CHV

[PATCH] drm/i915: Changes required to enable DSI Video Mode on CHT
 2014-12-19  9:33 UTC  (2+ messages)

[PULL] topic/atomic-core
 2014-12-19  9:31 UTC 

[PULL] topic/core-stuff for 3.20
 2014-12-19  9:20 UTC 

[PATCH] igt: Test tiled bo for proper fence
 2014-12-19  8:49 UTC  (4+ messages)

[PATCH v2] drm/i915: Kill check_power_well() calls
 2014-12-19  8:01 UTC  (3+ messages)

[PATCH v2] drm/i915: recheck ringspace after wait+retire
 2014-12-18 20:19 UTC  (4+ messages)

[PATCH] drm/i915: Don't complain when there is no workaround
 2014-12-18 19:17 UTC  (5+ messages)

[PATCH] tests/core_getparams: Create new test core_getparams
 2014-12-18 17:55 UTC 

[PATCH 0/3] Export GT config attributes
 2014-12-18 17:41 UTC  (4+ messages)
` [PATCH 1/3] drm/i915: "
` [PATCH 2/3] drm/i915/chv: Determine CHV "
` [PATCH 3/3] drm/i915/bdw: Determine BDW "

[PATCH] drm/i915: add irq_barrier operation for synchronising reads
 2014-12-18 16:57 UTC  (2+ messages)

[PATCH v2*] drm/i915: FIFO space query code refactor
 2014-12-18 16:48 UTC 

[RFC PATCH 0/2] atomic dpms support
 2014-12-18 16:08 UTC  (3+ messages)
` [PATCH 1/2] drm/atomic: Add drm_crtc_state->active
` [PATCH 2/2] drm/atomic-helper: add connector->dpms() implementation

[PATCH v3] drm/i915: Disable the mmio.debug WARN after it fires
 2014-12-18 15:25 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