public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2014-06-13 07:13:58 to 2014-06-16 08:32:39 UTC [more...]

[PATCH] drm/i915: Don't take fp 0/1 selector into account for pll state
 2014-06-16  8:32 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH] drm/i915/vlv: DP_SINK_COUNT is not reliable for valleyview platform
 2014-06-16  8:18 UTC  (9+ messages)

[PATCH] drm/i915: Simplify i915_gem_release_all_mmaps()
 2014-06-16  7:57 UTC  (2+ messages)

[PATCH] drm/i915: Fix comment about our plane remapping on gen2/3
 2014-06-16  7:55 UTC  (2+ messages)

[PATCH] drm/i915: Attach a PSR property on eDP
 2014-06-16  7:32 UTC  (11+ messages)

VGA1 output no longer detected on IBM R31/i830
 2014-06-15 19:38 UTC  (3+ messages)

3.15-rc5: Regression in i915 driver?
 2014-06-14 15:30 UTC  (7+ messages)

[PATCH 1/2] drm/i915: update BDW DDI buffer translations
 2014-06-14  9:11 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: update intel_dp_voltage_max comment

[PATCH] drm/i915: Fix frontbuffer tracking for PSR
 2014-06-14  8:10 UTC  (2+ messages)

[PATCH] drm/i915: Fix memory leak in intel_dsi_init() error path
 2014-06-13 20:09 UTC  (2+ messages)

[PATCH 4/9] drm/i915: Force PSR exit by inactivating it
 2014-06-13 19:45 UTC  (4+ messages)
` [PATCH] "

[PATCH 00/53] Execlists v3
 2014-06-13 17:15 UTC  (60+ messages)
` [PATCH 01/53] drm/i915: Extract context backing object allocation
` [PATCH 02/53] drm/i915: Rename ctx->obj to ctx->render_obj
` [PATCH 03/53] drm/i915: Add a dev pointer to the context
` [PATCH 04/53] drm/i915: Extract ringbuffer destroy & make alloc outside accesible
` [PATCH 05/53] drm/i915: Move i915_gem_validate_context() to i915_gem_context.c
` [PATCH 06/53] drm/i915/bdw: Introduce one context backing object per engine
` [PATCH 07/53] drm/i915/bdw: New file for Logical Ring Contexts and Execlists
` [PATCH 08/53] drm/i915/bdw: Macro for LRCs and module option for Execlists
` [PATCH 09/53] drm/i915/bdw: Initialization for Logical Ring Contexts
` [PATCH 10/53] drm/i915/bdw: A bit more advanced context init/fini
` [PATCH 11/53] drm/i915/bdw: Allocate ringbuffers for Logical Ring Contexts
` [PATCH 12/53] drm/i915/bdw: Populate LR contexts (somewhat)
` [PATCH 13/53] drm/i915/bdw: Deferred creation of user-created LRCs
` [PATCH 14/53] drm/i915/bdw: Render moot context reset and switch when LRCs are enabled
` [PATCH 15/53] drm/i915/bdw: Don't write PDP in the legacy way when using LRCs
` [PATCH 16/53] drm/i915/bdw: Skeleton for the new logical rings submission path
` [PATCH 17/53] drm/i915/bdw: Generic logical ring init and cleanup
` [PATCH 18/53] drm/i915/bdw: New header file for LRs, LRCs and Execlists
` [PATCH 19/53] drm/i915: Extract pipe control fini & make init outside accesible
` [PATCH 20/53] drm/i915/bdw: GEN-specific logical ring init
` [PATCH 21/53] drm/i915/bdw: GEN-specific logical ring set/get seqno
` [PATCH 22/53] drm/i915: Make ring_space more generic and outside accesible
` [PATCH 23/53] drm/i915: Generalize intel_ring_get_tail
` [PATCH 24/53] drm/i915: Make intel_ring_stopped outside accesible
` [PATCH 25/53] drm/i915/bdw: GEN-specific logical ring submit context (somewhat)
` [PATCH 26/53] drm/i915/bdw: New logical ring submission mechanism
` [PATCH 27/53] drm/i915/bdw: GEN-specific logical ring emit request
` [PATCH 28/53] drm/i915/bdw: GEN-specific logical ring emit flush
` [PATCH 29/53] drm/i915/bdw: Emission of requests with logical rings
` [PATCH 30/53] drm/i915/bdw: Ring idle and stop "
` [PATCH 31/53] drm/i915/bdw: Interrupts "
` [PATCH 32/53] drm/i915/bdw: GEN-specific logical ring emit batchbuffer start
` [PATCH 33/53] drm/i915: Extract the actual workload submission mechanism from execbuffer
` [PATCH 34/53] drm/i915: Make move_to_active and retire_commands outside accesible
` [PATCH 35/53] drm/i915/bdw: Workload submission mechanism for Execlists
` [PATCH 36/53] drm/i915: Abstract the workload submission mechanism away
` [PATCH 37/53] drm/i915/bdw: Implement context switching (somewhat)
` [PATCH 38/53] drm/i915/bdw: Write the tail pointer, LRC style
` [PATCH 39/53] drm/i915/bdw: Two-stage execlist submit process
` [PATCH 40/53] drm/i915/bdw: Handle context switch events
` [PATCH 41/53] drm/i915/bdw: Avoid non-lite-restore preemptions
` [PATCH 42/53] drm/i915/bdw: Make sure gpu reset still works with Execlists
` [PATCH 43/53] drm/i915/bdw: Make sure error capture keeps working "
` [PATCH 44/53] drm/i915/bdw: Help out the ctx switch interrupt handler
` [PATCH 45/53] drm/i915/bdw: Do not call intel_runtime_pm_get() in an interrupt
` [PATCH 46/53] drm/i915/bdw: Display execlists info in debugfs
` [PATCH 47/53] drm/i915/bdw: Display context backing obj & ringbuffer "
` [PATCH 48/53] drm/i915/bdw: Print context state "
` [PATCH 49/53] drm/i915: Extract render state preparation
` [PATCH 50/53] drm/i915/bdw: Render state init for Execlists
` [PATCH 51/53] drm/i915/bdw: Document Logical Rings, LR contexts and Execlists
` [PATCH 52/53] drm/i915/bdw: Enable logical ring contexts
` [PATCH 53/53] !UPSTREAM: drm/i915: Use MMIO flips

