public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2014-03-25 01:46:39 to 2014-03-27 08:32:36 UTC [more...]

[PATCH 0/6] v6: Enabling DRRS in the kernel
 2014-03-27  8:32 UTC  (13+ 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 1/3] Revert "drm/i915: Disable/Enable PM Intrrupts based on the current freq."
 2014-03-27  8:24 UTC  (3+ 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: Add OACONTROL to the command parser register whitelist
 2014-03-27  7:57 UTC  (11+ messages)
  ` [PATCH v2] "

[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  (8+ messages)

[PATCH] drm/i915: Undo gtt scratch pte unmapping again
 2014-03-27  7:13 UTC  (4+ 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  (6+ 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 00/20] ILK+ interrupt improvements, v2
 2014-03-26 21:37 UTC  (11+ messages)
` [PATCH 03/20] drm/i915: use GEN8_IRQ_INIT on GEN5

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

[RFC] drm/i915: Simplify page allocation loop a bit
 2014-03-26 17:33 UTC  (4+ messages)

[PATCH 0/3] A few cursor fixups after the multi-size patches
 2014-03-26 16:35 UTC  (25+ messages)
` [PATCH 1/3] drm/i915: Don't set mode_config's cursor size
` [PATCH 2/3] drm/i915: Remove max_cursor_{width, height} from the crtc
` [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 0/6] Rendering Specific HW Workarounds for VLV
 2014-03-26 14:13 UTC  (15+ messages)
` [PATCH 1/6] drm/i915/vlv: Added a rendering specific Hw WA 'WaTlbInvalidateStoreDataBefore'
          ` [PATCH v5] "
              ` [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 2/4] drm/i915: Enabling constant alpha drm property
 2014-03-26 12:30 UTC  (6+ 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 2/4] drm: Added plane alpha and color blending property
  ` [PATCH v2 3/4] drm/i915: Enabling constant alpha drm property
  ` [PATCH v2 4/4] Documentation: drm: describing plane alpha and color blending property

[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  (9+ messages)
      ` [PATCH] [v2] "

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  (10+ messages)

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

[PATCH 00/13] Gen7 batch buffer command parser
 2014-03-25 19:53 UTC  (6+ messages)

[RFC 00/22] Gen7 batch buffer command parser
 2014-03-25 19:49 UTC  (10+ messages)
` [PATCH 1/6] tests: Add a test for the "
  ` [PATCH 5/6] tests/gem_exec_parse: Test for batches w/o MI_BATCH_BUFFER_END
  ` [PATCH 6/6] tests/gem_exec_parse: Test a command crossing a page boundary

[PATCH 0/5] Convert last few uses of __FUNCTION__ to __func__
 2014-03-25 19:46 UTC  (3+ messages)
` [PATCH 4/5] i915: Convert last "

[PATCH 1/2] lib: add igt_get_stop_rings and igt_set_stop_rings
 2014-03-25 18:12 UTC  (3+ messages)
` [PATCH 2/2] tests: use lib igt_[get|set]_stop_rings()

[PATCH] drm/i915: Allow full PPGTT with param override
 2014-03-25 16:49 UTC  (4+ messages)

[PATCH] README: document quirks for regenerating gtk-doc
 2014-03-25 16:47 UTC 

[PATCH 4/6] drm/i915/vlv: Remove the enabling of VS_TIMER_DISPATCH bit in MI MODE reg
 2014-03-25 15:41 UTC  (6+ messages)
` [PATCH v2 "
    ` [PATCH v3 4/6] drm/i915: "

[PULL] PPGTT
 2014-03-25 15:33 UTC  (9+ messages)
` [PATCH 01/48] drm/i915: Fix bad refcounting on execbuf failures
  ` [PATCH 22/48] drm/i915: Use drm_mm for PPGTT PDEs

[PATCH 1/2] drm/i915: fix up semaphore_waits_for
 2014-03-25 15:24 UTC  (7+ messages)

[PATCH v2 1/1] drm/i915: Enabling 128x128 and 256x256 ARGB Cursor Support
 2014-03-25 14:50 UTC  (3+ messages)
` [PATCH 1/1] drm/i915: Fixing cursor size parameters for wm calculation

[PATCH 1/1] kms_blend: tests blending of sprite planes using drm_property "blend"
 2014-03-25 14:38 UTC 

[PATCH] tests/gem_exec_parse: fixups for the recent massive refactoring
 2014-03-25 13:26 UTC 

[PATCH 1/4] drm/i915: Translate ENOSPC from shmem_get_page() to ENOMEM
 2014-03-25 13:23 UTC  (4+ messages)
` [PATCH 2/4] drm/i915: Include bound and active pages in the count of shrinkable objects
` [PATCH 3/4] drm/i915: Refactor common lock handling between shrinker count/scan
` [PATCH 4/4] drm/i915: Invalidate our pages under memory pressure

[PATCH 1/2] drm/i915: Validate VBT header before trusting it
 2014-03-25 12:57 UTC  (2+ messages)
` [PATCH 2/2] drm/i915: Validate BDB section before reading

[RFC 1/1] drm/i915: Added support for setting plane alpha through drm property
 2014-03-25 12:26 UTC  (8+ messages)
` [PATCH 0/4] Adding support for plane alpha/color blending "

[PATCH v2] drm/i915: use hrtimer in wait for vblank
 2014-03-25  9:52 UTC  (2+ messages)

[PATCH] drm/i915: Add property to set HDMI aspect ratio
 2014-03-25  9:48 UTC  (2+ messages)

[PATCH 00/12] Broadwell 3.14 backports
 2014-03-25  9:43 UTC  (6+ messages)

[PATCH v3] drm/i915: use hrtimer in wait for vblank
 2014-03-25  9:01 UTC  (3+ messages)

[PATCH] drm/i915: Use the DVI clock limit in DVI mode
 2014-03-25  8:03 UTC  (2+ messages)

[PATCH 0/6] Rendering Specific HW Workarounds for VLV
 2014-03-25  6:52 UTC  (4+ messages)
` [PATCH v2 6/6] drm/i915/vlv: Modifying WA 'WaDisableL3Bank2xClockGate for vlv


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