Intel-GFX Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-08-06 14:01:31 to 2015-08-10 11:56:56 UTC [more...]

[PATCH 00/18] dev->struct_mutex crusade
 2015-08-10 11:56 UTC  (46+ messages)
` [PATCH 01/18] drm/gem: rip out drm vma accounting for gem mmaps
` [PATCH 02/18] drm/cma-helper: Fix locking in drm_fb_cma_debugfs_show
` [PATCH 03/18] drm/gem: Be more friendly with locking checks
` [PATCH 04/18] drm/ast: Don't grab dev->struct_mutex for in mmap offset ioctl
` [PATCH 05/18] drm/bochs: "
` [PATCH 06/18] drm/mga200g: "
` [PATCH 07/18] drm/mga200g: Hold a proper reference for cursor_set
` [PATCH 08/18] drm/cirrus: Don't grab dev->struct_mutex for in mmap offset ioctl
` [PATCH 09/18] drm/cma-helper: "
` [PATCH 10/18] drm/rockchip: "
` [PATCH 11/18] drm/armada: "
` [PATCH 12/18] drm/nouveau: Don't take dev->struct_mutex in fbcon init
` [PATCH 13/18] drm/nouveau: Don't take dev->struct_mutex in ttm_fini
` [PATCH 14/18] drm/qxl: Don't take dev->struct_mutex in bo_force_delete
` [PATCH 15/18] drm/radeon: "
` [PATCH 16/18] drm/radeon: Don't take dev->struct_mutex in pm functions
` [PATCH 17/18] drm/amdgpu: Don't take dev->struct_mutex in bo_force_delete
` [PATCH 18/18] drm/amdgpu: don't grab dev->struct_mutex in pm functions
` [PATCH 1/2] drm/tegra: don't take dev->struct_mutex in mmap offset ioctl

[PATCH] drm/i915: Use CONFIG_DRM_FBDEV_EMULATION
 2015-08-10 11:48 UTC  (2+ messages)

[PATCH v2 1/4] drm/i915: Add audio set_ncts callback
 2015-08-10 11:46 UTC  (7+ messages)
` [PATCH v2 2/4] drm/i915: implement "
` [PATCH v3 3/4] ALSA: hda - display audio call ncts callback
` [PATCH v4 4/4] drm/i915: set proper N/CTS in modeset

[PATCH 0/3] Add BXT A0/A1 WA for HPD swap in generic way
 2015-08-10 11:38 UTC  (9+ messages)
` [PATCH 1/3] drm/i915: Dont enable hpd for eDP
` [PATCH 2/3] drm/i915/bxt: Add HPD support for DDIA
` [PATCH 3/3] drm/i915/bxt: WA for swapped HPD pins in A stepping

[PATCH] drm/i915: Spam less on dp aux send/receive problems
 2015-08-10 11:01 UTC  (3+ messages)

[PATCH] drm/i915: Retry port as HDMI if dp_is_edp turns out to be false
 2015-08-10 10:44 UTC  (6+ messages)

[PATCH] drm/i915: disable_shared_pll doesn't work on pre-gen5
 2015-08-10 10:15 UTC  (2+ messages)

[PATCH 1/2] drm/edid: Use ARRAY_SIZE in drm_add_modes_noedid
 2015-08-10  9:55 UTC  (2+ messages)
` [PATCH 2/2] drm/doc: Update docs about device instance setup

[PATCH] drm/i915:gen9: Add WA for disable gather at set shader bit
 2015-08-10  9:36 UTC  (3+ messages)

[PATCH libdrm v3 0/2] 48-bit virtual address support in i915
 2015-08-10  9:21 UTC  (13+ messages)
` [PATCH libdrm v3 1/2] intel: Add EXEC_OBJECT_SUPPORTS_48B_ADDRESS flag
  ` [Intel-gfx] "
    ` [RFC libdrm] intel: 48b ppgtt support
` [PATCH libdrm v3 2/2] intel: add new function name to symbol-check test
` [PATCH mesa v3] i965/gen8+: bo in state base address must be in 32-bit address range
  ` [Intel-gfx] "
    ` [Mesa-dev] "

DP MST audio support
 2015-08-10  8:57 UTC  (7+ messages)
    ` [alsa-devel] "

