public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2015-03-06 18:50:59 to 2015-03-10 18:04:52 UTC [more...]

[PATCH 0/9] drm/i915: Update derived plane state at crtc enable/disable
 2015-03-10 18:01 UTC  (22+ messages)
` [PATCH 1/9] drm/i915: Remove debug prints from primary plane update funcs
` [PATCH 2/9] drm/i915: Reduce clutter by using the local plane pointer
` [PATCH 3/9] drm/i915: Use plane->state->fb instead of plane->fb in intel_plane_restore()
` [PATCH 4/9] drm/i915: Make derived plane state correct after crtc_enable
` [PATCH 5/9] drm/i915: Pass primary plane size to .update_primary_plane()
` [PATCH 6/9] drm/i915: Pass the primary plane position "
` [PATCH 7/9] drm/i915: Update watermarks after the derived plane state is uptodate
` [PATCH 8/9] drm/i915: Use state->visible in wm calculation
` [PATCH 9/9] drm/i915: Don't re-enable an explicitly disabled primary plane due to sprite coverage changes

[PATCH] tests/core_getparams: Create new test core_getparams
 2015-03-10 17:58 UTC  (8+ messages)
` [PATCH i-g-t 1/2] "
  ` [PATCH i-g-t 2/2] configure: Bump required libdrm version to 2.4.60
    ` [Intel-gfx] "
      ` [Beignet] "

[PATCH] drm/i915: Do not use ggtt_view with (aliasing) PPGTT
 2015-03-10 16:43 UTC  (2+ messages)

[PATCH] drm/i915: Optimistically spin for the request completion
 2015-03-10 16:14 UTC  (2+ messages)

[PATCH] drm/i915: Add polish to VLV WM shift+mask operations
 2015-03-10 15:02 UTC  (2+ messages)
` [PATCH] drm/i915: Use FW_WM() macro for older gmch platforms too

kernel BUG at drivers/gpu/drm/drm_mm.c:305!
 2015-03-10 13:46 UTC 

[PATCH] drm/i915: Prevent TLB error on first execution on SNB
 2015-03-10 13:31 UTC  (6+ messages)
` [PATCH v2] "

[PATCH 0/3] Fix recent watermark breakage (v2)
 2015-03-10 13:09 UTC  (12+ messages)
` [PATCH 1/3] drm/i915: Update intel_crtc_active() to use state values (v2)
` [PATCH 2/3] drm/i915: Use crtc->state->active in ilk/skl watermark calculations (v3)
` [PATCH 3/3] drm/i915: Don't assume primary & cursor are always on for wm calculation (v3)
        ` [PATCH 3/3] drm/i915: Don't assume primary & cursor are always on for wm calculation (v4)

[PATCH] drm/i915: Ignore pipe B active state when enabling pipe C
 2015-03-10 13:03 UTC  (8+ messages)
      ` [PATCH] drm/i915: Simplify the way BC bifurcation state consistency is kept
        ` [PATCH] tests: Add test for pipe B and C interactions in IVB

[PATCH 1/2] drm/i915: Move drm_framebuffer_unreference out of struct_mutex for flips
 2015-03-10 12:56 UTC  (7+ messages)
` [PATCH 2/2] drm/i915: Move drm_framebuffer_unreference out of struct_mutex for takeover

[PATCH v2 00/12] drm/i915: Redo VLV/CHV watermark code (v2)
 2015-03-10 11:27 UTC  (23+ messages)
` [PATCH v2 01/12] drm/i915: Reduce CHV DDL multiplier to 16/8
` [PATCH v2 02/12] drm/i915: Kill DRAIN_LATENCY_PRECISION_* defines
` [PATCH 04/12] drm/i915: Hide VLV DDL precision handling
` [PATCH v2 09/12] drm/i915: Rewrite VLV/CHV watermark code
` [PATCH v4 10/12] drm/i915: Program PFI credits for VLV
` [PATCH v3 11/12] drm/i915: Enable the maxfifo PM5 mode when appropriate on CHV
` [PATCH 12/12] drm/i915: Disable DDR DVFS "

[PATCH 00/24] PPGTT dynamic page allocations
 2015-03-10 11:19 UTC  (5+ messages)
` [PATCH v6 00/32] PPGTT dynamic page allocations and 48b addressing
  ` [PATCH v6 05/32] drm/i915: Track GEN6 page table usage

[PATCH] drm/i915/skl: Fix plane index in the colorkey vfuncs
 2015-03-10 10:32 UTC  (2+ messages)

[PATCH 5/7] drm/i915: Make sure we invalidate frontbuffer on fbcon
 2015-03-10 10:23 UTC  (4+ messages)
` [PATCH] "

