public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2014-12-01 17:09:00 to 2014-12-04 10:41:47 UTC [more...]

[PATCH 00/10] BYT DSI Dual Link Support
 2014-12-04 10:41 UTC  (16+ messages)
` [PATCH 01/10] drm/i915: New functions added for enabling & disabling MIPI Port Ctrl reg
` [PATCH 02/10] drm/i915: Added port as parameter to the functions which does read/write of DSI Controller
` [PATCH 03/10] drm/i915: Add support for port enable/disable for dual link configuration
` [PATCH 04/10] drm/i915: Pixel Clock changes for DSI dual link
` [PATCH 05/10] drm/i915: Dual link needs Shutdown and Turn on packet for both ports
` [PATCH 06/10] drm/i915: Enable DSI PLL for both DSI0 and DSI1 in case of dual link
` [PATCH 07/10] drm/i915: cck reg used for checking DSI Pll locked
` [PATCH 08/10] drm/i915: MIPI Timings related changes for dual link
` [PATCH 09/10] drm/i915: Update the DSI disable path to support dual link panel disabling
` [PATCH 10/10] drm/i915: Update the DSI enable path to support dual link panel enabling

[PATCH 0/3] Multiple GGTT views
 2014-12-04 10:39 UTC  (13+ messages)
` [PATCH 1/3] drm/i915: Stop putting GGTT VMA at the head of the list
` [PATCH 2/3] drm/i915: Infrastructure for supporting different GGTT views per object
` [PATCH 3/3] drm/i915: Documentation for multiple GGTT views

[Announcement] Updates to XenGT - a Mediated Graphics Passthrough Solution from Intel
 2014-12-04 10:20 UTC  (3+ messages)
` [Announcement] 2014-Q3 release of "
  ` [Xen-devel] [Intel-gfx] "

[PULL] drm-intel-next-fixes
 2014-12-04  9:56 UTC 

[PULL] drm-intel-fixes
 2014-12-04  9:22 UTC 

[RFC] Updated Android sync patches
 2014-12-04  9:13 UTC  (8+ messages)
` [PATCH 1/3] android: add sync_fence_create_dma
` [PATCH 2/3] drm/i915: Android sync points for i915 v3
` [PATCH 3/3] drm/i915: add fences to the request struct

[PATCH 1/2] drm/i915: Clean up pinned bo capture
 2014-12-04  9:11 UTC  (6+ messages)
` [PATCH 2/2] drm/i915: Don't capture pinned bo separately

[PATCH] drm/i915/chv: Enable HDMI Clock recovery for Pipe C
 2014-12-04  8:41 UTC  (4+ messages)

[PATCH 0/5] reorg for future
 2014-12-04  7:47 UTC  (7+ messages)
` [PATCH 1/5] drm/i915: Organize Fence registers for future enablement
` [PATCH 2/5] drm/i915: Organize PPGTT init
` [PATCH 3/5] drm/i915: Organize PDP regs report for future
` [PATCH 4/5] drm/i915: Organize INSTDONE "
` [PATCH 5/5] drm/i915: Organize bind_vma funcs

[PATCH 0/9] BYT DSI Dual Link Support
 2014-12-04  5:37 UTC  (11+ messages)
` [PATCH 3/9] drm/i915: Add support for port enable/disable for dual link configuration
` [PATCH 6/9] drm/i915: Enable DSI PLL for both DSI0 and DSI1 in case of dual link

[PATCH 1/5] igt/gem_mmap_wc: Exercise mmap(wc) interface
 2014-12-04  4:41 UTC  (5+ messages)
` [PATCH] igt/gem_mmap_wc: Add the invalid flags subtest
    ` [PATCH v2] "

[PATCH 1/3] lib: rename igt_media_fillfunc_t typedef to igt_fillfunc_t
 2014-12-04  2:58 UTC  (5+ messages)
` [PATCH 2/3] lib: Add GPGPU fill
` [PATCH 3/3] tests: Add gem_gpgpu_fill

[ANNOUNCE][RFC] KVMGT - the implementation of Intel GVT-g(full GPU virtualization) for KVM
 2014-12-04  2:24 UTC 

[PATCH] drm/i915: Don't display nonsensical values in i915_ddb_info on gen < 9
 2014-12-03 23:51 UTC  (3+ messages)

