public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2014-09-15 09:12:01 to 2014-09-19 03:33:52 UTC [more...]

[PATCH] drm/i915/vlv: Remove check for Old Ack during forcewake
 2014-09-20  3:29 UTC  (6+ messages)

[PATCH 0/8] Add enlightenments for vGPU
 2014-09-19 18:47 UTC  (9+ messages)
` [PATCH 1/8] drm/i915: Introduce a PV INFO page structure for Intel GVT-g
` [PATCH 2/8] drm/i915: Adds graphic address space ballooning logic
` [PATCH 3/8] drm/i915: Partition the fence registers for vgpu in i915 driver
` [PATCH 4/8] drm/i915: Disable framebuffer compression for i915 driver in VM
` [PATCH 5/8] drm/i915: Add the display switch logic for vgpu in i915 driver
` [PATCH 6/8] drm/i915: Disable power management for i915 driver in VM
` [PATCH 7/8] drm/i915: Create vgpu specific write MMIO to reduce traps
` [PATCH 8/8] drm/i915: Support alias ppgtt in VM if ppgtt is enabled

[PATCH 1/2] drm/i915: Re-enable the command parser when using PPGTT
 2014-09-18 23:26 UTC  (2+ messages)
` [PATCH 2/2] drm/i915: Log a message when rejecting LRM to OACONTROL

[PATCH] drm/i915: Avoid reading fbc registers in vain when fbc was never enabled
 2014-09-18 22:37 UTC  (5+ messages)

[PATCH 1/2] drm/i915: Only flush fbc on sw when fbc is enabled
 2014-09-18 15:29 UTC  (8+ messages)
` [PATCH 2/2] drm/i915: Minimize the huge amount of unecessary fbc sw cache clean
      ` [PATCH] "

[PATCH 1/5] drm/i915: Merge of visible and !visible paths for primary planes
 2014-09-18 19:43 UTC  (5+ messages)
` [PATCH 2/5] drm/i915: move checks of intel_crtc_cursor_set_obj() out
` [PATCH 3/5] drm/i915: remove intel_crtc_cursor_set_obj()
` [PATCH 4/5] drm/i915: split intel_crtc_page_flip() into check() and commit()
` [PATCH 5/5] drm/i915: remove intel_pipe_set_base()

turn off lowmemorykiller when running IGT on Android?
 2014-09-18 18:57 UTC  (2+ messages)

[PATCH 0/6] RFC: Persistent workarounds across reset/resume
 2014-09-18 17:05 UTC  (13+ messages)
` [PATCH 1/6] drm/i915: Reinitialize default context after reset
` [PATCH 2/6] drm/i915: Reinitialize default context after resume
` [PATCH 3/6] drm/i915: Disable render idle on user forcewake
` [PATCH 4/6] drm/i915: Build workaround list in ring initialization
` [PATCH 5/6] drm/i915: Add ivb workarounds into the wa list
` [PATCH 6/6] drm/i915: Check workaround status on dfs read time
  ` [PATCH] tests/gem_workarounds: adapt to constant wa list from driver

[PATCH 00/89] Basic Skylake enabling
 2014-09-18 14:29 UTC  (85+ messages)
` [PATCH 08/89] drm/i915/skl: Use gen8_ring_dispatch_execbuffer() on GEN9
` [PATCH 11/89] drm/i915/skl: Framebuffers need to be aligned to 256Kb on Skylake
` [PATCH 12/89] drm/i915/skl: Implement thew new update_plane() for primary planes
` [PATCH 21/89] drm/i915/skl: Implement the get_aux_clock_divider() DP vfunc
` [PATCH 22/89] drm/i915/skl: Provide a get_aux_send_ctl() vfunc for skylake
` [PATCH 23/89] drm/i915/skl: Initialize PPGTT like gen8
` [PATCH 24/89] drm/i915/skl: Allow the reg_read ioctl to return RCS_TIMESTAMP
` [PATCH 25/89] drm/i915/skl: report the same INSTDONE registers as gen8
` [PATCH 26/89] drm/i915/skl: Report the PDP regs as in gen8
` [PATCH 27/89] drm/i915/skl: SKL shares the same underrun interrupt as BDW
` [PATCH 28/89] drm/i915/skl: SKL pipe misc programming
` [PATCH 29/89] drm/i915/skl: vfuncs for skl eld and global resource
` [PATCH 30/89] drm/i915/skl: SKL backlight enabling
` [PATCH 32/89] drm/i915/skl: Adjust the display engine interrupts
` [PATCH 33/89] drm/i915/skl: Sunrise Point PCH detection
` [PATCH 34/89] drm/i915/skl: Implement WaDisableSDEUnitClockGating:skl
` [PATCH 35/89] drm/i915/skl: Implement Wa4x4STCOptimizationDisable:skl
` [PATCH 36/89] drm/i915/skl: Implement WaDisableDgMirrorFixInHalfSliceChicken5:skl
` [PATCH 37/89] drm/i915/skl: Skylake has 2 "sprite" planes per pipe
` [PATCH 38/89] drm/i915/skl: Implement drm_plane vfuncs
` [PATCH 39/89] drm/i915/skl: Adjust assert_sprites_disabled()
` [PATCH 40/89] drm/i915/skl: Introduce a I915_MAX_PLANES macro
` [PATCH 41/89] drm/i915/skl: Introduce intel_num_planes()
` [PATCH 42/89] drm/i915/skl: Move gen9 pm initialization into its own branch
` [PATCH 44/89] drm/i915/skl: Register definitions and macros for SKL Watermark regs
    ` [PATCH 44/89 v4] "