[PATCH 00/51] Remove the outstanding_lazy_request
 2015-03-10 10:18 UTC  (48+ messages)
` [PATCH 00/53] "
  ` [PATCH 08/53] drm/i915: Update alloc_request to return the allocated request
  ` [PATCH 34/53] drm/i915: Update workarounds_emit() to take request structures
  ` [PATCH 35/53] drm/i915: Update flush_all_caches() "
  ` [PATCH 36/53] drm/i915: Update switch_mm() to take a request structure
  ` [PATCH 37/53] drm/i915: Update ring->flush() to take a requests structure
  ` [PATCH 38/53] drm/i915: Update some flush helpers to take request structures
  ` [PATCH 39/53] drm/i915: Update ring->emit_flush() to take a request structure
  ` [PATCH 40/53] drm/i915: Update ring->add_request() "
  ` [PATCH 41/53] drm/i915: Update ring->emit_request() "
  ` [PATCH 42/53] drm/i915: Update ring->dispatch_execbuffer() "
  ` [PATCH 43/53] drm/i915: Update ring->emit_bb_start() "
  ` [PATCH 44/53] drm/i915: Update ring->sync_to() "
  ` [PATCH 45/53] drm/i915: Update ring->signal() "
  ` [PATCH 46/53] drm/i915: Update cacheline_align() "
  ` [PATCH 48/53] drm/i915: Update intel_ring_begin() "
  ` [PATCH 49/53] drm/i915: Make intel_logical_ring_begin() static
  ` [PATCH 50/53] drm/i915: Update intel_logical_ring_begin() to take a request structure
  ` [PATCH 51/53] drm/i915: Remove the now obsolete intel_ring_get_request()
  ` [PATCH 52/53] drm/i915: Remove the now obsolete 'outstanding_lazy_request'
  ` [PATCH 53/53] drm/i915: Move the request/file and request/pid association to creation time

[PATCH 1/3] drm/i915/skl: Allow universal planes to position
 2015-03-10 10:10 UTC  (8+ messages)

[PATCH] drm/i915: Make WAIT_IOCTL negative timeouts be indefinite again
 2015-03-10 10:00 UTC  (6+ messages)

[4.0-rc2] WARNING at intel_check_page_flip
 2015-03-10  9:59 UTC  (11+ messages)
  ` Kernel 3.19rc6 flooding intel_check_page_flip warnings when using compton
            ` [PATCH] drm/i915: use in_interrupt() not in_irq() to check context

[PATCH] drm/i915: Do both mt and gen6 style forcewake reset on ivb probe
 2015-03-10  9:58 UTC  (3+ messages)

[PATCH 1/3] drm/i915: Disable M2 frac division for integer case
 2015-03-10  9:23 UTC  (3+ messages)

[PULL] topic/drm-misc
 2015-03-10  9:21 UTC 

[PATCH] drm/i915: Export total subslice and EU counts
 2015-03-10  7:34 UTC  (7+ messages)
  ` [Beignet] "
` [PATCH v2] "

Preventing zero GPU virtual address allocation
 2015-03-10  1:57 UTC  (12+ messages)
` [Intel-gfx] "
        ` [Beignet] "

[PATCH 2/2] Query the driver directly for compute units and subslice
 2015-03-09 23:35 UTC  (2+ messages)
` [PATCH 2/2 v2] "

[PATCH 00/23] Remove depencies on staged config for atomic transition
 2015-03-09 23:19 UTC  (4+ messages)
` [PATCH 05/23] drm/i915: Allocate a drm_atomic_state for the legacy modeset code

[PATCH] intel: Export total subslice and EU counts
 2015-03-09 23:13 UTC  (3+ messages)
` [PATCH 1/2 v2] "
  ` [PATCH 2/2] configure.ac: bump version to 2.4.60 for release

[PATCH 7/9] drm/i915: Update intel_dp_hpd_pulse() to check link status for non-MST operation
 2015-03-09 21:04 UTC  (7+ messages)
` [PATCH] "

