public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2015-02-12 22:38:50 to 2015-02-17 13:42:07 UTC [more...]

[PATCH 1/5] drm/irq: Add drm_crtc_vblank_reset
 2015-02-17 13:42 UTC  (8+ messages)
` [PATCH 2/5] drm/i915: Drop pipe_enable checks in vblank funcs
` [PATCH 3/5] drm/i915: Flatten DRIVER_MODESET checks in i915_irq.c
` [PATCH 4/5] drm/i915: Switch to drm_crtc variants of vblank functions
` [PATCH 5/5] drm/irq: Don't call ->get_vblank_counter directly from irq_uninstall/cleanup

[PATCH 1/2] drm/i915: Re-order some checks to do the unlikely one first
 2015-02-17 11:48 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: Don't try to set INSTPM for the _ABSOLUTE constant buffer address

[PATCH i-g-t] tests/gem_render_linear_blits: split into two subtests
 2015-02-17 11:40 UTC 

[PATCH] drm/i915: Reset logical ring contexts' head and tail during GPU reset
 2015-02-17 11:34 UTC  (3+ messages)

[PATCH] drm: Fix the CRTC_STEREO_DOUBLE_ONLY define to include stero modes
 2015-02-17  0:41 UTC  (2+ messages)

[PATCH 1/2] drm/i915: Move drm_framebuffer_unreference out of struct_mutex for flips
 2015-02-16 21:59 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: Move drm_framebuffer_unreference out of struct_mutex for takeover

[PATCH 0/7] Added missing changes for Turbo feature on SKL
 2015-02-16 19:05 UTC  (3+ messages)
` [PATCH 1/7] drm/i915/skl: Added new macros

[PATCH] drm/i915/skl: handle all pixel formats in skylake_update_primary_plane()
 2015-02-16 16:38 UTC  (5+ messages)

[BISECTED REGRESSION in 3.19-rc1] [drm/i915] WARNING: drivers/gpu/drm/drm_irq.c:1077 drm_wait_one_vblank
 2015-02-16 13:10 UTC  (4+ messages)

[PATCH] drm/i915: More DPIO magic for CHV HDMI & DP
 2015-02-16 11:32 UTC  (12+ messages)
` [v2 0/5] "
  ` [v2 1/5] drm/i915: Add new PHY reg definitions for lock threshold
  ` [v2 2/5] drm/i915: Limit max VCO supported in CHV to 6.48GHz
  ` [v2 3/5] drm/i915: Disable M2 frac division for integer case
  ` [v2 4/5] drm/i915: Initialize CHV digital lock detect threshold
  ` [v2 5/5] drm/i915: Update prop, int co-eff and gain threshold for CHV

[PATCH] drm/i915: Fix a use after free, and unbalanced refcounting
 2015-02-16 11:13 UTC  (4+ messages)

[PATCH] drm/i915: Align initial plane backing objects correctly
 2015-02-16  8:29 UTC  (3+ messages)

[PATCH] drm/i915: Push vblank enable/disable past encoder->enable/disable
 2015-02-16  8:24 UTC  (2+ messages)

[PATCH 0/7] FBC frontbuffer tracking conversion, v3
 2015-02-16  7:44 UTC  (10+ messages)
` [PATCH 1/7] drm/i915: extract intel_fbc_find_crtc()
` [PATCH 2/7] drm/i915: HSW+ FBC is tied to pipe A
` [PATCH 3/7] drm/i915: gen5+ can have FBC with multiple pipes
` [PATCH 4/7] drm/i915: pass which operation triggered the frontbuffer tracking
` [PATCH 5/7] drm/i915: also do frontbuffer tracking on pwrites
` [PATCH 6/7] drm/i915: add frontbuffer tracking to FBC
` [PATCH 7/7] drm/i915: don't reallocate the compressed FB at every frame

[PATCH 1/1] tools/intel_audio_dump: add support for Skylake
 2015-02-16  4:39 UTC  (2+ messages)

[PATCH] Tune IZ hashing when a subslice has one EU fewer
 2015-02-14 18:30 UTC  (2+ messages)
` [PATCH] drm/i915/skl: Tune IZ hashing when subslices are unbalanced

[PATCH] drm/i915/skl: Fix plane index in the colorkey vfuncs
 2015-02-14 12:15 UTC  (2+ messages)

[PATCH 0/3] Restore pipe interrupts registers after power well enabling
 2015-02-14  7:04 UTC  (5+ messages)
` [PATCH 1/3] drm/i915/skl: Make gen8_irq_power_well_post_enable() take a pipe mask
` [PATCH 2/3] drm/i915/skl: Restore pipe interrupt registers after power well enabling
` [PATCH 3/3] drm/i915: Remove unused condition in hsw_power_well_post_enable()

[PATCH 0/3] Fix for SKL partial EU enablement
 2015-02-14  2:41 UTC  (5+ messages)
` [PATCH 1/3] drm/i915/skl: Determine SKL slice/subslice/EU info
` [PATCH 2/3] drm/i915/skl: Add SKL HW status to SSEU status
` [PATCH 3/3] drm/i915: Request full SSEU enablement on Gen9

[PATCH] drm/i915: Prevent TLB error on first execution on SNB
 2015-02-14  0:19 UTC  (6+ messages)
  ` [PATCH v2] "

Updated drm-intel-testing
 2015-02-13 23:47 UTC 

[PATCH] tools/intel_gtt: Add support for gen8
 2015-02-13 17:27 UTC 

[RFC 00/12] i915 init-time configuration
 2015-02-13 17:17 UTC  (18+ 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/51] Remove the outstanding_lazy_request
 2015-02-13 17:04 UTC  (60+ 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 igt] quick_dump: Add interrupt and PPAT registers to the SKL dump
 2015-02-13 17:01 UTC 

[PATCH] drm/i915: Add process identifier to requests
 2015-02-13 16:54 UTC  (4+ messages)

[PATCH 1/5] agp/intel: Serialise after GTT updates
 2015-02-13 16:43 UTC  (16+ messages)
` [PATCH 3/5] drm/i915: Trim the command parser allocations
` [PATCH 4/5] drm/i915: Cache last obj->pages location for i915_gem_object_get_page()
` [PATCH 5/5] drm/i915: Tidy batch pool logic

[PATCH] drm/i915: Remove references to previously removed UMS config option
 2015-02-13 14:44 UTC  (3+ messages)

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

[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  (2+ messages)

[RFC 0/2] Contain PPGTT memory leak/usage in true PPGTT mode
 2015-02-13 10:34 UTC  (7+ messages)
` [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] 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  (5+ messages)
` [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)

[PATCH v2] drm/i915/skl: Implement WaDisableHBR2
 2015-02-13  5:09 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