public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2014-09-26 14:57:01 to 2014-10-01 10:51:45 UTC [more...]

[PATCH 00/89] Basic Skylake enabling
 2014-10-01 10:51 UTC  (20+ messages)
` [PATCH 49/89] drm/i915/skl: Program the DDB allocation
` [PATCH 58/89] drm/i915/skl: Register definitions for SKL Clocks
` [PATCH 74/89] drm/i915/skl: Implement queue_flip
    ` [PATCH 74/89 v4] "
` [PATCH 85/89] drm/i915/skl: Retrieve the frequency limits
` [PATCH 87/89] drm/i915/skl: AUX irqs have moved
` [PATCH 89/89] drm/i915/skl: Disable contexts if execlists aren't enabled

[PATCH] lib/aux: Print progress output with igt_info
 2014-10-01 10:06 UTC  (5+ messages)
` [PATCH] lib/aux: Print progress output at INFO level

[PATCH] drm/i915: Reinstate error level message for non-simulated gpu hangs
 2014-10-01  9:50 UTC  (12+ messages)

[PATCH] drm/i915: Reinstate error level message for non-simulated gpu hangs
 2014-10-01  9:15 UTC 

[PATCH 00/14] i915 kerneldocs part 1
 2014-10-01  8:42 UTC  (20+ messages)
` [PATCH 01/14] drm/i915: Remove intel_modeset_suspend_hw
` [PATCH 02/14] drm/i915: Extract intel_runtime_pm.c
` [PATCH 03/14] drm/i915: Bikeshed rpm functions name a bit
` [PATCH 04/14] drm/i915: Move intel_display_set_init_power to intel_runtime_pm.c
` [PATCH 05/14] drm/i915: Call runtime_pm_disable directly
` [PATCH 06/14] drm/i915: Kerneldoc for intel_runtime_pm.c
` [PATCH 07/14] drm/i915: s/pm._irqs_disabled/pm.irqs_enabled/
` [PATCH 08/14] drm/i915: Use dev_priv instead of dev in irq setup functions
` [PATCH 09/14] drm/i915: kerneldoc for interrupt enable/disable functions
` [PATCH 10/14] drm/i915: Extract intel_fifo_underrun.c
` [PATCH 11/14] drm/i915: Use dev_priv in public intel_fifo_underrun.c functions
` [PATCH 12/14] drm/i915: Add wrappers to handle fifo underrun interrupts
` [PATCH 13/14] drm/i915: Filter gmch fifo underruns in the shared handler
` [PATCH 14/14] drm/i915: kerneldoc for intel_fifo_underrun.c

[PATCH 1/2] drm/i915: Tighting frontbuffer tracking around flips
 2014-10-01  8:13 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: spelling fixes for frontbuffer tracking kerneldoc

[PATCH] drm/i915: Do not export RC6p and RC6pp if they don't exist
 2014-10-01  8:08 UTC  (2+ messages)

[PATCH] drm/i915: preserve other DP_TEST_SINK bits
 2014-10-01  8:06 UTC  (6+ messages)

[PATCH] drm/i915: Enable pixel replicated modes on BDW and HSW
 2014-10-01  8:03 UTC  (15+ messages)
` [PATCH v3] "
` [PATCH v4] "

[PATCH 5/5] drm/i915/bdw: Remove BDW preproduction W/As until C stepping
 2014-09-30 22:14 UTC  (3+ messages)
` [PATCH] "

[PATCH 1/5] drm/i915: Add IS_BDW_GT3 macro
 2014-09-30 22:13 UTC  (19+ messages)
` [PATCH 2/5] drm/i915/bdw: WaDisableFenceDestinationToSLM
` [PATCH 3/5] drm/i915/bdw: WaProgramL3SqcReg1Default
      ` [PATCH] "