` [PATCH 45/89] drm/i915/skl: Definition of SKL WM param structs for pipe/plane
` [PATCH 46/89] drm/i915/skl: Add DDB allocation management structures
` [PATCH 47/89] drm/i915/skl: SKL Watermark Computation
` [PATCH 69/89] drm/i915/skl: Adding power domains for AUX controllers
` [PATCH 70/89] drm/i915/skl: Register definition for SKL power well
` [PATCH 71/89] drm/i915/skl: Implementation of SKL display power well support
` [PATCH 72/89] drm/i915/skl: Enable/disable power well for aux transaction
` [PATCH 73/89] drm/i915/skl: Enabling MISC IO power well
` [PATCH 00/89] Basic Skylake enabling (reviewers)

[RFC PATCH] drm/i915: add new intel audio file to group DP/HDMI audio
 2014-09-18 13:38 UTC  (5+ messages)

[PATCH] intel: Adding locks for drm objects synchronization
 2014-09-18 12:43 UTC  (2+ messages)

[PULL] drm-intel-fixes
 2014-09-18 12:12 UTC 

YABT - pipe_off wait timed out
 2014-09-18 12:10 UTC  (2+ messages)

[PATCH] drm/i915: Don't enable IPS when pixel rate exceeds 95% of cdclk
 2014-09-18 11:56 UTC  (9+ messages)
` [PATCH v2] "

[PATCH] drm/i915: Flush the PTEs after updating them before suspend
 2014-09-18 11:52 UTC  (2+ messages)

External monitor issues with 3.17-rc4 and i915 module
 2014-09-18 11:48 UTC  (5+ messages)

[PATCH] lib/core: Check for kernel error messages and FAIL if any are found
 2014-09-18 10:02 UTC  (8+ messages)

[PATCH] drm/i915: Make hangcheck logging more compact
 2014-09-18  8:16 UTC 

[PATCH] drm/i915/chv: Implement Wa4x4STCOptimizationDisable:chv
 2014-09-18  8:14 UTC  (3+ messages)

[PATCH] tools/intel_reg_dumper: Shows fences and rp debug regs on BDW
 2014-09-17 18:08 UTC  (4+ messages)
  ` [PATCH] tools/intel_reg_dumper: Shows fences and rp debug regs on BDW+

[PATCH 1/4] drm/i915: PSR: organize setup function
 2014-09-17 17:23 UTC  (8+ messages)
` [PATCH 2/4] drm/i915: PSR: Organize PSR enable function
` [PATCH 3/4] drm/i915: Avoid re-configure panel on every PSR re-enable
` [PATCH 4/4] drm/i915: Make sure PSR is ready for been re-enabled
    ` [PATCH] "

[PATCH] drm/i915/hdmi: fix hdmi audio state readout
 2014-09-17 15:55 UTC  (2+ messages)

[PATCH 00/11] Spinlock use clarification in i915
 2014-09-17 15:46 UTC  (13+ messages)
` [PATCH 01/11] drm/i915: Clarify event_lock locking, process context
` [PATCH 02/11] drm/i915: Clarify event_lock locking, irq&mixed context
` [PATCH 03/11] drm/i915: Clarify gpu_error.lock locking
` [PATCH 04/11] drm/i915: Clarify irq_lock locking, intel_tv_detect
` [PATCH 05/11] drm/i915: Clarify irq_lock locking, work functions
` [PATCH 06/11] drm/i915: Clarify irq_lock locking, interrupt install/uninstall
` [PATCH 07/11] drm/i915: Clarify irq_lock locking, irq handlers
` [PATCH 08/11] drm/i915: Clarify irq_lock locking, special cases
` [PATCH 09/11] drm/i915: Convert backlight_lock to a mutex
` [PATCH 10/11] drm/i915: Clarify uncore.lock locking
` [PATCH 11/11] drm/i915: Clarify mmio_flip_lock locking