[PATCH 0/4] Intel primary plane support (v7)
 2014-06-13 17:00 UTC  (8+ messages)
` [PATCH i-g-t 1/5] kms: Add universal plane support
  ` [PATCH i-g-t 2/5] kms: Add igt_drm_plane_try_commit()
  ` [PATCH i-g-t 3/5] kms_plane: Update for universal plane changes

[PATCH] drm/i915/vlv: disable PPGTT on early revs
 2014-06-13 16:52 UTC  (9+ messages)
` [PATCH] drm/i915/vlv: disable PPGTT on early revs v2
` [PATCH] drm/i915/vlv: disable PPGTT on early revs v3

[PATCH 1/2] mm: Report attempts to overwrite PTE from remap_pfn_range()
 2014-06-13 16:34 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: Use remap_pfn_range() to prefault all PTE in a single pass

[PATCH 1/5] tests: Don't use stderr for informational messages
 2014-06-13 16:30 UTC  (15+ messages)
` [PATCH 2/5] lib/igt.cocci: Conversion to igt logging
` [PATCH 3/5] lib/igt.cocci: Convert abort() to igt_fail
` [PATCH 4/5] lib/igt.cocci: Also add rule to use igt_warn_on_f
` [PATCH 5/5] tests: Run latest igt.cocci refactorings
` [PATCH] NEWS: Mention igt.cocci
` [PATCH 1/8] tests/pm_psr_sink_crc: Fix longjmp fun
  ` [PATCH 2/8] tests: Don't use stderr for informational messages
  ` [PATCH 3/8] lib/igt.cocci: Conversion to igt logging
  ` [PATCH 4/8] lib/igt.cocci: Convert abort() to igt_fail
  ` [PATCH 5/8] lib/igt.cocci: Also add rule to use igt_warn_on_f
  ` [PATCH 6/8] lib: Introduce igt_fail_on/_f
  ` [PATCH 7/8] NEWS: Mention igt.cocci
  ` [PATCH 8/8] tests: run igt.cocci

[PATCH] drm/i915, HD-audio: Don't continue probing when nomodeset is given
 2014-06-13 16:09 UTC  (3+ messages)

[PATCH 1/2] drm/i915: clean up PPGTT checking logic
 2014-06-13 16:09 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: re-order ppgtt sanitize logic
  ` [PATCH] drm/i915: re-order ppgtt sanitize logic v2

[PATCH 1/3] lib/igt_core: Add igt_assert_eq
 2014-06-13 16:08 UTC  (4+ messages)
` [PATCH 2/3] lib: add igt.cocci
` [PATCH 3/3] tests: Run igt.cocci over tests
  ` [PATCH] Revert "tests: Run igt.cocci over tests"

[PATCH] drm/i915/chv: WaDisablePwrmtrEvent:chv on CHV only
 2014-06-13 15:55 UTC  (4+ messages)