[PATCH v3 1/3] drm/i915: Only update the current userptr worker
 2015-08-10  8:51 UTC  (3+ messages)
` [PATCH v3 2/3] drm/i915: Fix userptr deadlock with aliased GTT mmappings
` [PATCH v3 3/3] drm/i915: Use a task to cancel the userptr on invalidate_range

[PATCH 0/3] HDMI optimization series
 2015-08-10  8:35 UTC  (7+ messages)
` [PATCH 3/3] drm/i915: Check live status before reading edid

[PATCH i-g-t] Revert "tests/gem_ctx_param_basic: fix invalid params"
 2015-08-10  8:31 UTC  (5+ messages)

[PATCH] drm/i915: Clean up lrc context init
 2015-08-10  7:51 UTC  (3+ messages)

[PATCH 1/4] drm/i915: Adding intel_panel_scale_none() helper function
 2015-08-10  7:45 UTC  (5+ messages)
` [PATCH 2/4] drm/i915: Adding Panel Filter function for DP
` [PATCH 3/4] drm/i915: Adding panel filter for HDMI
` [PATCH 4/4] drm/i915: Adding panel filter for VGA

[PATCH 6/6 v2] drm/i915: Enable HDMI on DDI-E
 2015-08-10  7:02 UTC 

[PATCH 1/6] drm/i915/skl: Enable DDI-E
 2015-08-10  6:53 UTC  (12+ messages)
` [PATCH 5/6] drm/i915/skl: enable DDIE hotplug
    ` [PATCH 5/6 v2] drm/i915/skl: enable DDI-E hotplug
` [PATCH 6/6] drm/i915: Enable HDMI on DDI-E
  ` [PATCH 8/6] drm/i915/skl: Enable DDI-E
  ` [PATCH 7/6] drm/i915/skl: DDI-E and DDI-A shares 4 lanes

[PATCH 1/4] drm/i915: Add audio set_ncts callback
 2015-08-10  4:23 UTC  (10+ messages)
` [PATCH 2/4] drm/i915: implement "
  ` [alsa-devel] "
` [PATCH 3/4] ALSA: hda - display audio call ncts callback
      ` [alsa-devel] "

[QA 2015/07/31 ww32] Testing report for `drm-intel-testing`
 2015-08-09 14:45 UTC 

[PATCH] drm/i915: Only move to the CPU write domain if keeping the GTT pages
 2015-08-09 13:32 UTC  (10+ messages)

[PATCH] drm/i915: Remove the failed context from the fpriv->context_idr
 2015-08-08 13:02 UTC 

[PATCH] drm/i915/skl: Update DDI buffer translation programming
 2015-08-08  1:02 UTC  (3+ messages)

[PATCH 3/6] drm/i915: Set alternate aux for DDI-E
 2015-08-08  0:01 UTC  (2+ messages)
` [PATCH] "

[PULL] drm-intel-fixes
 2015-08-07 20:53 UTC 

[PATCH 1/4] drm/i915/gtt: Allow >= 4GB offsets in X86_32
 2015-08-07 20:48 UTC  (7+ messages)
` [PATCH 2/4] drm/i915: Use complete virtual address range on 32-bit platforms
` [PATCH 3/4] drm/i915: Always pass dev pointer in pdp_init
` [PATCH 4/4] drm/i915/ppgtt: Abstract 4lvl and legacy functions

[PATCH] drm/i915: Report IOMMU enabled status for GPU hangs
 2015-08-07 19:24 UTC 

[PATCH i-g-t 1/3] lib/core: Add optional reason for timeout failure
 2015-08-07 18:10 UTC  (4+ messages)
` [PATCH i-g-t 2/3] lib/core: Add igt_reset_timeout
` [PATCH i-g-t 3/3] tests: Document ABI extension catchers

[PATCH] drm/i915: Check idle to active before processing CSQ
 2015-08-07 14:30 UTC  (5+ messages)

[PATCH] drm/vblank: Use u32 consistently for vblank counters
 2015-08-07 11:56 UTC  (2+ messages)

[drm-intel:for-linux-next 479/497] drivers/gpu/drm/i915/i915_gem_gtt.c:1086:26: sparse: Using plain integer as NULL pointer
 2015-08-07 11:40 UTC  (5+ messages)

[PATCH] drm/i915: fix checksum write for automated test reply
 2015-08-07  9:44 UTC 

[PATCH v6 00/19] 48-bit PPGTT
 2015-08-07  7:55 UTC  (7+ messages)
` [PATCH v6 17/19] drm/i915: Wa32bitGeneralStateOffset & Wa32bitInstructionBaseOffset