` [PATCH 4/5] drm/i915: Let number of workarounds more clear

[PATCH 0/2] drm/i915: WA intel_backlight scale math
 2014-09-30 21:18 UTC  (9+ messages)
` [PATCH 1/2 v3] drm/i915: intel_backlight scale() math WA
` [PATCH 2/2] drm/i915: Move DIV_ROUND_CLOSEST_ULL macro to header

[RFC PATCH 0/8] Add host i915 support for vGPU
 2014-09-30 16:34 UTC  (12+ messages)
` [RFC PATCH 1/8] drm/i915: introduce a new modparam: enable_vgt
` [RFC PATCH 2/8] drm/i915: introduce the skeleton of vgt
` [RFC PATCH 3/8] drm/i915: add the vgt implementation of MMIO/GTT mediations
` [RFC PATCH 4/8] drm/i915: redirect MMIO accesses to vgt if enabled
` [RFC PATCH 5/8] drm/i915: GTT access abstraction
` [RFC PATCH 6/8] drm/i915: redirect GTT accesses to vgt if enabled
` [RFC PATCH 7/8] drm/i915: vgt irq mediation - via a tasklet based mechanism
` [RFC PATCH 8/8] drm/i915: enable vgt if specified by module param

[PATCH] drm/i915/skl: Use correct use counters for force wakes
 2014-09-30 16:29 UTC  (6+ messages)

[PATCH i-g-t 1/4] tests/kms_flip: only print the activity indicator if output is a terminal
 2014-09-30 16:21 UTC  (6+ messages)
` [PATCH i-g-t 2/4] doc: various spelling and typo fixes
` [PATCH i-g-t 3/4] lib: ensure any buffers are flushed before fork
` [PATCH i-g-t 4/4] tests/sysfs_l3_parity: fix warnings in test enumeration
  ` [PATCH i-g-t] lib: add a function to indicate activity

[PATCH 1/2] drm/i915: intel_backlight scale() math WA
 2014-09-30 15:17 UTC  (3+ messages)
` [PATCH 2/2 v2] drm/i915: Move DIV_ROUND_CLOSEST_ULL macro to header

[PATCH v2 0/2] Disable Android low memory killer
 2014-09-30 13:41 UTC  (11+ messages)
` [PATCH v2 1/2] lib/igt_core: make single/simple tests use igt_exit
` [PATCH v2 2/2] lib/igt_core.c: add function to disable lowmemorykiller

[PATCH igt 1/2] lib: Add igt_plane_set_size()
 2014-09-30 12:56 UTC  (3+ messages)

[PATCH] drm/i915/hdmi: Compute port_clock for 27.027 pixel replicated modes
 2014-09-30 12:46 UTC  (5+ messages)

[PATCH] drm: Perform cmdline mode parsing during connector initialisation
 2014-09-30 11:53 UTC  (4+ messages)
` [PATCH 1/2] video/fbdev: Always built-in video= cmdline parsing

[PATCH i-g-t 01/26] skl: Add SKL PCI ids
 2014-09-30 11:24 UTC  (2+ messages)

[PATCH libdrm 1/3] intel/skl: Add SKL PCI ids
 2014-09-30 11:20 UTC  (3+ messages)

[PATCH 0/8] Add enlightenments for vGPU
 2014-09-30 10:56 UTC  (13+ messages)
` [PATCH 1/8] drm/i915: Introduce a PV INFO page structure for Intel GVT-g
` [PATCH 5/8] drm/i915: Add the display switch logic for vgpu in i915 driver

[PATCH 00/11] Spinlock use clarification in i915
 2014-09-30 10:22 UTC  (7+ messages)
` [PATCH 02/11] drm/i915: Clarify event_lock locking, irq&mixed context

[PATCH] drm/i915: Introduce sw_turbo parameter
 2014-09-30  1:40 UTC  (8+ messages)
` [PATCH] Revert "drm/i915/bdw: BDW Software Turbo"

[PATCH] drm/i915: intel_backlight scale() math WA v2
 2014-09-29 20:34 UTC  (7+ messages)

[PATCH 1/2] drm/i915: Fix Sink CRC
 2014-09-29 18:56 UTC  (3+ messages)
` [PATCH] "

