public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2014-06-13 14:56:57 to 2014-06-16 18:43:31 UTC [more...]

[PATCH] Fixed the review issues for pm_rc6_residency IGT case
 2014-06-16 18:43 UTC  (2+ messages)

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

[PATCH] drm/i915: Handle disabled primary plane in debugfs i915_display_info
 2014-06-16 18:16 UTC  (4+ messages)
  ` [PATCH] drm/i915: Handle disabled primary plane in debugfs i915_display_info (v2)

[PATCH] drm/i915/bdw: Broaden FBC resolution limit to 4096x4096
 2014-06-16 18:15 UTC  (3+ messages)

[PATCH i-g-t] lib: add missing includes to headers
 2014-06-16 18:12 UTC  (2+ messages)

[PATCH 1/4] drm/i915: Ack interrupts before handling them (GEN5 - GEN7)
 2014-06-16 18:10 UTC  (9+ messages)
` [PATCH 2/4] drm/i915/vlv: Ack interrupts before handling them (VLV)
` [PATCH 3/4] drm/i915/bdw: Ack interrupts before handling them (GEN8)
` [PATCH 4/4] drm/i915/chv: Ack interrupts before handling them (CHV)

[PATCH] intel-gpu-tools: remove the --cmd option from gem_seqno_wrap
 2014-06-16 18:05 UTC  (3+ messages)

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

VGA1 output no longer detected on IBM R31/i830
 2014-06-16 17:59 UTC  (4+ messages)

[PATCH 1/2] drm/i915: update BDW DDI buffer translations
 2014-06-16 17:58 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: update intel_dp_voltage_max comment

[PATCH 00/53] Execlists v3
 2014-06-16 17:56 UTC  (64+ 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] drm/i915: Simplify processing of the golden render context state
 2014-06-16 17:53 UTC  (3+ messages)

[PATCH] drm/i915: Simplify i915_gem_release_all_mmaps()
 2014-06-16 17:52 UTC  (3+ messages)

[PATCH 00/15] Accurate frontbuffer tracking and psr conversion
 2014-06-16 17:51 UTC  (16+ messages)
` [PATCH 01/15] drm/i915: Add missing statics to recent psr functions
` [PATCH 02/15] drm/i915: Drop unecessary complexity from psr_inactivate
` [PATCH 03/15] drm/i915: Ditch intel_edp_psr_update
` [PATCH 04/15] drm/i915: Run psr_setup unconditionally
` [PATCH 05/15] drm/i915: Drop schedule_back from psr_exit
` [PATCH 06/15] drm/i915: Add a FIXME about drrs/psr interactions
` [PATCH 07/15] drm/i915: Track the psr dp connector in dev_priv->psr.enabled
` [PATCH 08/15] drm/i915: Don't try to disable psr harder from the work item
` [PATCH 09/15] drm/i915: Lock down psr sw/hw state tracking
` [PATCH 10/15] drm/i915: More checks for psr.enabled
` [PATCH 11/15] drm/i915: Add locking to psr code
` [PATCH 12/15] drm/i915: Introduce accurate frontbuffer tracking
` [PATCH 13/15] drm/i915: Use new frontbuffer bits to increase pll clock
` [PATCH 14/15] drm/i915: Track frontbuffer invalidation/flushing
` [PATCH 15/15] drm/i915: Fix up PSR frontbuffer tracking

[PATCH 0/3] Introduce a new create ioctl for user specified
 2014-06-16 15:47 UTC  (6+ messages)
` [PATCH 1/3] drm/i915: Clearing buffer objects via blitter engine
` [PATCH 2/3] drm/i915: Introduce a new create ioctl for user specified placement
` [PATCH 3/3] drm/i915: Add support for stealing purgable stolen pages

[PATCH 0/2] Add Bufmgr interfaces for create2 ioctl
 2014-06-16 15:32 UTC  (3+ messages)
` [PATCH 1/2] intel: Adding bufmgr interfaces for exposing "
` [PATCH 2/2] intel: Add the cacheing logic for bo's created using "

[PATCH] tests/gem_create2: Verifying the gem_create2 ioctl
 2014-06-16 15:33 UTC 

[PATCH v3 1/4] drm/i915: Ack interrupts before handling them (GEN5 - GEN7)
 2014-06-16 15:11 UTC  (4+ messages)
` [PATCH v3 2/4] drm/i915/vlv: Ack interrupts before handling them (VLV)
` [PATCH v3 3/4] drm/i915/bdw: Ack interrupts before handling them (GEN8)
` [PATCH v3 4/4] drm/i915/chv: Ack interrupts before handling them (CHV)

[PATCH i-g-t] lib: ensure igt_display_init clears the memory for the display struct
 2014-06-16 15:12 UTC 

[PATCH v2 1/4] drm/i915: Ack interrupts before handling them (GEN5 - GEN7)
 2014-06-16 14:25 UTC  (5+ messages)
` [PATCH v2 2/4] drm/i915/vlv: Ack interrupts before handling them (VLV)
` [PATCH v2 3/4] drm/i915/bdw: Ack interrupts before handling them (GEN8)
` [PATCH v2 4/4] drm/i915/chv: Ack interrupts before handling them (CHV)

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

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

[PATCH v5 2/2] drm/i915: State readout and cross-checking for dp_m2_n2
 2014-06-16  9:45 UTC  (3+ messages)

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

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

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

[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 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/5] tests: Don't use stderr for informational messages
 2014-06-13 16:30 UTC  (9+ messages)
` [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 3/3] tests: Run igt.cocci over tests
 2014-06-13 16:08 UTC  (2+ messages)
` [PATCH] Revert "tests: Run igt.cocci over tests"

[PATCH] drm/i915/chv: WaDisablePwrmtrEvent:chv on CHV only
 2014-06-13 15:55 UTC  (3+ 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  (4+ messages)


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