Intel-kms in Linux-4.2rc causes regression due to dithering always on
 2015-08-07  7:14 UTC  (4+ messages)

Enable PSR in IvyBridge?
 2015-08-07  7:00 UTC  (3+ messages)

[PATCH 4/7] drm/i915: Split sink_crc function in start, stop and read
 2015-08-06 23:56 UTC  (6+ messages)
` [PATCH] "

[PATCH 00/10 v5] Batch submission via GuC
 2015-08-06 21:55 UTC  (4+ messages)
` [PATCH 01/10 v5] drm/i915: GuC-specific firmware loader

[PATCH 00/03] Preventing zero GPU virtual address allocation
 2015-08-06 21:33 UTC  (8+ messages)
` [PATCH i-g-t 4/3] tests/gem_ctx_param_basic: Expand ctx_param tests

[PATCH] scripts/kernel-doc Allow struct arguments documentation in struct body
 2015-08-06 19:13 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 00/18] Color Management for DRM
 2015-08-06 16:38 UTC  (19+ messages)
` [PATCH 01/18] drm: Create Color Management DRM properties
` [PATCH 02/18] drm/i915: Add atomic set property interface for CRTC
` [PATCH 03/18] drm/i915: Add atomic get "
` [PATCH 04/18] drm: Add structure for querying palette color capabilities
` [PATCH 05/18] drm/i915: Initialize color manager and add gamma correction
` [PATCH 06/18] drm: Add color correction blobs in CRTC state
` [PATCH 07/18] drm: Add drm structures for palette color property
` [PATCH 08/18] drm/i915: Add pipe gamma correction handlers
` [PATCH 09/18] drm/i915: Pipe level Gamma correction for CHV/BSW
` [PATCH 10/18] drm/i915: Add pipe deGamma correction handlers
` [PATCH 11/18] drm/i915: Add DeGamma correction for CHV/BSW
` [PATCH 12/18] drm: Add structure for set/get a CTM color property
` [PATCH 13/18] drm/i915: Add set/get property handlers for CSC correction
` [PATCH 14/18] drm/i915: Add CSC correction for CHV/BSW
` [PATCH 15/18] drm/i915: Initialize Gen8 pipe gamma correction
` [PATCH 16/18] drm/i915: Gen8 pipe level Gamma correction
` [PATCH 17/18] drm/i915: Add DeGamma correction for BDW/SKL/BXT
` [PATCH 18/18] drm/i915: Add CSC "

[PATCH] drm/i915: Use masked write for Context Status Buffer Pointer
 2015-08-06 16:19 UTC  (4+ messages)

[PATCH v3 00/13] DPMS updates and atomic state checking
 2015-08-06 16:01 UTC  (5+ messages)
` [PATCH v3 12/13] drm/i915: Only update mode related state if a modeset happened

[PATCH v3 03/13] drm/i915: Update atomic state when removing mst connector
 2015-08-06 15:58 UTC  (9+ messages)
` [PATCH v3.1 1/3] drm/i915: Fix broken mst get_hw_state
  ` [PATCH v3.1 3/3] drm/i915: Don't try to remove MST cleanly when force removed

[SKL-DMC-BUGFIX 0/5] SKL PC10 entry fixes
 2015-08-06 15:38 UTC  (7+ messages)
` [SKL-DMC-BUGFIX 2/5] drm/i915/skl: Making DC6 entry is the last call in suspend flow

[PATCH 0/2] VBT and I_boost fixes
 2015-08-06 15:31 UTC  (13+ messages)
` [PATCH 1/2] drm/i915: Allow parsing of variable size child device entries from VBT
  ` [PATCH 1/2 v2] "
` [PATCH 2/2] drm/i915: Per-DDI I_boost override

[PATCH] drm/i915/skl WaDisableSbeCacheDispatchPortSharing
 2015-08-06 15:01 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).