[PATCH] drm/i915/chv: Add additional workarounds for CHV
 2014-12-03 19:15 UTC 

X hang with quirk VT switches
 2014-12-03 19:43 UTC  (3+ messages)

[PATCH 1/2] drm/i915: compute wait_ioctl timeout correctly
 2014-12-03 19:07 UTC  (13+ messages)
` [PATCH] "
      ` [Intel-gfx] "

[PATCH 9/9] drm/i915: Update the DSI enable path to support dual link panel enabling
 2014-12-03 17:34 UTC  (2+ messages)

[PATCH] intel: New libdrm interface to create unbound wc user mappings for objects
 2014-12-03 18:18 UTC  (4+ messages)
` [PATCH v3] "

drm-i915-mst + Ubuntu 14.04 + HP 840
 2014-12-03 17:52 UTC  (5+ messages)

[PATCH i-g-t] lib: always reset connectors after the state is forced
 2014-12-03 17:10 UTC 

[PATCH i-g-t 1/5] lib: share common logging code
 2014-12-03 14:22 UTC  (6+ messages)
` [PATCH i-g-t 2/5] tests/gem_tiled_swapping: use igt_info logging wrapper
` [PATCH i-g-t 3/5] lib: introduce log domains
` [PATCH i-g-t 4/5] lib: add optional log domain filtering
` [PATCH i-g-t 5/5] lib: write out recent log output if a test fails

[PATCH v5 0/7] Command parser batch buffer copy
 2014-12-03 14:12 UTC  (12+ messages)

[PATCH 01/10] drm: add helper to get crtc timings (v5)
 2014-12-03  9:53 UTC  (17+ messages)
` [PATCH 02/10] drm/i915: remove intel_crtc_cursor_set_obj() (v5)
` [PATCH 03/10] drm/i915: remove intel_pipe_set_base() (v4)
` [PATCH 04/10] drm/i915: Introduce intel_prepare_cursor_plane() (v2)
` [PATCH 05/10] drm/i915: Make intel_plane_state subclass drm_plane_state
` [PATCH 06/10] drm/i915: Consolidate plane 'prepare' functions (v2)
` [PATCH 07/10] drm/i915: Consolidate plane 'cleanup' operations (v2)
    ` [PATCH 7/7] drm/i915: Consolidate plane 'cleanup' operations (v3)
` [PATCH 08/10] drm/i915: Consolidate top-level .update_plane() handlers
` [PATCH 09/10] drm/i915: Ensure state->crtc is non-NULL for plane updates
` [PATCH 10/10] drm/i915: Make all plane disables use 'update_plane' (v2)
    ` [PATCH 10/10] drm/i915: Make all plane disables use 'update_plane' (v3)
      ` [PATCH 10/10] drm/i915: Make all plane disables use 'update_plane' (v4)

[PATCH i-g-t 0/3] tests: Add tests for new exec flags to export two bsd rings
 2014-12-03  9:11 UTC  (8+ messages)
` [PATCH 1/3] i-g-t: check whether kernel has dual bsd ring
` [PATCH 2/3] tests/gem_exec_params: check the invalid flags for "
` [PATCH 3/3] test/gem_dummy_reloc_loop: add tests "

linux-next: manual merge of the drm tree with the drm-intel-fixes tree
 2014-12-03  8:28 UTC  (3+ messages)

[PATCH] drm/i915: Move golden context init into ->init_context
 2014-12-03  2:54 UTC  (2+ messages)

linux-next: manual merge of the drm-misc tree with the drm tree
 2014-12-03  2:43 UTC 

[RFC 0/7+1] Add in-kernel vblank delaying mechanism
 2014-12-03  2:14 UTC  (5+ messages)
` [RFC] drm: add a mechanism for drivers to schedule vblank callbacks
  ` [Intel-gfx] "
` [RFC 1/7] drm: allow the drivers to call the vblank IOCTL internally

[PATCH i-g-t 0/3] tests: Add tests for new exec flags to export two bsd rings
 2014-12-03  1:52 UTC  (4+ messages)
` [PATCH i-g-t 1/3] lib: check whether kernel has dual bsd ring
` [PATCH i-g-t 2/3] tests/gem_exec_params: check the invalid flags for "
` [PATCH i-g-t 3/3] test/gem_dummy_reloc_loop: add tests "