[PATCH 1/2] drm/i915: Initialize bdw workarounds in logical ring mode too
 2014-09-17 15:16 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: Initialize chv "

[PATCH] drm/i915/bdw: cancel the SW turbo tasks before runtime suspending
 2014-09-17 14:25 UTC  (2+ messages)

[PATCH] intel: Don't leak the test page in an has_userptr() error path
 2014-09-17 12:37 UTC 

[RFC] libdrm_intel: Add support for userptr objects
 2014-09-17 11:26 UTC  (3+ messages)
` [PATCH] intel: "

[PATCH] drm/i915: Fix Sink CRC
 2014-09-16 23:18 UTC  (5+ messages)
  ` [PATCH 1/2] "

[PATCH 53/89] drm/i915/skl: Gen9 Forcewake
 2014-09-16 13:49 UTC  (2+ messages)
` [PATCH 53/89 v2] "

[PATCH 2/2] drm/i915: Use EIO instead of EAGAIN for sink CRC error
 2014-09-16  8:55 UTC  (2+ messages)

[PATCH 00/16] fix VLV S4 suspend/resume, unify S3/S4 handlers
 2014-09-15 17:42 UTC  (4+ messages)
` [PATCH 01/16] drm/i915: vlv: fix gunit HW state corruption during S4 suspend

[PATCH 09/16] drm/i915: check for GT faults during S3 resume and S4 restore too
 2014-09-15 16:45 UTC  (3+ messages)
` [PATCH v2 09/16] drm/i915: check for GT faults in all resume handlers and driver load time

[PATCH 1/3] drm/i915 Add golden context support for Gen9
 2014-09-15 16:03 UTC  (3+ messages)

[PATCH] drm/i915: Extend GET_APERTURE ioctl to report available map space
 2014-09-15 15:29 UTC  (3+ messages)

[PATCH 16/16] drm/i915: add comments on what stage a given PM handler is called
 2014-09-15 15:23 UTC  (2+ messages)
` [PATCH v2 "

[PATCH] drm/i915/bios: add missing __packed to structs used for reading vbt
 2014-09-15 14:06 UTC  (3+ messages)
` [PATCH v2] "

[PULL] drm-intel-next
 2014-09-15 14:05 UTC 

[PATCH v2] drm/i915: Support variable cursor height on ivb+
 2014-09-15 13:46 UTC  (12+ messages)
` [PATCH v3 1/4] drm/i915: Move the cursor_base setup to i{845, 9xx}_update_cursor()
  ` [PATCH v3 2/4] drm/i915: Only set CURSOR_PIPE_CSC_ENABLE when cursor is enabled
  ` [PATCH v3 3/4] drm/i915: Skip CURBASE write when nothing changed
  ` [PATCH v3 4/4] drm/i915: Support variable cursor height on ivb+

[PATCH] drm/i915: Fix irq checks in ring->irq_get/put functions
 2014-09-15 13:02 UTC  (2+ messages)

[PATCH] drm: Improve debug output for drm_wait_one_vblank
 2014-09-15 12:55 UTC  (2+ messages)

[PATCH] uxa: intel_sync_close() is only available when HAVE_DRI3
 2014-09-15 11:12 UTC  (3+ messages)

[PATCH 1/2] drm/i915: Update plane parameters for cursor plane
 2014-09-15 10:43 UTC  (3+ messages)

[PATCH 1/2] drm/i915: Fix irq_enabled checks in vlv display irq enable/disable
 2014-09-15 10:30 UTC  (7+ messages)
` [PATCH 2/2] drm/i915: Fix irq checks in ring->irq_get/put functions

[PATCH] drm/i915: vlv: fix display IRQ enable/disable
 2014-09-15  9:56 UTC  (2+ messages)

[PATCH] drm/i915/ppgtt: Load address space after mi_set_context
 2014-09-15  9:42 UTC  (3+ messages)
` [PATCH v4] "

v3.17-rc4+: DRM warning
 2014-09-15  9:21 UTC  (4+ messages)
` [PATCH] drm/i915: Add limited color range readout for HDMI/DP ports on g4x/vlv/chv

[PATCH igt 1/2] lib: Add igt_plane_set_size()
 2014-09-15  9:17 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