public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2015-11-19 19:08:43 to 2015-11-23 09:33:20 UTC [more...]

[PATCH 00/29] dev->struct_mutex crusade, once more
 2015-11-23  9:33 UTC  (22+ messages)
` [PATCH 01/29] drm/armada: Use unlocked gem unreferencing
` [PATCH 02/29] drm/nouveau: "
` [PATCH 03/29] drm/omapdrm: "
` [PATCH 04/29] drm/amdgpu: "
` [PATCH 05/29] drm/radeon: "
` [PATCH 06/29] drm/qxl: "
` [PATCH 07/29] drm/tegra: "
` [PATCH 10/29] drm/armada: Plug leak in dumb_map_offset
` [PATCH 11/29] drm/armada: Don't grab dev->struct_mutex for in mmap offset ioctl
` [PATCH 12/29] drm/armada: Drop struct_mutex from cursor paths
` [PATCH 13/29] drm/armada: Use a private mutex to protect priv->linear
` [PATCH 14/29] drm/tegra: don't take dev->struct_mutex in mmap offset ioctl
` [PATCH 15/29] drm/tegra: Use drm_gem_object_unreference_unlocked
` [PATCH 16/29] drm/gma500: Use correct unref in the gem bo create function
` [PATCH 18/29] drm/gma500: Drop dev->struct_mutex from fbdev init/teardown code
` [PATCH 19/29] drm/gma500: Drop dev->struct_mutex from mmap offset function
` [PATCH 20/29] drm/gma500: Add driver private mutex for the fault handler
` [PATCH 24/29] drm/exynos: drop struct_mutex from exynos_drm_gem_get_ioctl
` [PATCH 25/29] drm/exynos: drop struct_mutex from fbdev setup
` [PATCH 28/29] drm/vgem: Drop dev->struct_mutex
` [PATCH 29/29] drm/vma_manage: Drop has_offset

[PATCH] drm/i915: Do a better job at disabling primary plane in the noatomic case
 2015-11-23  9:25 UTC  (5+ messages)
` [Intel-gfx] "
      ` [PATCH v2] "

How to provide useful debug info to intel-gfx@?
 2015-11-23  9:26 UTC  (2+ messages)

[PATCH] drm/i915: Disable shrinker for non-swapped backed objects
 2015-11-23  9:20 UTC 

[PATCH] drm/i915/guc: Fix a fw content lost issue after it is evicted
 2015-11-23  9:18 UTC  (4+ messages)
` [PATCH v1] "

[PATCH 0/8] Organize and offload aux retries to drm. (v2)
 2015-11-23  9:02 UTC  (10+ messages)
` [PATCH 1/8] drm: Introduce EAGAIN handling for immediatelly aux retries
` [PATCH 2/8] drm/nouveau: Use EAGAIN instead EBUSY for aux retry
` [PATCH 3/8] drm/i915: "
` [PATCH 4/8] drm: Wait 1ms before retrying aux transactions on EBUSY
` [PATCH 5/8] drm/i915: Avoid EBUSY retry on intel_dp_aux_ch
` [PATCH 6/8] drm/i915: Remove remaining retries from intel_dp_aux_ch
` [PATCH 7/8] drm/i915: Fix random aux transactions failures

[V2 PATCH 1/2] dp/mst: add SDP stream support
 2015-11-23  8:55 UTC  (5+ messages)
` [V2 PATCH 2/2] drm/i915: start adding dp mst audio

[PATCH 0/4] DSI Dual link enabling on BXT
 2015-11-23  8:15 UTC  (3+ messages)

cmdparser overhead reduction
 2015-11-23  8:09 UTC  (20+ messages)
` [PATCH v2 1/6] drm/i915: Eliminate vmap overhead for cmd parser
    ` [PATCH v3] "