[PATCH] drm/i915: Don't pin LRC in GGTT when dumping in debugfs
 2014-12-03  1:39 UTC  (4+ messages)

[PATCH] drm/i915: Convert pxvid to extvid lookup table to a function
 2014-12-03  0:54 UTC  (2+ messages)

i915 driver failure
 2014-12-03  0:53 UTC  (8+ messages)
` [PATCH] drm/i915: Unlock panel even when LVDS is disabled

[PATCH] drm/i915: don't always do full mode sets when infoframes are enabled
 2014-12-03  0:50 UTC  (2+ messages)

[PATCH] drm/i915: Fix build warning in debugfs
 2014-12-03  0:48 UTC  (3+ messages)

[PATCH] drm/i915: Reject modeset when the same digital port is used more than once
 2014-12-03  0:44 UTC  (6+ messages)
` [PATCH v2] "

[jbarnes:upstream-sync-points 2/2] drivers/gpu/drm/i915/i915_sync.c:43:12: sparse: symbol 'fence_lock' was not declared. Should it be static?
 2014-12-02 23:57 UTC  (2+ messages)
` [PATCH jbarnes] drm/i915: fence_lock can be static

DRI3/Present fixes for XServers 1.16 and 1.17rc - (v2)
 2014-12-02 19:08 UTC  (4+ messages)
` [PATCH 1/2] present: Avoid crashes in DebugPresent(), a bit more info
` [PATCH] uxa/present: Handle sync_flip flag in intel_present_check_flip()
` [PATCH 2/2] present: Fix use of vsynced pageflips and honor PresentOptionAsync. (v3)

[RFC PATCH] drm/i915: avoid round-trip scaling errors in actual_brightness
 2014-12-02 19:00 UTC  (3+ messages)

[PATCH 1/2] intel: Add missing I915_PARAM_HAS_COHERENT_PHYS_GTT
 2014-12-02 18:38 UTC  (2+ messages)
` [PATCH 2/2] intel: Include VCS2/BSD2 parameter and exec flags definition

[PATCH] drm/i915 Trouble with minimum brightness
 2014-12-02 15:42 UTC  (5+ messages)

[PATCH 1/5] drm/i915: s/init()/init_hw()/ in intel_engine_cs
 2014-12-02 15:39 UTC  (5+ messages)
` [PATCH] drm/i915: Move init_unused_rings to gem_init_hw

[PATCH] drm/i915: Fix startup failure in LRC mode after recent init changes
 2014-12-02 14:53 UTC  (3+ messages)

[PULL] drm-intel-next
 2014-12-02 14:29 UTC 

[PATCH] drm/i915: More cautious with pch fifo underruns
 2014-12-02 13:22 UTC  (8+ messages)

[PATCH 1/2] lib: Add GPGPU fill
 2014-12-02 11:59 UTC  (3+ messages)
` [PATCH 2/2] tests: Add gem_gpgpu_fill

[PATCH 1/2] drm/i915: Clean up pinned bo capture
 2014-12-02  9:56 UTC  (2+ messages)
` [PATCH 2/2] drm/i915: Don't capture pinned bo separately

[RFC] drm/i915: Infrastructure for supporting different GGTT views per object
 2014-12-02  9:12 UTC  (14+ messages)
` [PATCH] "

[PULL] drm-intel-next
 2014-12-02  7:36 UTC  (4+ messages)

[PATCH 0/9] i915 display refactoring (v3)
 2014-12-01 21:25 UTC  (4+ messages)
` [PATCH 6/9] drm/i915: Consolidate plane 'prepare' functions

[PATCH 1/6] drm/i915: factor out compute_config from __intel_set_mode v3
 2014-12-01 19:26 UTC  (12+ messages)
` [PATCH 4/6] drm/i915: check for audio and infoframe changes across mode sets v2

[PATCH 1/2] drm/i915: mask RPS IRQs properly when disabling RPS
 2014-12-01 17:35 UTC  (8+ messages)
` [PATCH 2/2] drm/i915: sanitize RPS resetting during GPU reset

[PATCH i-g-t] tests/drv_hangman: remove check for other drm clients
 2014-12-01 17:09 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