public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2014-07-22 04:36:14 to 2014-07-25 04:36:31 UTC [more...]

[PATCH 00/11]: Color manager framework for I915 driver
 2014-07-25  4:36 UTC  (17+ messages)
` [PATCH 01/11] drm/i915: Color manager framework for valleyview
` [PATCH 02/11] drm/i915: Register pipe level color properties
` [PATCH 03/11] drm/i915: Register plane "
` [PATCH 04/11] drm/i915: Add color manager CSC correction
` [PATCH 05/11] drm/i915: Add color manager gamma correction
` [PATCH 06/11] drm/i915: Add contrast and brightness correction
` [PATCH 07/11] drm/i915: Add hue and saturation correction
` [PATCH 08/11] drm/i915: Add CRTC set property functions
` [PATCH 09/11] drm/i915: Add set plane "
` [PATCH 10/11] drm/i915: Plug-in color manager init
` [PATCH 11/11] drm/i915: Plug-in color manager exit

[RFC 1/1] drm/i915: Power gating display wells during i915_pm_suspend
 2014-07-25  3:28 UTC  (4+ messages)
` [RFC v2 "

[PATCH] NEWS: Updates
 2014-07-25  0:49 UTC  (2+ messages)

[PATCH 00/12] Rework intel 2D driver glamor support
 2014-07-24 23:18 UTC  (13+ messages)
` [PATCH 01/12] Stop trying to out-guess mesa for BO allocation
` [PATCH 03/12] Don't use GetScratchPixmapHeader for shadow pixmaps
` [PATCH 04/12] Move intel_alloc_framebuffer to intel_memory.c
` [PATCH 05/12] Rename uxa-specific functions and structs
` [PATCH 06/12] Remove glamor support from UXA acceleration
` [PATCH 09/12] Do more checks for proposed flip pixmaps
  ` [PATCH 02/12] Fix present debug output
  ` [PATCH 07/12] Add intel_flush to abstract flushing pending acceleration operations
  ` [PATCH 08/12] Get rid of glamor stubs in intel_glamor.h
  ` [PATCH 10/12] Add glamor back into the driver
  ` [PATCH 11/12] Add "none" acceleration option
  ` [PATCH 12/12] Delay initial modeset until root window contents are prepared

[PATCH v2] drm/i915/bdw: BDW Software Turbo
 2014-07-24 20:28 UTC  (11+ messages)

[PATCH v2] intel-gpu-tools: fix version.h creation in android
 2014-07-24 16:38 UTC 

[PATCH 00/43] Execlists v5
 2014-07-24 16:04 UTC  (44+ messages)
` [PATCH 01/43] drm/i915: Reorder the actual workload submission so that args checking is done earlier
` [PATCH 02/43] drm/i915/bdw: New source and header file for LRs, LRCs and Execlists
` [PATCH 03/43] drm/i915/bdw: Macro for LRCs and module option for Execlists
` [PATCH 04/43] drm/i915/bdw: Initialization for Logical Ring Contexts
` [PATCH 05/43] drm/i915/bdw: Introduce one context backing object per engine
` [PATCH 06/43] drm/i915/bdw: A bit more advanced LR context alloc/free
` [PATCH 07/43] drm/i915/bdw: Allocate ringbuffers for Logical Ring Contexts
` [PATCH 08/43] drm/i915/bdw: Add a context and an engine pointers to the ringbuffer
` [PATCH 09/43] drm/i915/bdw: Populate LR contexts (somewhat)
` [PATCH 10/43] drm/i915/bdw: Deferred creation of user-created LRCs
` [PATCH 11/43] drm/i915/bdw: Render moot context reset and switch with Execlists
` [PATCH 12/43] drm/i915/bdw: Don't write PDP in the legacy way when using LRCs
` [PATCH 13/43] drm/i915: Abstract the legacy workload submission mechanism away
` [PATCH 14/43] drm/i915/bdw: Skeleton for the new logical rings submission path
` [PATCH 15/43] drm/i915/bdw: Generic logical ring init and cleanup
` [PATCH 16/43] drm/i915/bdw: GEN-specific logical ring init
` [PATCH 17/43] drm/i915/bdw: GEN-specific logical ring set/get seqno
` [PATCH 18/43] drm/i915/bdw: New logical ring submission mechanism
` [PATCH 19/43] drm/i915/bdw: GEN-specific logical ring emit request
` [PATCH 20/43] drm/i915/bdw: GEN-specific logical ring emit flush
` [PATCH 21/43] drm/i915/bdw: Emission of requests with logical rings
` [PATCH 22/43] drm/i915/bdw: Ring idle and stop "
` [PATCH 23/43] drm/i915/bdw: Interrupts "
` [PATCH 24/43] drm/i915/bdw: GEN-specific logical ring emit batchbuffer start
` [PATCH 25/43] drm/i915/bdw: Workload submission mechanism for Execlists
` [PATCH 26/43] drm/i915/bdw: Always use MMIO flips with Execlists
` [PATCH 27/43] drm/i915/bdw: Render state init for Execlists
` [PATCH 28/43] drm/i915/bdw: Implement context switching (somewhat)
` [PATCH 29/43] drm/i915/bdw: Write the tail pointer, LRC style
` [PATCH 30/43] drm/i915/bdw: Two-stage execlist submit process
` [PATCH 31/43] drm/i915/bdw: Handle context switch events
` [PATCH 32/43] drm/i915/bdw: Avoid non-lite-restore preemptions
` [PATCH 33/43] drm/i915/bdw: Help out the ctx switch interrupt handler
` [PATCH 34/43] drm/i915/bdw: Make sure gpu reset still works with Execlists
` [PATCH 35/43] drm/i915/bdw: Make sure error capture keeps working "
` [PATCH 36/43] drm/i915/bdw: Disable semaphores for Execlists
` [PATCH 37/43] drm/i915/bdw: Display execlists info in debugfs
` [PATCH 38/43] drm/i915/bdw: Display context backing obj & ringbuffer "
` [PATCH 39/43] drm/i915/bdw: Print context state "
` [PATCH 40/43] drm/i915/bdw: Document Logical Rings, LR contexts and Execlists
` [PATCH 41/43] drm/i915/bdw: Enable Logical Ring Contexts (hence, Execlists)
` [PATCH 42/43] drm/i915/bdw: Pin the context backing objects to GGTT on-demand
` [PATCH 43/43] drm/i915/bdw: Pin the ringbuffer backing object "

[RFC 00/44] GPU scheduler for i915 driver
 2014-07-24 15:42 UTC  (18+ messages)
` [RFC 13/44] drm/i915: Added scheduler hook when closing DRM file handles
` [RFC 15/44] drm/i915: Added deferred work handler for scheduler
` [RFC 16/44] drm/i915: Alloc early seqno
` [RFC 17/44] drm/i915: Prelude to splitting i915_gem_do_execbuffer in two

[PATCH] intel-gpu-tools: fix version.h creation in android
 2014-07-24 15:35 UTC  (3+ messages)

[PATCH] drm/i915: Fix crash when failing to parse MIPI VBT
 2014-07-24 14:16 UTC 

[PATCH] igt_core: Inject subtest message into dmesg
 2014-07-24 14:02 UTC  (5+ messages)

[PATCH] intel-gpu-tools: add sys/wait.h to pm_rps.c
 2014-07-24 13:54 UTC 

[PATCH] drm: Unlink dead file_priv from list of active files first
 2014-07-24 13:29 UTC  (2+ messages)

[PATCH] drm/i915/userptr: Keep spin_lock/unlock in the same block
 2014-07-24 13:12 UTC  (2+ messages)

WAs in init_clock_gating?
 2014-07-24 12:41 UTC  (7+ messages)

[PATCH 1/1] Revert "drm/i915: drop i915_ prefix from enable_rc6, enable_fbc, enable_ppgtt parameters"
 2014-07-24 11:00 UTC  (7+ messages)

[PATCH i-g-t 0/8] command line parsing
 2014-07-24 10:37 UTC  (19+ messages)
` [PATCH i-g-t 1/8] lib: warn when attempting to run an unknown subtest
` [PATCH i-g-t 2/8] tests: remove unused getopt header includes
` [PATCH i-g-t 3/8] lib: move option parsing into common_init
` [PATCH i-g-t 4/8] lib: add igt_simple_init_parse_opts
` [PATCH i-g-t 5/8] lib: don't ignore unknown options in multi-tests
` [PATCH i-g-t 6/8] tests: convert simple tests to use igt_simple_init_parse_opts
` [PATCH i-g-t 7/8] lib: always warn about unknown options
` [PATCH i-g-t 8/8] lib: add a command line option to enable debug output in tests

[PATCH] drm: Fix race when checking for fb in the generic kms obj lookup
 2014-07-24 10:12 UTC  (3+ messages)

[PATCH] igt/gem_userptr_blits: Fix multi-threaded mm stress tester
 2014-07-24  8:32 UTC  (4+ messages)

[PULL] drm-intel-fixes
 2014-07-24  8:00 UTC 

[PATCH] drm/i915: fix cursor handling when runtime suspended
 2014-07-24  7:35 UTC  (6+ messages)
` [PATCH] tests/pm_rpm: add cursor subtests
` [Intel-gfx] [PATCH] drm/i915: fix cursor handling when runtime suspended

[PATCH] drm: Fix race when checking for fb in the generic kms obj lookup
 2014-07-24  7:29 UTC 

ResettRe: [Xen-devel] [v5][PATCH 0/5] xen: add Intel IGD passthrough support
 2014-07-24  1:44 UTC  (10+ messages)

[BUG?] 3.16-rc6 ... at drivers/gpu/drm/i915/intel_pm.c:5997 intel_display_power_put+0x12d/0x160()
 2014-07-23 23:33 UTC 

Intel Linux Graphic Installer doesn't work on ubuntu 14.04
 2014-07-23 21:45 UTC  (2+ messages)

[PATCH] tests/pm_rpm: Convert to new optparsing
 2014-07-23 19:39 UTC  (2+ messages)

[PATCH 1/2] drm/i915: Allow overlapping userptr objects
 2014-07-23 17:15 UTC  (7+ messages)
` [PATCH 2/2] drm/i915: Prevent recursive deadlock on releasing a busy userptr

[ANNOUNCE] xf86-video-intel 2.99.914
 2014-07-23 15:50 UTC 

[PATCH] igt/gem_userptr_blits: Overlapping objects are now allowed
 2014-07-23 15:18 UTC  (2+ messages)

[PATCH] drm/i915: Ditch UMS config option
 2014-07-23 14:29 UTC 

[PATCH] igt/gem_userptr_benchmark: Testing of overlapping synchronized objects
 2014-07-23 14:04 UTC  (2+ messages)

[ANNOUNCE] xf86-video-intel 2.99.913
 2014-07-23 13:54 UTC 

[REGRESSION BISECTED] backlight control stops workin with 3.14 and later
 2014-07-23 13:15 UTC  (5+ messages)

[PATCH] igt/gem_userptr_benchmark: Fix for upstream ioctl number
 2014-07-23 12:52 UTC  (2+ messages)

[PATCH 1/2] tests: Move root check to lib/drm_lib.sh
 2014-07-23 12:37 UTC  (2+ messages)
` [PATCH 2/2] lib/drm_lib.sh: Bare-bones long option parsing

[PATCH] igt/gem_userptr_blits: Fix forked access test
 2014-07-23 12:19 UTC  (2+ messages)

linux-next: manual merge of the drm-intel tree with the drm tree
 2014-07-23  5:09 UTC  (2+ messages)

[PATCH 1/2] drm/i915: extract backlight minimum brightness from VBT
 2014-07-23  5:08 UTC  (8+ messages)
` [PATCH 2/2] drm/i915: respect the VBT minimum backlight brightness

i915 / 3.15 intermittently boots into blank screeen
 2014-07-23  4:59 UTC  (6+ messages)

drm/i915 mst support
 2014-07-23  4:32 UTC  (4+ messages)
` [PATCH 09/11] i915: add DP 1.2 MST support (v0.6)

linux-next: manual merge of the drm-intel tree with the drm tree
 2014-07-23  3:18 UTC 

linux-next: manual merge of the drm tree with the drm-intel-fixes tree
 2014-07-23  2:38 UTC 

[PATCH v2] Displayport compliance testing
 2014-07-22 21:11 UTC  (11+ messages)
` [PATCH 10/12] drm/i915: Update link training automated test function for Displayport compliance

No information on valleyview
 2014-07-22 18:36 UTC 

[PATCH] igt/build: Do not fail git build when there is no git
 2014-07-22 13:53 UTC  (3+ messages)
  ` [PATCH] build: improve version.h generation

PROBLEM: Native backlight regressed from logarithmic to linear scale
 2014-07-22 12:24 UTC  (2+ messages)

[PATCH 7/8] drm/i915: Replace HAS_PCH_SPLIT which incorrectly lets some platforms in
 2014-07-22  7:13 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] drm/i915/chv: Use timeout mode for RC6 on chv
 2014-07-23  6:30 UTC  (4+ messages)

[PATCH] drm/i915: fix freeze with blank screen booting highmem
 2014-07-22  6:11 UTC  (2+ messages)

[PATCH 4/8] drm/i915: Setting legacy palette correctly for different platforms
 2014-07-22  5:48 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 5/8] drm/i915: Returning from increase/decrease of pllclock when invalid
 2014-07-22  5:46 UTC  (2+ messages)
` [PATCH v2] "


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