public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2014-09-04 11:28:55 to 2014-09-06 17:33:05 UTC [more...]

[PATCH 00/16] drm/i915: 830M/ns201 fixes again
 2014-09-06 17:33 UTC  (4+ messages)
` [PATCH] drm/i915: Limit the watermark to at least 8 entries on gen2/3

Switcheroo support in i915
 2014-09-06 13:01 UTC 

[PATCH 1/3] drm/i915: Remove DRI1 ring accessors and API
 2014-09-06  9:28 UTC  (3+ messages)
` [PATCH 2/3] drm/i915: s/seqno/request/ tracking inside objects
` [PATCH 3/3] drm/i915/rq: Ironlake is coherent for MI_STORE_DWORD

[PATCH 1/5] drm/i915: Print captured bo for all VM in error state
 2014-09-06  9:12 UTC  (6+ messages)
` [PATCH 5/5] drm/i915: s/seqno/request/ tracking inside objects

[PATCH 1/2] drm/i915: Only flush fbc on sw when fbc is enabled
 2014-09-05 22:14 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: Minimize the huge amount of unecessary fbc sw cache clean

[PATCH] drm/i915: FBC flush nuke for BDW
 2014-09-05 21:12 UTC  (5+ messages)

[PATCH -v4 0/4] split plane's updates functions into check() and commit()
 2014-09-05 20:22 UTC  (6+ messages)