` [PATCH] drm/i915/bdw: remove erroneous chv specific workarounds from bdw code

[PATCH] drm: Avoid NULL deference when disabling a plane from userspace
 2014-06-13 14:56 UTC  (5+ messages)

[PATCH v2 1/3] drm/i915: gmch: factor out intel_set_memory_cxsr
 2014-06-13 14:53 UTC  (4+ messages)
` [PATCH v2 2/3] drm/i915: gmch: set SR WMs to valid values before enabling them
` [PATCH v2 3/3] drm/i915: gmch: fix stuck primary plane due to memory self-refresh mode

[PATCH] drm/i915: Handle concurrent GTT faults gracefully
 2014-06-13 14:40 UTC  (5+ messages)

[PATCH v5 2/2] drm/i915: State readout and cross-checking for dp_m2_n2
 2014-06-13 14:12 UTC  (2+ messages)

[PATCH] drm/i915: Fix __user sparse warning
 2014-06-13 14:06 UTC  (2+ messages)

igt: removing the --cmd option from gem_seqno_wrap
 2014-06-13 14:04 UTC  (2+ messages)

[PATCH] drm/i915: Print PCI revision in i915_dump_device_info()
 2014-06-13 14:03 UTC  (2+ messages)

[PATCH] drm/i915: Drop WA to fix Voltage not getting dropped to Vmin when Gfx is power gated
 2014-06-13 13:54 UTC  (5+ messages)

[PATCH 1/9] drm/i915: Use HAS_PSR to avoid unecessary interactions
 2014-06-13 13:49 UTC  (7+ messages)
` [PATCH 6/9] drm/i915: BDW PSR: Remove limitations that aren't valid for BDW
` [PATCH 9/9] drm/i915: PSR HSW: update after enabling sprite

xf86-video-intel hits an assert when using dri and xorg is not suid root
 2014-06-13 13:31 UTC  (5+ messages)

[PATCH] tests/pm_psr_sink_crc: Fix longjmp fun
 2014-06-13 13:21 UTC 

[PATCH] drm/i915: Only wait one vblank when disabling crc if the pipe is on
 2014-06-13 12:08 UTC  (4+ messages)

[PATCH 00/11] drm/i915: VLV display clock/phy stuff
 2014-06-13 10:37 UTC  (12+ messages)
` [PATCH 01/11] drm/i915: Change vlv cdclk to use kHz units
` [PATCH 02/11] drm/i915: Give names to the CCK_DISPLAY_CLOCK_CONTROL bits
` [PATCH 03/11] drm/i915: Move vlv cdclk code to .get_display_clock_speed()
` [PATCH 04/11] drm/i915: Handle 320 vs. 333 MHz cdclk on vlv
` [PATCH 05/11] drm/i915: Use 200MHz cdclk on vlv when all pipes are off
` [PATCH 06/11] drm/i915: Wait for cdclk change to occure when going for 400MHz
` [PATCH 07/11] drm/i915: Warn if there's a cdclk change in progess
` [PATCH 08/11] drm/i915: Kill duplicated cdclk readout code from i2c
` [PATCH 09/11] drm/i915: Pull the cmnlane tricks into its own power well ops
` [PATCH 10/11] drm/i915: Move VLV cmnlane workaround to intel_power_domains_init_hw()
` [WIP][PATCH 11/11] drm/i915: Turn off clocks when disp2d is powered down

xf86-video-intel-2.99.912 with dri3 enabled breaks gnome-shell
 2014-06-13 10:07 UTC  (2+ messages)

[PATCH maintainer-tools] frob-patch-rank: A little script to batch renaming patch files
 2014-06-13 10:00 UTC  (3+ messages)
` [PATCH v2 "

[PATCH] backlight: Don't read back backlight setting from kernel on DPMS off
 2014-06-13  9:00 UTC  (11+ messages)

[PATCH] tests/prime_self_import: Use igt_assert_cmpint
 2014-06-13  8:38 UTC 

[PATCH] tests/kms_psr_sink_crc: Skip properly
 2014-06-13  8:20 UTC 

[PATCH] drm/i915: Add locking around framebuffer_references--
 2014-06-13  8:15 UTC  (2+ messages)

[QA] Testing report for `drm-intel-testing` (was: Updated -next) on ww24
 2014-06-13  8:03 UTC 

video: X sets brightness to zero after resume
 2014-06-13  7:35 UTC  (3+ messages)
  ` [Intel-gfx] "

[PATCH] igt/gem_partial_pwrite_pread: Add set-cache subtest to validate JIRA VIZ-3721
 2014-06-13  7:13 UTC  (2+ messages)


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