[PATCH 00/16] fix VLV S4 suspend/resume, unify S3/S4 handlers
 2014-09-29 15:33 UTC  (7+ messages)
` [PATCH 01/16] drm/i915: vlv: fix gunit HW state corruption during S4 suspend
` [PATCH 06/16] drm/i915: vlv: fix switcheroo/legacy suspend/resume

[PATCH] drm/i915: Correctly reject invalid flags for wait_ioctl
 2014-09-29 13:31 UTC 

[PATCH] drm/i915: Don't spam dmesg with rps messages on vlv/chv
 2014-09-29 14:54 UTC  (3+ messages)

[PATCH 1/3] tests/gem_wait_render_timeout: Drop local structs
 2014-09-29 12:54 UTC  (3+ messages)
` [PATCH 2/3] tests/gem_wait_render_timeout: Convert to subtests
` [PATCH 3/3] tests/gem_wait: argument validation tests

[PATCH 75/89] drm/i915/skl: fetch, enable/disable pfit as needed
 2014-09-29 13:51 UTC  (4+ messages)
` [PATCH] drm/i915/skl: fetch, enable/disable pfit as needed v2

[PATCH 80/89] drm/i915/skl: Augment the latency debugfs files for SKL
 2014-09-29 13:37 UTC  (2+ messages)
` [PATCH 80/89 v2] "

[PATCH] drm/i915: Do not leak pages when freeing userptr objects
 2014-09-29 13:22 UTC  (4+ messages)

[PATCH] drm/i915: Do not store the error pointer for a failed userptr registration
 2014-09-29 13:20 UTC  (4+ messages)
  ` [Intel-gfx] "

[PATCH] drm/i915: Flush the PTEs after updating them before suspend
 2014-09-29 13:20 UTC  (5+ messages)

[PATCH 0/2] Disable Android low memory killer
 2014-09-29 13:19 UTC  (9+ messages)
` [PATCH 1/2] lib/igt_core: make single/simple tests use igt_exit

[PATCH v3] drm/i915: Add ppgtt create/release trace points
 2014-09-29 13:06 UTC  (2+ messages)

[PATCH 2/2] drm/i915: Broadwell DDI Buffer translation - more tuning
 2014-09-29 12:53 UTC  (4+ messages)
` [PATCH] "

[PATCH] drm/i915: Make sure PSR is ready for been re-enabled
 2014-09-29 12:24 UTC  (5+ messages)

[PATCH] drm/i915: Minimize the huge amount of unecessary fbc sw cache clean
 2014-09-29 12:17 UTC  (3+ messages)

[PULL] topic/core-stuff
 2014-09-29  7:18 UTC 

ACPI/i915: Cannot configure display brightness on Dell Latitude E6440
 2014-09-29  7:16 UTC  (5+ messages)
  ` [PATCH] ACPI / i915: Update the condition to ignore firmware backlight change request

[PATCH 00/27] add pm_runtime_last_busy_and_autosuspend() helper
 2014-09-28 15:37 UTC  (5+ messages)

i915 and 1440p display w/ corrupt EDID
 2014-09-27 15:57 UTC  (4+ messages)

[PATCH 48/89] drm/i915/skl: Allocate DDB portions for display planes
 2014-09-27 14:15 UTC  (2+ messages)
` [PATCH 48/89 v6] "

[PATCH] drm/i915: Organize HSW and BDW Forcewake MT Ack
 2014-09-26 18:27 UTC  (3+ messages)

[PATCH] drm/edid: Add missing interlaced flag to 576i@100 modes
 2014-09-26 17:54 UTC  (2+ messages)

[PATCH] drm/i915: Audio N value computed for pixel doubled modes
 2014-09-26 16:28 UTC  (3+ messages)
` [PATCH v2] "

[PATCH i-g-t] kms_cursor_crc: Remove two unused local variables
 2014-09-26 15:50 UTC 


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