[PATCH] drm/i915: Spelling s/auxilliary/auxiliary/
 2015-03-09 20:21 UTC 

[PATCH] drm/i915: Exit early from psr_status if PSR is not supported by the device
 2015-03-09 19:56 UTC  (3+ messages)

[PATCH] drm/i915: Fix struct_mutex deadlock due to merge fumble
 2015-03-09 19:08 UTC 

Displayport Compliance Testing V3
 2015-03-09 17:57 UTC  (3+ messages)
` [PATCH 4/9] drm/i915: Add debugfs functions for Displayport compliance testing

[PATCH] drm: Only warn about an invalid EDID block prior to rejection
 2015-03-09 17:25 UTC  (7+ messages)
  ` [Intel-gfx] "

[PATCH 0/2] Crystal Cove PMIC based Panel Control
 2015-03-09 17:15 UTC  (5+ messages)
` [PATCH 1/2] gpio/crystalcove: Export Panel and backlight en/disable signals as GPIO

[PATCH 0/5] Fix recent watermark breakage
 2015-03-09 16:29 UTC  (14+ messages)
` [PATCH 1/5] drm/i915: Ensure crtc_state backpointer is initialized
` [PATCH 2/5] drm/i915: Kill intel_crtc->active
` [PATCH 3/5] drm/i915: Update intel_crtc_active() to use state values
` [PATCH 4/5] drm/i915: Use crtc->state->active in ilk/skl watermark calculations
` [PATCH 5/5] drm/i915: Don't assume primary & cursor are always on for wm calculation (v3)

[PATCH 0/2] SSEU detection for CHV
 2015-03-09 16:41 UTC  (4+ messages)

[PATCH] drm/i915/skl: port A fuse straps don't work on early SKL steppings
 2015-03-09 15:56 UTC  (6+ messages)

[PATCH 1/2] drm/i915: Allow pixel clock up to 95% of cdclk on CHV
 2015-03-09 15:40 UTC  (7+ messages)
` [PATCH 2/2] drm/i915: Fix chv cdclk support

[PATCH 1/7] drm/i915: Relax RPS contraints to allows setting minfreq on idle
 2015-03-09 15:38 UTC  (5+ messages)
` [PATCH 2/7] drm/i915: Fix computation of last_adjustment for RPS autotuning

[PATCH 1/6] drm/i915: Split i915_gem_batch_pool into its own header
 2015-03-09 14:59 UTC  (7+ messages)
` [PATCH 2/6] drm/i915: Tidy batch pool logic
` [PATCH 3/6] drm/i915: Split the batch pool by engine
` [PATCH 4/6] drm/i915: Free batch pool when idle
` [PATCH 5/6] drm/i915: Split batch pool into size buckets
` [PATCH 6/6] drm/i915: Include active flag when describing objects in debugfs

[PATCH 0/6] SKL post-enable power well hook (v2)
 2015-03-09  9:00 UTC  (10+ messages)
` [PATCH 1/6] drm/i915/skl: Make gen8_irq_power_well_post_enable() take a pipe mask
` [PATCH 3/6] drm/i915/skl: Mirror what we do on HSW for the power well enable log message
` [PATCH 4/6] drm/i915/skl: Restore pipe interrupt registers after power well enabling
` [PATCH 5/6] drm/i915: Remove unused condition in hsw_power_well_post_enable()
` [PATCH 6/6] drm/i915/skl: Restore the DDI translation tables when enabling PW1

[PATCH 05/51] drm/i915: Add return code check to i915_gem_execbuffer_retire_commands()
 2015-03-09  8:01 UTC  (11+ messages)

[PATCH] kms_rotation_crc: Adding test for 90/270 rotation
 2015-03-09  5:56 UTC 

[PATCH 1/2] Add driver callback for updating device info
 2015-03-09  0:21 UTC  (2+ messages)
` [Beignet] "

i915 when using vaapi, screen only refreshes on mouse movement
 2015-03-07 21:05 UTC  (12+ messages)

[PATCH 3/5] drm/i915/chv: Set min freq to efficient
 2015-03-07  7:26 UTC 

[PATCH 11/11] drm/i915/skl: Enable the RPS interrupts programming
 2015-03-06 19:44 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