` [PATCH v2 2/6] drm/i915: Cache last cmd descriptor when parsing
` [PATCH v2 3/6] drm/i915: Use WC copies on !llc platforms for the command parser
` [PATCH v2 4/6] drm/i915: Reduce arithmetic operations during cmd parser lookup
` [PATCH v2 5/6] drm/i915: Reduce pointer indirection "
` [PATCH v2 6/6] drm/i915: Improve hash function for the command parser

[Announcement] Updates to XenGT - a Mediated Graphics Passthrough Solution from Intel
 2015-11-23  5:05 UTC  (30+ messages)
` [Announcement] 2014-Q3 release of "
  ` [Announcement] 2015-Q1 "
      ` [Announcement] 2015-Q2 "
        ` [Announcement] 2015-Q3 "
                ` [Intel-gfx] "
                            ` [Qemu-devel] "

how can i check xf86-video-intel version ?
 2015-11-22 19:04 UTC  (2+ messages)

[PATCH 1/3] drm/i915: Suppress spurious CPU FIFO underruns on ILK-IVB
 2015-11-21 10:52 UTC  (6+ messages)
` [PATCH 2/3] drm/i915: Disable CPU underruns around eDP port and vdd enable "
` [PATCH 3/3] drm/i915: Check for underruns after crtc disable

[PATCH] drm/i915: Don't register CRT connector when it's fused off
 2015-11-21 10:44 UTC  (2+ messages)

[PATCH] igt/igt_kms: Introduce get_first_connected_output (v2)
 2015-11-21  2:58 UTC  (3+ messages)
` [PATCH i-g-t v2] lib/igt_kms: Introduce get_first_connected_output macro
` [PATCH i-g-t] tests/kms_rotation_crc: Use "

[PATCH 0/3] More PSR improvements
 2015-11-20 19:14 UTC  (7+ messages)
` [PATCH 2/3] drm/i915: Remove PSR Perf Counter for SKL+

[PATCH] drm/i915/skl: CDCLK change during modeset based on VCO in use
 2015-11-20 19:07 UTC  (6+ messages)

[PATCH] drm/i915/guc: Fix a false alert of memory leak when free LRC
 2015-11-20 18:38 UTC  (4+ messages)
` [PATCH v1] drm/i915: "

[PATCH v2 1/2] drm/i915: Set the map-and-fenceable flag for preallocated objects
 2015-11-20 18:01 UTC  (9+ messages)
` [PATCH v2 2/2] drm/i915: Pin the ifbdev for the info->system_base GGTT mmapping
  ` [PATCH v3] "
      ` [PATCH v4] "
        ` [Intel-gfx] "

[PATCH 00/12] Yet another FBC series, v3 part 2
 2015-11-20 17:46 UTC  (5+ messages)
` [PATCH 02/12] drm/i915: set dev_priv->fbc.crtc before scheduling the enable work

[PATCH i-g-t] tests/gem_softpin: New tests for softpin feature
 2015-11-20 16:20 UTC  (2+ messages)

Updated drm-intel-testing
 2015-11-20 16:10 UTC 

[PATCH v2 1/2] drm/i915/pm: Unstatic power_domain_str
 2015-11-20 16:03 UTC  (3+ messages)
` [PATCH v2 2/2] drm/i915/pm: Print offending domain in refcount failure

[PATCH 1/2] drm/i915/pm: Unconstify power_domain_str
 2015-11-20 15:56 UTC  (6+ messages)

[PATCH] drm/i915: Validate execbuffer start/length arguments against the target bo
 2015-11-20 15:38 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH] drm/i915: Add Backlight Control using DPCD for eDP connectors (v3)
 2015-11-20 15:04 UTC  (2+ messages)

[PATCH 1/6] drm/i915: Splitting intel_dp_detect
 2015-11-20 14:18 UTC  (3+ messages)
` [PATCH] "

[PATCH] drm/i915: Make DP fast link training a module parameter
 2015-11-20 14:07 UTC  (4+ messages)

[PATCH 2/6] drm/i915: Cleaning up intel_dp_hpd_pulse
 2015-11-20 14:03 UTC  (3+ messages)
` [PATCH] "

[PATCH] drm/i915: Remove incorrect warning in context cleanup
 2015-11-20 13:23 UTC 

[PATCH 0/4] Wrap up ILK-style atomic watermarks, try two
 2015-11-20 13:14 UTC  (8+ messages)
` [PATCH 3/4] drm/i915: Sanitize watermarks after hardware state readout (v2)

[PATCH 0/7] drm/i915: read out slice/subslice masks
 2015-11-20 13:00 UTC  (15+ messages)
` [PATCH 1/7] drm/i915: sseu: move sseu_dev_status to i915_drv.h
` [PATCH 2/7] drm/i915: sseu: use sseu_dev_info in device info
` [PATCH 3/7] drm/i915: sseu: simplify debugfs status/info printing
` [PATCH 4/7] drm/i915: sseu: convert slice count field to mask
` [PATCH 5/7] drm/i915: sseu: convert subslice count fields to subslice mask
` [PATCH 7/7] drm/i915/bdw: sseu: fix sseu status parsing

[PATCH 01/12] drm/i915: Convert i915_semaphores_is_enabled over to drm_i915_private
 2015-11-20 12:43 UTC  (12+ messages)
