public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2015-02-11 10:24:09 to 2015-02-13 12:04:39 UTC [more...]

[PATCH] drm/i915: Fix an incorrect free rather than derefence issue
 2015-02-13 12:04 UTC  (4+ messages)

[PATCH 00/51] Remove the outstanding_lazy_request
 2015-02-13 11:49 UTC  (52+ messages)
` [PATCH 01/51] drm/i915: Rename 'flags' to 'dispatch_flags' for better code reading
` [PATCH 02/51] drm/i915: Add missing trace point to LRC execbuff code path
` [PATCH 03/51] drm/i915: Cache ringbuf pointer in request structure
` [PATCH 04/51] drm/i915: Merged the many do_execbuf() parameters into a structure
` [PATCH 05/51] drm/i915: Add return code check to i915_gem_execbuffer_retire_commands()
` [PATCH 06/51] drm/i915: Wrap request allocation with a function pointer
` [PATCH 07/51] drm/i915: Early alloc request in execbuff
` [PATCH 08/51] drm/i915: Update alloc_request to return the allocated request
` [PATCH 09/51] drm/i915: Add request to execbuf params and add explicit cleanup
` [PATCH 10/51] drm/i915: Update the dispatch tracepoint to use params->request
` [PATCH 11/51] drm/i915: Update move_to_gpu() to take a request structure
` [PATCH 12/51] drm/i915: Update execbuffer_move_to_active() "
` [PATCH 13/51] drm/i915: Add flag to i915_add_request() to skip the cache flush
` [PATCH 14/51] drm/i915: Update pin_to_display_plane() to do explicit request management
` [PATCH 15/51] drm/i915: Update i915_gem_object_sync() to take a request structure
` [PATCH 16/51] drm/i915: Update i915_gpu_idle() to manage its own request
` [PATCH 17/51] drm/i915: Split i915_ppgtt_init_hw() in half - generic and per ring
` [PATCH 18/51] drm/i915: Moved the for_each_ring loop outside of i915_gem_context_enable()
` [PATCH 19/51] drm/i915: Add explicit request management to i915_gem_init_hw()
` [PATCH 20/51] drm/i915: Update ppgtt_init_ring() & context_enable() to take requests
` [PATCH 21/51] drm/i915: Set context in request from creation even in legacy mode
` [PATCH 22/51] drm/i915: Update i915_switch_context() to take a request structure
` [PATCH 23/51] drm/i915: Update do_switch() "
` [PATCH 24/51] drm/i915: Update deferred context creation to do explicit request management
` [PATCH 25/51] drm/i915: Update init_context() to take a request structure
` [PATCH 26/51] drm/i915: Update render_state_init() "
` [PATCH 27/51] drm/i915: Update overlay code to do explicit request management
` [PATCH 28/51] drm/i915: Update queue_flip() "
` [PATCH 29/51] drm/i915: Update add_request() to take a request structure
` [PATCH 30/51] drm/i915: Update [vma|object]_move_to_active() to take request structures
` [PATCH 31/51] drm/i915: Update l3_remap to take a request structure
` [PATCH 32/51] drm/i915: Update mi_set_context() "
` [PATCH 33/51] drm/i915: Update a bunch of execbuffer heplers to take request structures
` [PATCH 34/51] drm/i915: Update workarounds_emit() "
` [PATCH 35/51] drm/i915: Update flush_all_caches() "
` [PATCH 36/51] drm/i915: Update switch_mm() to take a request structure
` [PATCH 37/51] drm/i915: Update ring->flush() to take a requests structure
` [PATCH 38/51] drm/i915: Update some flush helpers to take request structures
` [PATCH 39/51] drm/i915: Update ring->emit_flush() to take a request structure
` [PATCH 40/51] drm/i915: Update ring->add_request() "
` [PATCH 41/51] drm/i915: Update ring->emit_request() "
` [PATCH 42/51] drm/i915: Update ring->dispatch_execbuffer() "
` [PATCH 43/51] drm/i915: Update ring->emit_bb_start() "
` [PATCH 44/51] drm/i915: Update ring->sync_to() "
` [PATCH 45/51] drm/i915: Update ring->signal() "
` [PATCH 46/51] drm/i915: Update cacheline_align() "
` [PATCH 47/51] drm/i915: Update ironlake_enable_rc6() to do explicit request management
` [PATCH 48/51] drm/i915: Update intel_ring_begin() to take a request structure
` [PATCH 49/51] drm/i915: Update intel_logical_ring_begin() "
` [PATCH 50/51] drm/i915: Remove the now obsolete intel_ring_get_request()
` [PATCH 51/51] drm/i915: Remove the now obsolete 'outstanding_lazy_request'

[PATCH 1/4] drm/irq: Add drm_crtc_vblank_reset
 2015-02-13 11:35 UTC  (12+ messages)
` [PATCH 2/4] drm/i915: Drop pipe_enable checks in vblank funcs
` [PATCH 3/4] drm/i915: Flatten DRIVER_MODESET checks in i915_irq.c
` [PATCH 4/4] drm/i915: Switch to drm_crtc variants of vblank functions
    ` [Intel-gfx] "

[PATCH] drm/i915: Add process identifier to requests
 2015-02-13 10:41 UTC  (7+ messages)

[RFC 0/2] Contain PPGTT memory leak/usage in true PPGTT mode
 2015-02-13 10:34 UTC  (8+ messages)
` [RFC 1/2] drm/i915: Export active PPGTTs in debugfs
` [RFC 2/2] drm/i915: Clean-up PPGTT on context destruction

[PATCH 0/6] eDP DRRS based on frontbuffer tracking
 2015-02-13 10:03 UTC  (7+ messages)
` [PATCH 1/6] drm/i915: Add support for DRRS in intel_dp_set_m_n
` [PATCH 2/6] drm/i915/bdw: Add support for DRRS to switch RR
` [PATCH 3/6] drm/i915: Support for RR switching on VLV
` [PATCH 4/6] drm/i915: Enable eDP DRRS for CHV
` [PATCH 5/6] Documentation/drm: DocBook integration for DRRS
` [PATCH 6/6] drm/i915: Add debugfs entry "

INTEL ATOM E3826 Feedback from an industrial customer
 2015-02-13 10:04 UTC 

[PATCH 1/5] agp/intel: Serialise after GTT updates
 2015-02-13  9:25 UTC  (5+ messages)

[PATCH] drm/i915: Check obj->vma_list under the struct_mutex
 2015-02-13  9:18 UTC  (6+ messages)

[PATCH 0/2] A couple of fixes on top of the recent W/A work
 2015-02-13  8:59 UTC  (7+ messages)
` [PATCH 1/2] drm/i915/skl: Fix always true comparison in a revision id check
` [PATCH 2/2] drm/i915/skl: Use a LRI for WaDisableDgMirrorFixInHalfSliceChicken5

[PATCH] drm/i915: Fix frontbuffer false positve
 2015-02-13  8:48 UTC  (7+ messages)

[RFC 00/12] i915 init-time configuration
 2015-02-13  8:19 UTC  (17+ messages)
` [RFC 01/12] drm/i915/config: Initial framework
` [RFC 02/12] drm/i915/config: Introduce intel_output_name
` [RFC 03/12] drm/i915/config: Add init-time configuration of bits per color
` [RFC 04/12] drm/i915/config: Set dp panel fitter property based on init-time config
` [RFC 05/12] drm/i915/config: Set general connector properties using config
` [RFC 06/12] drm/i915/config: Split out allocation of list nodes
` [RFC 07/12] drm/i915/config: Get workaround information from configuration
` [RFC 08/12] drm/i915/config: Use workarounds list "
` [RFC 09/12] drm/i915/config: Add VBT settings configuration
` [RFC 10/12] drm/i915/config: Introduce a test table and code to make use of it
` [RFC 11/12] drm/i915/config: Add workaround properties to ACPI table
` [RFC 12/12] drm/i915/config: Add ACPI device examples for VBT configuration

[PATCH 00/18] A few more workarounds
 2015-02-13  5:09 UTC  (41+ messages)
` [PATCH 01/18] drm/i915: Support not having an init clock gating function defined
` [PATCH 02/18] drm/i915/skl: Implement WaDisableHBR2
    ` [PATCH v2] "
