Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-07-17 05:07:05 to 2013-07-20 08:53:39 UTC [more...]

[PATCH] drm/i915: quirk no PCH_PWM_ENABLE for Dell XPS13 backlight
 2013-07-20  8:53 UTC  (2+ messages)

[PATCH 4/5] drm/i915: invert {ilk, snb}_gt_irq_handler check
 2013-07-20  8:49 UTC  (2+ messages)

[PATCH] drm/i915: Make i915 events part of uapi
 2013-07-19 22:35 UTC  (11+ messages)
` [PATCH 1/3] drm/i915: Move error uevent to detection time
  ` [PATCH 2/3] drm/i915: Change uevent for reset completion
  ` [PATCH 3/3] [v2] drm/i915: Make i915 events part of uapi
` [PATCH] [v3] "

[PATCH 0/7] HSW/LPT clocking code additional sequences
 2013-07-19 21:58 UTC  (22+ messages)
` [PATCH 3/7] drm/i915: extract lpt_enable_clkout_dp from lpt_init_pch_refclk
` [PATCH 4/7] drm/i915: extend lpt_enable_clkout_dp
      ` [PATCH 1/5] "
` [PATCH 5/7] drm/i915: disable CLKOUT_DP when it's not needed
    ` [PATCH 2/5] "
` [PATCH 6/7] drm/i915: add functions to disable and restore LCPLL
      ` [PATCH 3/5] "
        ` [PATCH 5/5] drm/i915: add HAS_LP_PCH check
` [PATCH 7/7] drm/i915: add some assertions to hsw_disable_lcpll

[PATCH 1/6] drm/i915: Serialize almost all register access
 2013-07-19 19:36 UTC  (6+ messages)
` [PATCH 2/6] drm/i915: Colocate all GT access routines in the same file
` [PATCH 3/6] drm/i915: Use a private interface for register access within GT
` [PATCH 4/6] drm/i915: Use the common register access functions for NOTRACE variants
` [PATCH 5/6] drm/i915: Squash gen lookup through multiple indirections inside GT access
` [PATCH 6/6] drm/i915: Convert the register access tracepoint to be conditional

i-g-t --enable-simulation and various build fixes
 2013-07-19 17:42 UTC  (11+ messages)
` [PATCH 1/8] build: Fix a small typo in configure.ac
` [PATCH 2/8] build: Fix unbalanced quoting in the python dumper AC_ARG_ENABLE()
` [PATCH 3/8] build: Fix automake 1.13 warnings
` [PATCH 4/8] build: Pimp up the configure summary
` [PATCH 5/8] lib: Allow users of env_set() to specify a default value
` [PATCH 6/8] tests: Allow a shell test to declare it doesn't need to be DRM master
` [PATCH 7/8] tests: Source drm_lib.sh instead of having its own INTEL_SIMULATION test
` [PATCH 8/8] build: Provide an --enable-simulation configure option

[PATCH 1/2] lib/drmtest: add drmtest_disable/enable_prefault() function
 2013-07-19 16:25 UTC  (4+ messages)
` [PATCH 2/2] tests: add reloc, pread, pwrite slow path subtest

[PATCH 10/10] drm/i915: kill ivybridge_irq_postinstall
 2013-07-19 16:11 UTC  (4+ messages)
` [PATCH 9/9] "

[PATCH 00/10] Unify ILK/SNB/IVB/HSW IRQ vfuncs
 2013-07-19 16:04 UTC  (11+ messages)
` [PATCH 01/10] drm/i915: kill ivybridge_irq_preinstall
` [PATCH 02/10] drm/i915: extract ilk_display_irq_handler
` [PATCH 03/10] drm/i915: extract ivb_display_irq_handler
` [PATCH 06/10] drm/i915: POSTING_READ(DEIER) on ivybridge_irq_handler

[PATCH 08/10] drm/i915: kill ivybridge_enable_vblank
 2013-07-19 13:30 UTC  (3+ messages)
` [PATCH 8/9] drm/i915: kill Ivybridge vblank irq vfuncs

[PATCH 07/10] drm/i915: add ILK/SNB support to ivybridge_irq_handler
 2013-07-19 13:09 UTC  (3+ messages)
` [PATCH 7/9] "

[PATCH 05/10] drm/i915: reorganize ironlake_irq_handler
 2013-07-19 12:35 UTC  (3+ messages)
` [PATCH 5/9] "

[PATCH 04/10] drm/i915: don't read or write GEN6_PMIIR on Gen 5
 2013-07-19 12:18 UTC  (3+ messages)
` [PATCH 4/9] "

Provide a simulation friendly test environment v4
 2013-07-19 11:21 UTC  (17+ messages)
` [PATCH 1/8] lib: Rename IGT_QUICK to INTEL_SIMULATION
` [PATCH 2/8] lib: Introduce drmtest_skip_on_simulation()
` [PATCH 3/8] lib: Remove old dead code intel_batchbuffer_emit_mi_flush()
` [PATCH 4/8] tests: Black list tests we don't want to run on simulation
` [PATCH 5/8] tests: Instrument tests run in simulation to run quickly
` [PATCH 6/8] tests: Instrument gem_lut_handle for simulation
` [PATCH 7/8] tests: Instrument gem_seqno_wrap to run in simulation
` [PATCH 8/8] tests: Add some tiled tests to the runs on simulation