` [PATCH 02/12] drm/i915: Use the new rq->i915 field where appropriate
` [PATCH 03/12] drm/i915: Unify intel_logical_ring_emit and intel_ring_emit
` [PATCH 04/12] drm/i915: Unify intel_ring_begin()
` [PATCH 05/12] drm/i915: Remove the identical implementations of request space reservation
` [PATCH 06/12] drm/i915: Rename request->ring to request->engine
` [PATCH 07/12] drm/i915: Rename request->ringbuf to request->ring
` [PATCH 08/12] drm/i915: Rename backpointer from intel_ringbuffer to intel_engine_cs
` [PATCH 09/12] drm/i915: Rename intel_context[engine].ringbuf
` [PATCH 10/12] drm/i915: Reduce the pointer dance of i915_is_ggtt()
` [PATCH 11/12] drm/i915: Remove request retirement before each batch
` [PATCH 12/12] drm/i915: Cache the reset_counter for the request

[PATCH i-g-t v4] lib/igt_core: Prefer CLOCK_MONOTONIC_RAW
 2015-11-20 11:57 UTC  (4+ messages)
` [PATCH i-g-t v5] "
    ` [PATCH i-g-t v6] "

[PATCH i-g-t] Add dmesg capture and dumping to tests and a test for it
 2015-11-20 11:46 UTC  (10+ messages)
    ` [PATCH i-g-t v2] lib/igt_core: Add kmsg capture and dumping

[PATCH] igt/gem_request_retire: Provoke context destruction with active VMAs
 2015-11-20 11:43 UTC  (5+ messages)
      ` [PATCH i-g-t v2] "

[PATCH igt] drmtest: Use standard gem_execbuf() calls in gem_quiescent_gpu()
 2015-11-20 11:25 UTC 

[PATCH] drm/i915: Don't override output type for DDI HDMI
 2015-11-20 11:18 UTC  (4+ messages)

[PATCH 1/2] drm/i915: take a power domain ref only when needed during HDMI detect
 2015-11-20 11:13 UTC  (13+ messages)
` [PATCH 2/2] drm/i915: take a power domain reference while checking the HDMI live status

[PATCH v2] drm/i915: Move the mb() following release-mmap into release-mmap
 2015-11-20 10:31 UTC 

[PATCH] drm/i915: Tidy aliasing_gtt_bind_vma()
 2015-11-20 10:27 UTC 

[PATCH] tests/kms_color:Color IGT
 2015-11-20 10:27 UTC 

[PATCH 0/3] Support for mapping an object page by page
 2015-11-20 10:06 UTC  (5+ messages)
` [PATCH 3/3] drm/i915: Use insert_page for pwrite_fast

Write GFX_FLSH_CNT after updating GGTT entries
 2015-11-20  9:53 UTC  (5+ messages)

[PATCH v9 0/6] Support for creating/using Stolen memory backed objects
 2015-11-20  9:30 UTC  (4+ messages)
` [PATCH 5/6] drm/i915: Support for pread/pwrite from/to non shmem "

[PATCH RESEND 00/20] dev->struct_mutex locking crusade
 2015-11-20  9:25 UTC  (5+ messages)
` [PATCH] drm/sysfs: Send out uevent when connector->force changes

[PATCH] drm/i915/guc: Keep irq enabled during GuC cmd submission
 2015-11-20  8:45 UTC  (2+ messages)

[PATCH i-g-t] tests/gem_buffered_svm_test: New tests for buffered SVM feature
 2015-11-19 22:24 UTC 

[PATCH V3 1/1] drm/i915/audio: apply SKL codec wake up patch to BXT
 2015-11-20  2:02 UTC 

[PATCH V2 1/1] drm/i915/audio: apply SKL codec wake up patch to BXT
 2015-11-20  1:16 UTC  (4+ messages)

[PATCH] drm/i915: Defer LRC unpin and release
 2015-11-20  0:52 UTC  (2+ messages)
` [PATCH v1] "

[PATCH v3 2/2] drm/i915: Fix oops caused by fbdev initialization failure
 2015-11-19 22:25 UTC  (5+ messages)
` [PATCH v3 1/2] drm/i915: Tear down fbdev if initialization fails

[PATCH] drm/i915: Try to fix MST for SKL
 2015-11-19 21:28 UTC  (3+ messages)

[Intel-gfx] [PATCH 7/9] drm: Disable vblank interrupt immediately when drm_vblank_offdelay==0
 2015-11-19 21:27 UTC  (9+ messages)
` [PATCH 10/9] drm: Add dev->vblank_disable_immediate flag
  ` [PATCH 11/9] drm/i915: Opt out of vblank disable timer on >gen2
    ` [Intel-gfx] "

[PATCH 06/12] drm/i915: alloc/free the FBC CFB during enable/disable
 2015-11-19 20:16 UTC  (2+ messages)

[PATCH v3 0/2] fbdev fixes
 2015-11-19 13:00 UTC  (2+ messages)
` [PATCH v3 1/2] drm/i915: Tear down fbdev if initialization fails


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