` [PATCH 03/18] drm/i915/skl: Document the WM read latency W/A with its name
` [PATCH 04/18] drm/i915/skl: Provide a gen9 specific init_render_ring()
` [PATCH 05/18] drm/i915/skl: Make the init clock gating function skylake specific
` [PATCH 06/18] drm/i915/skl: Implement WaSetGAPSunitClckGateDisable
` [PATCH 07/18] drm/i915/skl: Implement WaSetDisablePixMaskCammingAndRhwoInCommonSliceChicken
` [PATCH 08/18] drm/i915/skl: Document that we implement WaRsClearFWBitsAtReset
` [PATCH 09/18] drm/i915/skl: Implement WaEnableLbsSlaRetryTimerDecrement
` [PATCH 10/18] drm/i915/skl: Implement WaDisableVFUnitClockGating
` [PATCH 11/18] drm/i915/skl: Introduce a SKL specific init_workarounds()
` [PATCH 12/18] drm/i915/skl: Implement WaDisablePowerCompilerClockGating
` [PATCH 13/18] drm/i915/skl: Implement WaDisablePartialResolveInVc
` [PATCH 14/18] drm/i915/skl: Implement WaDisableLSQCROPERFforOCL
` [PATCH 15/18] drm/i915/skl: Implement WaDisableHDCInvalidation
` [PATCH 16/18] drm/i915/skl: Implement WaDisableChickenBitTSGBarrierAckForFFSliceCS
` [PATCH 17/18] drm/i915/skl: Implement WaCcsTlbPrefetchDisable:skl
` [PATCH 18/18] drm/i915/skl: Implement WaBarrierPerformanceFixDisable