[PATCH 1/3] drm/i915: add prefault_disable module option
 2013-07-19  9:19 UTC  (9+ messages)
` [PATCH 2/3] drm/i915: add debug info in slow path
` [PATCH 3/3] drm/i915: run shmem_pread_fast() after page fault

[PATCH 1/5] lib/drmtest: add drmtest_disable/enable_prefault() function
 2013-07-19  7:20 UTC  (7+ messages)
` [PATCH 2/5] lib/drmtest: move gem_linear_blt() to drm_test.c
` [PATCH 3/5] tests/gem_disable_prefault: add reloc slow path subtest
` [PATCH 4/5] tests/gem_disable_prefault: add pwrite "
` [PATCH 5/5] tests/gem_disable_prefault: add pread "

[patch 2/2] drm/i915: use after free on error path
 2013-07-19  7:01 UTC  (2+ messages)

[patch 1/2] drm/i915: checking for NULL instead of IS_ERR()
 2013-07-19  5:45 UTC 

Ivy Bridge docking problems
 2013-07-18 22:31 UTC 

[PATCH 1/6] drm/i915: Colocate all GT access routines in the same file
 2013-07-18 21:59 UTC  (8+ messages)

[PATCH 2/7] drm/i915: extract FDI mPHY functions from lpt_init_pch_refclk
 2013-07-18 21:51 UTC  (2+ messages)

[PATCH] drm/i915: Extend i915_powersave parameter
 2013-07-18 16:38 UTC  (9+ messages)

[PATCH 00/11] Enable PSR on Haswell
 2013-07-18 16:38 UTC  (22+ messages)
` [PATCH 04/11] drm/i915: Enable/Disable PSR
` [PATCH 06/11] drm/i915: Match all PSR mode entry conditions before enabling it
` [PATCH 07/11] drm/i915: add update function to disable/enable-back PSR
` [PATCH 09/11] drm/i915: Adding global I915_PARAM for PSR ENABLED
` [PATCH 11/11] drm/i915: Hook PSR functionality

[PATCH 10/11] drm/i915: Add functions to force psr exit
 2013-07-18 16:27 UTC  (4+ messages)
` [PATCH] "

[drm-intel:drm-intel-fixes 52/52] ERROR: Unrecognized email address: 'stable.]'
 2013-07-18 14:58 UTC  (4+ messages)

[PATCH] drm/i915: restore debug message lost in merge resolution
 2013-07-18 14:44 UTC 

[PATCH] drm/i915: make i915_get_extra_instdone() static
 2013-07-18 13:40 UTC 

[PATCH 1/5] [v3] drm/i915: Move gtt and ppgtt under address space umbrella
 2013-07-18 12:08 UTC  (12+ messages)
` [PATCH 5/5] [v5] drm/i915: Create VMAs
  ` [PATCH 5/6] drm/i915: Free stolen node on failed preallocation
    ` [PATCH 6/6] drm/i915: Create VMAs
        ` [PATCH] drm/i915: Don't try to deref an unbound VMA

[PULL] drm-intel-next for 3.12
 2013-07-18 11:02 UTC 

[PATCH] drm/i915: correctly restore fences with objects attached
 2013-07-18 10:07 UTC  (5+ messages)
` [Intel-gfx] "

[PATCH 0/4 V7] Power-well API implementation for Haswell
 2013-07-18  9:34 UTC  (23+ messages)
        ` [Intel-gfx] "
                ` [alsa-devel] "

RFC frontbuffer write tracking
 2013-07-18  7:40 UTC  (2+ messages)

[PATCH 0/3] Fix backlight issues on some Windows 8 systems
 2013-07-18  5:40 UTC  (16+ messages)
` [Update][PATCH] ACPI / video / i915: Remove ACPI backlight if firmware expects Windows 8
` [Update][PATCH 0/3] Fix backlight issues on some Windows 8 systems
  ` [PATCH 1/3] ACPICA: expose OSI version
  ` [PATCH 2/3] ACPI / video: Always call acpi_video_init_brightness() on init
  ` [PATCH 3/3] ACPI / video / i915: No ACPI backlight if firmware expects Windows 8

[QA] Testing report for `drm-intel-testing` (was: Updated -next) on ww29
 2013-07-18  5:32 UTC 

linux-next: manual merge of the akpm tree with the drm-intel tree
 2013-07-18  4:59 UTC 

linux-next: manual merge of the drm-intel tree with the drm-intel-fixes tree
 2013-07-18  2:07 UTC 

linux-next: manual merge of the drm-intel tree with the drm-intel-fixes tree
 2013-07-18  1:44 UTC 

[PATCH] drm/i915: allow root to submit secure buffers even if !master
 2013-07-17 20:26 UTC  (3+ messages)

Intel Crash
 2013-07-17 17:53 UTC  (11+ messages)

[PATCH i-g-t] build: Depend on cairo 1.12.0 for CAIRO_FORMAT_RGB30
 2013-07-17 15:59 UTC  (2+ messages)

[PATCH] drm/i915: fix long-standing SNB regression in power consumption after resume
 2013-07-17 14:47 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] drm/i915: Fix dereferencing invalid connectors in is_crtc_connector_off()
 2013-07-17 11:24 UTC  (2+ messages)

[PATCH] drm/i915: Sanitize shared dpll state
 2013-07-17  9:51 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