` [PATCH -v4 1/4] drm/i915: create struct intel_plane_state
` [PATCH -v4 2/4] drm/i915: split intel_update_plane into check() and commit()
` [PATCH -v4 3/4] drm/i915: split intel_cursor_plane_update() "
  ` [PATCH -v5 "
` [PATCH -v4 4/4] drm/i915: split intel_primary_plane_setplane() "

[PATCH 13/16] drm/i915: Fix DVO 2x clock enable on 830M
 2014-09-05 18:52 UTC  (2+ messages)
` [PATCH v2 "

[PATCH] PCI: Add another ID for Intel GPU "spurious interrupt" quirk
 2014-09-05 17:34 UTC  (2+ messages)

[PATCH] drm/i915: fix use-after-free in i915_drop_caches_set
 2014-09-05 16:53 UTC 

[PATCH] drm/i915: Fix irq enable tracking in driver load
 2014-09-05 16:06 UTC  (7+ messages)

[PATCH 1/5] tests/kms_psr_sink_crc: moving usleep around
 2014-09-05 15:51 UTC  (9+ messages)
  ` [PATCH 2/5] lib/igt_core: add igt_debug_wait
  ` [PATCH 3/5] igt/kms_psr_sink_crc: Add debug for CRC
  ` [PATCH 4/5] lib/igt_core: Introduce a dry run debug option
  ` [PATCH 5/5] tests/kms_psr_sink_crc: Dry run with PSR disabled

[PATCH] drm/i915/dp: add missing \n in the TPS3 debug message
 2014-09-05 13:19 UTC 

Updated drm-intel-testing
 2014-09-05 13:16 UTC 

[PATCH] drm/i915: Enable full PPGTT on gen7
 2014-09-05 13:13 UTC 

[PATCH] drm/i915/bdw: cancel the SW turbo tasks before runtime suspending
 2014-09-05 13:00 UTC  (3+ messages)

[PATCH 00/89] Basic Skylake enabling
 2014-09-05 12:56 UTC  (61+ messages)
` [PATCH 05/89] drm/i915/skl: i915_swizzle_info gen9 fix
` [PATCH 32/89] drm/i915/skl: Adjust the display engine interrupts
` [PATCH 38/89] drm/i915/skl: Implement drm_plane vfuncs
` [PATCH 43/89] drm/i915/skl: Read the Memory Latency Values for WM computation
  ` [PATCH 43/89 v6] "
` [PATCH 57/89] drm/i915: Rewrite ABS_DIFF() in a safer manner
` [PATCH 60/89] drm/i915/skl: CD clock back calculation for SKL
` [PATCH 61/89] drm/i915/skl: Determine enabled PLL and its linkrate/pixel clock
` [PATCH 62/89] drm/i915/skl: Query DPLL attached to port on SKL
` [PATCH 63/89] drm/i915/skl: Define shared DPLLs for Skylake
` [PATCH 64/89] drm/i915/skl: Adjust the port PLL selection code
` [PATCH 65/89] drm/i915/skl: Always use DPLL0 for eDP
` [PATCH 66/89] drm/i915/skl: Implementation of SKL DPLL programming
` [PATCH 67/89] drm/i915/skl: Provide skl-specific pll hw state cross-checking
` [PATCH 68/89] drm/i915/skl: Apply eDP WA only for gen < 9
` [PATCH 69/89] drm/i915/skl: Adding power domains for AUX controllers
` [PATCH 70/89] drm/i915/skl: Register definition for SKL power well
` [PATCH 71/89] drm/i915/skl: Implementation of SKL display power well support
` [PATCH 72/89] drm/i915/skl: Enable/disable power well for aux transaction
` [PATCH 73/89] drm/i915/skl: Enabling MISC IO power well
` [PATCH 74/89] drm/i915/skl: Implement queue_flip
` [PATCH 75/89] drm/i915/skl: fetch, enable/disable pfit as needed
` [PATCH 76/89] drm/i915/skl: Store the new WM state at the very end of the update
` [PATCH 77/89] drm/i915: Introduce a for_each_plane() macro
` [PATCH 78/89] drm/i915/skl: Flush the WM configuration
` [PATCH 79/89] drm/i915/skl: Read back the DDB allocation hw state
` [PATCH 80/89] drm/i915/skl: Augment the latency debugfs files for SKL
` [PATCH 81/89] drm/i915/skl: Expose skl_ddb_get_hw_state()
` [PATCH 82/89] drm/i915/skl: Add a debugfs file to dump the DDB allocation
` [PATCH 83/89] drm/i915/skl: Check the DDB state at modeset
` [PATCH 84/89] drm/i915/skl: add turbo support
` [PATCH 85/89] drm/i915/skl: Retrieve the frequency limits
` [PATCH 86/89] drm/i915: only reset media, blt, and render engines on GPU hangs
` [PATCH 87/89] drm/i915/skl: AUX irqs have moved
` [PATCH 88/89] drm/i915/skl: Add Gen9 LRC size
` [PATCH 89/89] drm/i915/skl: Disable contexts if execlists aren't enabled
` [PATCH 00/89] Basic Skylake enabling (reviewers)

[PATCH 0/2] Couple of patches on top of the SKL latency retrieval
 2014-09-05 12:53 UTC  (3+ messages)
` [PATCH 1/2] drm/i915: Use anonymous union/struct to save space taken by latency values
` [PATCH 2/2] drm/i915: Clear PCODE_DATA1 on SNB+

[PATCH i-g-t 1/3] lib: add kmstest_edid_add_3d
 2014-09-05 12:15 UTC  (10+ messages)
  ` [PATCH i-g-t v2 0/6] 3D stereo mode testing
    ` [PATCH i-g-t v2 1/6] lib: add kmstest_edid_add_3d
    ` [PATCH i-g-t v2 2/6] lib: move create_stereo_fb from testdisplay to igt_fb
    ` [PATCH i-g-t v2 3/6] tests: add kms_3d test
    ` [PATCH i-g-t v2 4/6] lib/igt_fb: ensure igt_create_fb parameters are consistent
    ` [PATCH i-g-t v2 5/6] lib: don't force HDMI or DP connectors on gen 7 and 8
    ` [PATCH i-g-t v2 6/6] tests/kms_3d: skip if connectors cannot be forced

[PATCH i-g-t] lib: keep a list of modified connectors to reset
 2014-09-05 11:06 UTC  (2+ messages)

[PATCH 1/4] drm/i915: Increase PSR Idle Frame to 2
 2014-09-05  9:14 UTC  (15+ messages)
` [PATCH 2/4] drm/i915: Remove PSR HW tracking

[PATCH 01/10] drm/i915: Check for a stalled page flip after each vblank
 2014-09-05  8:51 UTC  (6+ messages)
` [PATCH 02/10] drm/i915: Decouple the stuck pageflip on modeset

[PATCH] drm/i915/hdmi, pd: Do not dereference the encoder in the connector destroy
 2014-09-05  8:41 UTC  (2+ messages)

[PATCH 01/12] tests/pm_psr: Update pm_psr for new psr debug interface
 2014-09-05  8:32 UTC  (6+ messages)
` [PATCH 09/12] tests/kms_psr_sink_crc: Fix all testcases

[PATCH] lib/igt_aux: Improve wait_for_keypress helper a bit
 2014-09-05  8:24 UTC  (2+ messages)

[PATCH 00/14] drm/i915: edp vdd locking and prep for power sequencer kick
 2014-09-05  8:23 UTC  (11+ messages)
` [PATCH 02/14] drm/i915: Reorganize vlv eDP reboot notifier
` [PATCH 11/14] drm/i915: Be more careful when picking the initial power sequencer pipe

[PATCH] drm/edid: Reduce horizontal timings for pixel replicated modes
 2014-09-05  8:08 UTC  (8+ messages)

Kick stuck flips before modeset
 2014-09-05  7:31 UTC  (4+ messages)
` [PATCH 1/2] drm/i915: Check for a stalled page flip after each vblank
` [PATCH 2/2] drm/i915: Decouple the stuck pageflip on modeset

[PATCH 1/5] tests/kms_psr_sink_crc: moving usleep around
 2014-09-04 22:53 UTC  (6+ messages)
` [PATCH 2/5] lib/igt_core: add igt_debug_wait
` [PATCH 3/5] igt/kms_psr_sink_crc: Add debug for CRC
` [PATCH 4/5] lib/igt_core: Introduce a dry run debug option
` [PATCH 5/5] tests/kms_psr_sink_crc: Dry run with PSR disabled

[PATCH 8-1 (v2) /12] tests/kms_psr_sink_crc: moving usleep around
 2014-09-04 22:35 UTC  (5+ messages)
` [PATCH 8-2/12] lib/igt_core: add igt_debug_wait
` [PATCH 8-3/12] igt/kms_psr_sink_crc: Add debug for CRC
` [PATCH 8-4/12] lib/igt_core: Introduce a dry run debug option
` [PATCH 8-5/12] tests/kms_psr_sink_crc: Dry run with PSR disabled

[PATCH 8-1 (v2) /12] tests/kms_psr_sink_crc: moving usleep around
 2014-09-04 22:33 UTC  (5+ messages)
` [PATCH 8-2/12] lib/igt_core: add igt_debug_wait
` [PATCH 8-3/12] igt/kms_psr_sink_crc: Add debug for CRC
` [PATCH 8-4/12] lib/igt_core: Introduce a dry run debug option
` [PATCH 8-5/12] tests/kms_psr_sink_crc: Dry run with PSR disabled

[PATCH 1/5] igt/kms_psr_sink_crc: Add debug for CRC
 2014-09-04 22:28 UTC  (6+ messages)
` [PATCH 2/5] lib/igt_core: Introduce a dry run debug option
` [PATCH 3/5] tests/kms_psr_sink_crc: Dry run with PSR disabled
` [PATCH 4/5] tests/kms_psr_sink_crc: Removing context tests
` [PATCH 5/5] tests/kms_psr_sink_crc: Cleaning up tests a bit

[PATCH v3] drm/i915/bdw: BDW Software Turbo
 2014-09-04 20:59 UTC  (6+ messages)

[PATCH 15/89] drm/i915/skl: Program the DDI buffer translation tables
 2014-09-04 18:58 UTC  (2+ messages)
` [PATCH 15/89 v7] "

[PATCH] drm/i915: WARN if interrupts aren't on in en/disable_pipestat
 2014-09-04 17:36 UTC  (6+ messages)

[PATCH] drm/i915: Convert hangcheck from a timer into a delayed work item
 2014-09-04 16:40 UTC  (11+ messages)

[PATCH -v3 0/4] split plane's updates functions into check() and commit()
 2014-09-04 15:18 UTC  (7+ messages)
` [PATCH -v3 2/4] drm/i915: split intel_update_plane "
` [PATCH -v3 3/4] drm/i915: split intel_cursor_plane_update() "
` [PATCH -v3 4/4] drm/i915: split intel_primary_plane_setplane() "

[PATCH] igt_core: zero exit_handler_count before forking
 2014-09-04 13:44 UTC  (2+ messages)

[PATCH] drm/i915: bdw does not have pch backlight override bit
 2014-09-04 13:07 UTC  (4+ messages)

[PATCH 15/14] drm/i915: Add comments explaining the vdd on/off functions
 2014-09-04 13:02 UTC  (3+ messages)
` [PATCH v2 "

[PATCH] drm/i915: Sysfs interface to get GFX shmem usage stats per process
 2014-09-04 12:40 UTC  (7+ messages)
` [PATCH v2] "
              ` [Intel-gfx] "

[PATCH v2 00/19] drm: More vblank on/off work
 2014-09-04 12:14 UTC  (3+ messages)
` [PATCH 14/19] drm: Don't update vblank timestamp when the counter didn't change

[PATCH v2 10.1/14] drm/i915: Reset power sequencer pipe tracking when disp2d is off
 2014-09-04 11:54 UTC  (2+ messages)
` [PATCH v3 "

[PATCH 10/14] drm/i915: Track which port is using which pipe's power sequencer
 2014-09-04 11:54 UTC  (2+ messages)
` [PATCH v2 "

[PATCH v2 09/14] drm/i915: Fix edp vdd locking
 2014-09-04 11:53 UTC  (2+ messages)
` [PATCH v3 "


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