[PATCH 07/12] drm/i915: Read out display FIFO size on VLV/CHV
 2015-02-12 18:59 UTC  (2+ messages)
` [PATCH v2 "

[PATCH 0/4] drm/i915: CHV display PHY magic
 2015-02-12 18:52 UTC  (7+ messages)
` [PATCH 1/4] drm/i915: Implement chv display PHY lane stagger setup
` [PATCH 2/4] drm/i915: Add a hack to fix link training errors on pipe A+port B on CHV
` [PATCH 3/4] Revert "drm/i915: Hack to tie both common lanes together on chv"
` [PATCH 4/4] drm/i915: Work around DISPLAY_PHY_CONTROL register corruption on CHV

[RESEND 0/9] Reviewed FBC patches
 2015-02-12 17:58 UTC  (6+ messages)
` [PATCH 5/9] drm/i915: also do frontbuffer tracking on pwrites

[PATCH] drm/i915: More DPIO magic for CHV HDMI & DP
 2015-02-12 13:20 UTC  (5+ messages)

PCH fifo underrun in 3.18
 2015-02-12  6:27 UTC  (5+ messages)

[PATCH 1/1] tools/intel_audio_dump: add support for Skylake
 2015-02-12  0:41 UTC 

[PATCH 1/4] intel: Unconditionally clear ioctl structs
 2015-02-11 19:10 UTC  (13+ messages)
` [PATCH 2/4] xf86drmMode: "
` [PATCH 3/4] drm: use drmIoctl everywhere
` [PATCH 4/4] xf86drm: Unconditionally clear ioctl structs
` [PATCH] tests: remove intel-specific tests

i915: WARN_ON(val > dev_priv->rps.max_freq_softlimit)
 2015-02-11 16:57 UTC  (9+ messages)

[PATCH] drm/i915: Align initial plane backing objects correctly
 2015-02-11 16:38 UTC  (2+ messages)

[PATCH] drm/i915: DP link training optimization
 2015-02-11 16:06 UTC  (3+ messages)

[PATCH 00/10] Random cleanups
 2015-02-11 16:05 UTC  (4+ messages)
` [PATCH 02/10] drm/i915: Make intel_ring_setup_status_page() static

[PATCH 1/2] drm/i915: Detect eDRAM with the enabled bit only
 2015-02-11 15:47 UTC  (3+ messages)

DELL Latitude e5540 Intel 4400 3rd display problem
 2015-02-11 15:26 UTC  (3+ messages)

[PATCH] drm/i915: Align initial plane backing objects correctly
 2015-02-11 14:57 UTC  (2+ messages)

Hibernation test
 2015-02-11 14:46 UTC 

[PATCH] drm/i915: Reject garbage in unsed ctx create/destroy fields
 2015-02-11 14:00 UTC  (4+ messages)

[PATCH] tests/kms_addfb: Add support for fb modifiers
 2015-02-11 13:53 UTC  (2+ messages)

[PATCH 4/10] drm/i915: DRRS calls based on frontbuffer
 2015-02-11 12:58 UTC  (3+ messages)
` [PATCH 1/6] drm/i915: Add support for DRRS in intel_dp_set_m_n

[PATCH] drm/i915: Do not invalidate obj->pages under mempressure
 2015-02-11 13:02 UTC  (8+ messages)
  ` [Intel-gfx] "

[PATCH] drm/i915: Add debugfs entry for DRRS
 2015-02-11 12:52 UTC  (2+ messages)

[PATCH] drm/i915/bdw: Add support for DRRS to switch RR
 2015-02-11 12:48 UTC  (2+ messages)

[PULL] drm-intel-next-fixes v2
 2015-02-11 12:17 UTC 

[PULL] drm-intel-next-fixes
 2015-02-11 11:48 UTC  (2+ messages)

[drm-intel:drm-intel-next-queued 161/168] drivers/gpu/drm/i915/intel_ringbuffer.c:505:6: sparse: symbol 'intel_ring_setup_status_page' was not declared. Should it be static?
 2015-02-11 11:37 UTC  (2+ messages)
` [PATCH drm-intel] drm/i915: intel_ring_setup_status_page() can be static

[PATCH 10/10] drm/i915: Remove the IS_SNB_G1 define
 2015-02-11 11:35 UTC  (2+ messages)

proposal for DVFS (Dynamic Voltage Frequency Scaling)
 2015-02-11 10:42 UTC  (7+ messages)

[PATCH 0/5] i915 fb modifier support, respun
 2015-02-11 10:25 UTC  (6+ messages)
` [PATCH v2 00/13] "
  ` [PATCH 13/13] drm/i915: Announce support for framebuffer modifiers


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