public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2014-03-25 22:16:15 to 2014-03-27 21:49:02 UTC [more...]

[PATCH 0/3] Fix up cmd parser OACONTROL handling + refactorings
 2014-03-27 21:49 UTC  (6+ messages)
` [PATCH 1/3] drm/i915: BUG_ON() when cmd/reg tables are not sorted
` [PATCH 2/3] drm/i915: Refactor cmd parser checks into a function
` [PATCH 3/3] drm/i915: Track OACONTROL register enable/disable during parsing

[PATCH] drm/i915: Add OACONTROL to the command parser register whitelist
 2014-03-27 21:34 UTC  (14+ messages)
  ` [PATCH v2] "

Zaphod Mode on Intel Ironlake (Arch Linux 64 bit)
 2014-03-27 20:44 UTC 

[PATCH] drm/i915/vlv: use W_SYNC_SHIFT for interlaced modes on VLV
 2014-03-27 18:56 UTC 

[PATCH] tests/gem_exec_parse: Test for OACONTROL tracking
 2014-03-27 18:44 UTC 

[PATCH 2/4] drm/i915: Enabling constant alpha drm property
 2014-03-27 17:31 UTC  (8+ messages)
` [PATCH v2 1/4] drm: Adding new flag to restrict bitmask drm properties as 32 bit type and 32 bit value pair
  ` [PATCH v2 4/4] Documentation: drm: describing plane alpha and color blending property
      ` [PATCH v3 1/1] "
            ` [PATCH v4 "

[PATCH 00/49] Execlists
 2014-03-27 18:00 UTC  (52+ messages)
` [PATCH 01/49] drm/i915/bdw: Macro to distinguish LRCs (Logical Ring Contexts)
` [PATCH 02/49] drm/i915: s/for_each_ring/for_each_active_ring
` [PATCH 03/49] drm/i915: for_each_ring
` [PATCH 04/49] drm/i915: Simplify a couple of functions thanks to for_each_ring
` [PATCH 05/49] drm/i915: Extract trivial parts of ring init (early init)
` [PATCH 06/49] drm/i915/bdw: New file for logical ring contexts and execlists
` [PATCH 07/49] drm/i915/bdw: Rework init code for gen8 contexts
` [PATCH 08/49] drm/i915: Make i915_gem_create_context outside accessible
` [PATCH 09/49] drm/i915: Extract ringbuffer obj alloc & destroy
` [PATCH 10/49] drm/i915: s/intel_ring_buffer/intel_engine
` [PATCH 11/49] drm/i915: Split the ringbuffers and the rings
` [PATCH 12/49] drm/i915: Rename functions that mention ringbuffers (meaning rings)
` [PATCH 13/49] drm/i915/bdw: Execlists ring tail writing
` [PATCH 14/49] drm/i915/bdw: LR context ring init
` [PATCH 15/49] drm/i915/bdw: GEN8 semaphoreless ring add request
` [PATCH 16/49] drm/i915/bdw: GEN8 new ring flush
` [PATCH 17/49] drm/i915/bdw: A bit more advanced context init/fini
` [PATCH 18/49] drm/i915/bdw: Allocate ringbuffer for LR contexts
` [PATCH 19/49] drm/i915/bdw: Populate LR contexts (somewhat)
` [PATCH 20/49] drm/i915/bdw: Status page for LR contexts
` [PATCH 21/49] drm/i915/bdw: Enable execlists in the hardware
` [PATCH 22/49] drm/i915/bdw: Plumbing for user LR context switching
` [PATCH 23/49] drm/i915: s/__intel_ring_advance/intel_ringbuffer_advance_and_submit
` [PATCH 24/49] drm/i915/bdw: Write a new set of context-aware ringbuffer management functions
` [PATCH 25/49] drm/i915: Final touches to LR contexts plumbing and refactoring
` [PATCH 26/49] drm/i915/bdw: Set the request context information correctly in the LRC case
` [PATCH 27/49] drm/i915/bdw: Prepare for user-created LR contexts
` [PATCH 28/49] drm/i915/bdw: Start creating & destroying user "
` [PATCH 29/49] drm/i915/bdw: Pin context pages at context create time
` [PATCH 30/49] drm/i915/bdw: Extract LR context object populating
` [PATCH 31/49] drm/i915/bdw: Introduce dependent contexts
` [PATCH 32/49] drm/i915/bdw: Create stand-alone and "
` [PATCH 33/49] drm/i915/bdw: Allow non-default, non-render user LR contexts
` [PATCH 34/49] drm/i915/bdw: Fix reset stats ioctl with "
` [PATCH 35/49] drm/i915: Allocate an integer ID for each new file descriptor
` [PATCH 36/49] drm/i915/bdw: Prepare for a 20-bits globally unique submission ID
` [PATCH 37/49] drm/i915/bdw: Implement context switching (somewhat)
` [PATCH 38/49] drm/i915/bdw: Add forcewake lock around ELSP writes
` [PATCH 39/49] drm/i915/bdw: Swap the PPGTT PDPs, LRC style
` [PATCH 40/49] drm/i915/bdw: Write the tail pointer, "
` [PATCH 41/49] drm/i915/bdw: LR context switch interrupts
` [PATCH 42/49] drm/i915/bdw: Get prepared for a two-stage execlist submit process
` [PATCH 43/49] drm/i915/bdw: Handle context switch events
` [PATCH 44/49] drm/i915/bdw: Display execlists info in debugfs
` [PATCH 45/49] drm/i915/bdw: Display context ringbuffer "
` [PATCH 46/49] drm/i915/bdw: Start queueing contexts to be submitted
` [PATCH 47/49] drm/i915/bdw: Always write seqno to default context
` [PATCH 48/49] drm/i915/bdw: Enable logical ring contexts
` [PATCH 49/49] drm/i915/bdw: Document execlists and "

[PATCH 0/2] drm/i915: vlv: preparation for enabling RPM
 2014-03-27 15:45 UTC  (3+ messages)
` [PATCH 1/2] drm/i915: vlv: cache current CD clock rate
` [PATCH 2/2] drm/i915: vlv: get power domain for eDP vdd

[RFC 0/3] Add new ioctl to resize gem object for deferred allocation
 2014-03-27 15:28 UTC  (4+ messages)
` [RFC 1/3] drm/i915: Prepare gem object to handle resize
` [RFC 2/3] drm/i915: Handle gem object resize using scratch page for lazy allocation
` [RFC 3/3] drm/i915: Create new ioctl to request gem object resize

[RFC] tests/gem_bo_resize: New test to test gem object resize
 2014-03-27 15:30 UTC 

[PATCH 1/3] Revert "drm/i915: Disable/Enable PM Intrrupts based on the current freq."
 2014-03-27 15:26 UTC  (8+ messages)
` [PATCH 2/3] drm/i915: Refactor gen6_set_rps
` [PATCH 3/3] drm/i915: Mask PM interrupt generation when at up/down limits
  ` [PATCH] drm/i915: Mask PM interrupt generation when at up/down limits for VLV

[PATCH] drm/i915: Add PM interrupt details and RPS thresholds to debugfs
 2014-03-27 14:56 UTC  (3+ messages)

[PATCH 00/20] ILK+ interrupt improvements, v2
 2014-03-27 14:48 UTC  (23+ messages)
` [PATCH 03/20] drm/i915: use GEN8_IRQ_INIT on GEN5
` [PATCH 08/20] drm/i915: check if IIR is still zero at postinstall on Gen5+
` [PATCH 14/20] drm/i915: enable SDEIER later
` [PATCH 18/20] drm/i915: add gen8_irq_reset

[PATCH] drm/i915: Boost GPU frequency if we detect outstanding pageflips
 2014-03-27 13:59 UTC  (2+ messages)

[PATCH] drm/i915: Allow user modes to exceed DVI 165MHz limit
 2014-03-27 13:57 UTC  (4+ messages)
` [Intel-gfx] "

[PATCH] drm/i915: Undo gtt scratch pte unmapping again
 2014-03-27 13:18 UTC  (5+ messages)

[RFC] drm/i915: Simplify page allocation loop a bit
 2014-03-27 10:40 UTC  (6+ messages)

[PATCH 0/6] v6: Enabling DRRS in the kernel
 2014-03-27 10:39 UTC  (17+ messages)
` [PATCH 1/6] drm/i915: Adding VBT fields to support eDP DRRS feature
` [PATCH 2/6] drm/i915: Parse EDID probed modes for DRRS support
` [PATCH 3/6] drm/i915: Add support for DRRS to switch RR
` [PATCH 4/6] drm/i915: Idleness detection for DRRS
` [PATCH 5/6] drm/i915/bdw: Add support for DRRS to switch RR

[PATCH] tests/pm_rps: Add a new testcase to provoke the "stuck at max" bug
 2014-03-27  7:48 UTC  (5+ messages)

[PATCH] drm/i915: Broadwell expands ACTHD to 64bit
 2014-03-27  7:45 UTC  (5+ messages)

[PATCH v4 0/3] WA for Turbo and RC6 to work together
 2014-03-27  6:35 UTC  (2+ messages)
` [PATCH v5] drm/i915/vlv: "

[PATCH v4] drm/i915: use hrtimer in wait for vblank
 2014-03-27  4:48 UTC  (5+ messages)

[PATCH] drm/i915/bdw: Implement Wa4x4STCOptimizationDisable:bdw
 2014-03-26 22:45 UTC  (6+ messages)

[PATCH] drm/i915: restrict vt-d stolen memory workaround to pre-gen8
 2014-03-26 22:42 UTC 

[PATCH] rendercopy/gen8: Remove a hole in struct gen8_blend_state
 2014-03-26 19:07 UTC  (3+ messages)

[PATCH 0/3] A few cursor fixups after the multi-size patches
 2014-03-26 16:35 UTC  (10+ messages)
` [PATCH 3/3] drm/i915: Use the actual cursor width for WM computation
  ` [PATCH 1/2] drm/i915: Compute WM for current cursor size
    ` [PATCH 2/2] drm/i915: Recompute WM when the cursor size changes

[PATCH 01/12] lib/igt_aux: Lost doc polish hunk
 2014-03-26 16:15 UTC  (12+ messages)
` [PATCH 02/12] lib: remove kmstest_create_fb
` [PATCH 03/12] lib/igt_kms: s/kmstest_create_fb2/kmstest_create_fb/
` [PATCH 04/12] lib/igt_kms: make kmstest_get_cairo_surface static
` [PATCH 05/12] gitignore: Add logfiles from make check
` [PATCH 06/12] lib: extract igt_fb library
` [PATCH 07/12] lib/igt_fb: switch to igt_ prefix from kmstest_
` [PATCH 08/12] lib: fold igt_display into igt_kms
` [PATCH 09/12] lib/igt_kms/bf: doc skeleton
` [PATCH 10/12] lib/igt_fb: drop kmstest_ prefix from static functions
` [PATCH 11/12] lib/igt_fb: setup font in igt_get_cairo_ctx
` [PATCH 12/12] lib/igt_fb: api documentation

[PATCH] drm/i915: Prevent context obj from being corrupted
 2014-03-26 15:07 UTC  (5+ messages)

[PATCH] lib/igt_core: fix igt_skip_on_simulation regression
 2014-03-26 14:11 UTC 

[PATCH v5] drm/i915/vlv: Added a rendering specific Hw WA 'WaTlbInvalidateStoreDataBefore'
 2014-03-26 14:13 UTC  (6+ messages)
` [PATCH v6] "

[PATCH 1/4] drm/i915: Move all ring resets before setting the HWS page
 2014-03-26 13:20 UTC  (4+ messages)
` [PATCH 2/4] drm/i915: Preserve ring buffers objects across resume
` [PATCH 3/4] drm/i915: Allow the module to load even if we fail to setup rings
` [PATCH 4/4] drm/i915: Mark device as wedged if we fail to resume

[PATCH] drm/i915: Preserve ring buffers objects across resume
 2014-03-26 11:48 UTC 

[PATCH v2] drm/i915: Replaced Blitter ring based flips with MMIO flips for VLV
 2014-03-26  7:49 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] drm/i915: Enable FBC on GEN7 by default
 2014-03-26  7:28 UTC  (4+ messages)

Command parser breaks the 3D driver
 2014-03-26  6:13 UTC  (2+ messages)

[PATCH] tests/kms_panel_fitter: Test to verify the 2 new drm crtc properties
 2014-03-26  4:32 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v3] drm/i915: New drm crtc property for varying the size of borders
 2014-03-26  3:55 UTC  (2+ messages)
` [PATCH v4 3/3] "

[PATCH v3 2/3] drm/i915: New drm crtc property for varying the Pipe Src size
 2014-03-26  3:49 UTC 

[PATCH] drm/i915: Add property to set HDMI aspect ratio
 2014-03-26  3:35 UTC 

[PATCH] drm/i915: Upgrade execbuffer fail after resume failure to EIO
 2014-03-25 22:49 UTC  (8+ messages)

[PATCH] quick_dump: Fix the danvet fallout
 2014-03-25 22:16 UTC  (3+ messages)


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