public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2015-02-23 15:58:03 to 2015-02-25 10:36:41 UTC [more...]

[PATCH 0/7] Skylake Y tiled scanout
 2015-02-25 10:36 UTC  (18+ messages)
` [PATCH 2/7] drm/i915/skl: Allow scanning out Y and Yf fbs
` [PATCH 3/7] drm/i915/skl: Adjust intel_fb_align_height() for Yb/Yf tiling
` [PATCH 5/7] drm/i915/skl: Adjust get_plane_config() to support "
` [PATCH 6/7] drm/i915/skl: Update watermarks for Y tiling
` [PATCH 7/7] drm/i915/skl: Allow Y (and Yf) frame buffer creation

[PATCH] tests/gem_bad_blit.c : Fix dst address for Gen8 onwards
 2015-02-25  8:56 UTC 

[PATCH] drm/i915: Fix frontbuffer false positve
 2015-02-25  8:13 UTC  (22+ messages)
              ` [PATCH] drm/i915: Clear crtc atomic flags at beginning of transaction

[PATCH 0/2] Support for low voltage swing
 2015-02-25  4:59 UTC  (3+ messages)
` [PATCH 1/2] drm/i915/skl: Support for edp low_vswing param in vbt
` [PATCH 2/2] drm/i915/skl: Add support for edp1.4 low vswing

[PATCH 2/7] drm/i915/skl: Updated the gen6_set_rps function
 2015-02-25  4:22 UTC  (12+ messages)
` [PATCH v2 0/7] Added missing changes for Turbo feature on SKL
` [PATCH v2 5/5] drm/i915/skl: Updated the gen9_enable_rps function
` [PATCH v2 6/7] drm/i915/skl: Updated the 'i915_frequency_info' debugs function

linux-next: manual merge of the drm-intel tree with the drm-intel-fixes tree
 2015-02-25  1:05 UTC 

[PATCH v2] lib/igt_kms.c: remove tests dependency on VT /dev/tty0
 2015-02-24 22:39 UTC  (2+ messages)

[RFC 00/12] i915 init-time configuration
 2015-02-24 22:23 UTC  (13+ messages)
` [RFC 01/12] drm/i915/config: Initial framework
` [RFC 07/12] drm/i915/config: Get workaround information from configuration
` [RFC 09/12] drm/i915/config: Add VBT settings configuration

[PATCH i-g-t 00/12] Testing the Y tiled display
 2015-02-24 21:53 UTC  (16+ messages)
` [PATCH i-g-t 01/12] tests/kms_addfb: Add support for fb modifiers
` [PATCH i-g-t 02/12] lib: Extract igt_buf_write_to_png() from gem_render_copy
` [PATCH i-g-t 03/12] tests/kms_addfb: Y tiled testcases
` [PATCH i-g-t 04/12] lib/skl: Add gen9 specific igt_blitter_fast_copy()
` [PATCH i-g-t 05/12] lib: Don't give a struct igt_buf * to fast_copy_pitch()
` [PATCH i-g-t 06/12] lib: Split two helpers to build fast copy's dword0 and dword1
` [PATCH i-g-t 07/12] lib: Provide a raw version of the gen9 fast copy blits
` [PATCH i-g-t 08/12] tiling: Convert framebuffer helpers to use fb modifiers
` [PATCH i-g-t 09/12] lib: Add support for new extension to the ADDFB2 ioctl
` [PATCH i-g-t 10/12] lib/igt_fb: Use new ADDFB2 extension for new tiling modes
` [PATCH i-g-t 11/12] lib: Allow the creation of Ys/Yf tiled FBs
` [PATCH i-g-t 12/12] testdisplay/skl: Add command line options for Yb/Yf tiled fbs

[PATCH] drm/i915/skl: Add check for minimum allocable Display Data Blocks
 2015-02-24 20:42 UTC  (4+ messages)
` [PATCH v2] drm/i915/skl: Make sure to allocate mininum sizes in the DDB

[PATCH 00/24] PPGTT dynamic page allocations
 2015-02-24 20:31 UTC  (41+ messages)
` [PATCH v5 00/32] PPGTT dynamic page allocations and 48b addressing
  ` [PATCH v5 02/32] drm/i915: Complete page table structures
  ` [PATCH v5 03/32] drm/i915: Create page table allocators
` [PATCH v6 00/32] PPGTT dynamic page allocations and 48b addressing
  ` [PATCH v6 01/32] drm/i915: page table abstractions
  ` [PATCH v6 02/32] drm/i915: Complete page table structures
  ` [PATCH v6 03/32] drm/i915: Create page table allocators
  ` [PATCH v6 04/32] drm/i915: Plumb drm_device through page tables operations
  ` [PATCH v6 05/32] drm/i915: Track GEN6 page table usage
  ` [PATCH v6 06/32] drm/i915: Extract context switch skip and pd load logic
  ` [PATCH v6 07/32] drm/i915: Track page table reload need
  ` [PATCH v6 08/32] drm/i915: Initialize all contexts
  ` [PATCH v6 09/32] drm/i915: Finish gen6/7 dynamic page table allocation
  ` [PATCH v6 10/32] drm/i915: Add dynamic page trace events
  ` [PATCH v6 11/32] drm/i915/bdw: Use dynamic allocation idioms on free
  ` [PATCH v6 12/32] drm/i915/bdw: page directories rework allocation
  ` [PATCH v6 13/32] drm/i915/bdw: pagetable allocation rework
  ` [PATCH v6 14/32] drm/i915/bdw: Update pdp switch and point unused PDPs to scratch page
  ` [PATCH v6 15/32] drm/i915: num_pd_pages/num_pd_entries isn't useful
  ` [PATCH v6 16/32] drm/i915: Extract PPGTT param from page_directory alloc
  ` [PATCH v6 17/32] drm/i915/bdw: Split out mappings
  ` [PATCH v6 18/32] drm/i915/bdw: begin bitmap tracking
  ` [PATCH v6 19/32] drm/i915/bdw: Dynamic page table allocations
  ` [PATCH v6 20/32] drm/i915/bdw: Support dynamic pdp updates in lrc mode
  ` [PATCH v6 21/32] drm/i915/bdw: Make pdp allocation more dynamic
  ` [PATCH v6 22/32] drm/i915/bdw: Abstract PDP usage
  ` [PATCH v6 23/32] drm/i915/bdw: Add dynamic page trace events
  ` [PATCH v6 24/32] drm/i915/bdw: Add ppgtt info for dynamic pages
  ` [PATCH v6 25/32] drm/i915/bdw: implement alloc/free for 4lvl
  ` [PATCH v6 26/32] drm/i915/bdw: Add 4 level switching infrastructure
  ` [PATCH v6 27/32] drm/i915/bdw: Support 64 bit PPGTT in lrc mode
  ` [PATCH v6 28/32] drm/i915/bdw: Generalize PTE writing for GEN8 PPGTT
  ` [PATCH v6 29/32] drm/i915: Plumb sg_iter through va allocation ->maps
  ` [PATCH v6 30/32] drm/i915/bdw: Add 4 level support in insert_entries and clear_range
  ` [PATCH v6 31/32] drm/i915: Expand error state's address width to 64b
  ` [PATCH v6 32/32] drm/i915/bdw: Flip the 48b switch

[BISECTED REGRESSION v3.18->v3.19-rc1] drm/i915: failure to poweroff after hibernation
 2015-02-24 19:00 UTC  (4+ messages)
` [PATCH] drm/i915: fix failure to power off after hibernate

Hibernation test
 2015-02-24 16:39 UTC  (3+ messages)

[PATCH i-g-t] remove tests dependency on VT /dev/tty0
 2015-02-24 16:12 UTC  (4+ messages)
` [PATCH i-g-t] lib/igt_kms.c: "

[PATCH] drm/i915: Align initial plane backing objects correctly
 2015-02-24 14:03 UTC  (4+ messages)

[PATCH] drm/i915: Check obj->vma_list under the struct_mutex
 2015-02-24 14:01 UTC  (3+ messages)

[PATCH v2] drm/i915: avoid processing spurious/shared interrupts in low-power states
 2015-02-24 14:00 UTC  (9+ messages)
` [PATCH v3] "
` [PATCH v4] "

[PATCH 00/51] Remove the outstanding_lazy_request
 2015-02-24 13:55 UTC  (4+ messages)
` [PATCH 00/53] "
  ` [PATCH 17/53] drm/i915: Split i915_ppgtt_init_hw() in half - generic and per ring

[PATCH] drm/i915: Do not invalidate obj->pages under mempressure
 2015-02-24 13:27 UTC  (4+ messages)

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

[PATCH] drm/i915: Push vblank enable/disable past encoder->enable/disable
 2015-02-24 12:58 UTC  (6+ messages)

[PATCH 1/2] drm/i915: Split adding request to smaller functions
 2015-02-24 12:57 UTC  (10+ messages)
` [PATCH 2/2] drm/i915: Protect engine request list with spinlock

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

[PATCH v5 01/32] drm/i915: page table abstractions
 2015-02-24 12:03 UTC  (3+ messages)
` [PATCH] "

[PATCH igt] quick_dump: Add interrupt and PPAT registers to the SKL dump
 2015-02-24 11:34 UTC  (3+ messages)

[PATCH 00/12] PPGTT with 48b addressing
 2015-02-24 10:59 UTC  (5+ messages)
` [PATCH 03/12] drm/i915/bdw: Add dynamic page trace events

[PATCH] drm/i915: Shift driver's HWSP usage out of reserved range
 2015-02-24 10:51 UTC  (5+ messages)

[PATCH] drm/i915/skl: Update edp 1.4 DDI translation table
 2015-02-24 10:44 UTC  (4+ messages)

[PATCH i-g-t] lib: print the signal name to stderr when handling a signal
 2015-02-24 10:35 UTC  (4+ messages)

[PATCH i-g-t 1/4] tests: improve pipe enumeration
 2015-02-24  9:45 UTC  (5+ messages)
` [PATCH i-g-t 2/4] lib: use defines for igt_simple_init and igt_subtest_init

[BISECTED REGRESSION in 3.19-rc1] [drm/i915] WARNING: drivers/gpu/drm/drm_irq.c:1077 drm_wait_one_vblank
 2015-02-24  7:45 UTC  (9+ messages)

intel_gpu_top query
 2015-02-24  2:02 UTC 

linux-next: build failure after merge of the drm-misc tree
 2015-02-24  0:59 UTC  (2+ messages)

[PATCH 0/6] eDP DRRS based on frontbuffer tracking
 2015-02-24  0:51 UTC  (4+ messages)
` [PATCH] drm/i915: Enhancing eDP DRRS debug message

[PATCH 6/6] drm/i915: Add debugfs entry for DRRS
 2015-02-24  0:39 UTC  (4+ messages)
` [PATCH] "

[PATCH v9] drm/i915/skl: Add support for SKL background color
 2015-02-24  0:10 UTC  (2+ messages)

[PATCH] drm: Fix deadlock due to getconnector locking changes
 2015-02-23 23:55 UTC  (2+ messages)

[PATCH 1/2] drm/i915: Disallow pin ioctl completely for kms drivers
 2015-02-23 23:52 UTC  (7+ messages)
      ` [Intel-gfx] "

[PATCH] drm: Adding edp1.4 specific dpcd macros
 2015-02-23 23:51 UTC  (5+ messages)

[regression in linux-next] i915: broken graphics on laptop
 2015-02-23 23:42 UTC  (8+ messages)
` [Intel-gfx] "
      ` [Regression] WARNING: drivers/gpu/drm/i915/i915_gem.c:4525 i915_gem_free_object
          ` [Intel-gfx] "

[RFC 0/2] Contain PPGTT memory leak/usage in true PPGTT mode
 2015-02-23 23:44 UTC  (12+ messages)
` [RFC 2/2] drm/i915: Clean-up PPGTT on context destruction

[PATCH 0/3] drm/i915: Further Skylake h/w w/a's
 2015-02-23 23:36 UTC  (7+ messages)
` [PATCH 1/3] drm/i915: gen 9 h/w w/a (Wa32bitGeneralStateOffset & Wa32bitInstructionBaseOffset)
` [PATCH 3/3] gen 9 h/w w/a (WaClearFlowControlGpgpuContextSave)

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

[PATCH] drm/i915: Reset logical ring contexts' head and tail during GPU reset
 2015-02-23 23:21 UTC  (4+ messages)

[PATCH 1/2] drm/i915: Move drm_framebuffer_unreference out of struct_mutex for flips
 2015-02-23 23:10 UTC  (2+ messages)

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

[PATCH 0/7] FBC frontbuffer tracking conversion, v3
 2015-02-23 23:02 UTC  (6+ messages)
` [PATCH 3/7] drm/i915: gen5+ can have FBC with multiple pipes
` [PATCH 7/7] drm/i915: don't reallocate the compressed FB at every frame

[PATCH 0/3] Fix for SKL partial EU enablement
 2015-02-23 22:57 UTC  (2+ messages)

[PATCH] drm/i915: Prevent TLB error on first execution on SNB
 2015-02-23 22:54 UTC  (4+ messages)

[PATCH 7/7] drm/i915: Remove DRIVER_MODESET checks from modeset code
 2015-02-23 17:13 UTC  (2+ messages)

[PATCH 00/18] A few more workarounds
 2015-02-23 16:31 UTC  (6+ messages)
` [PATCH 12/18] drm/i915/skl: Implement WaDisablePowerCompilerClockGating

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

[PATCH] drm/i915: More DPIO magic for CHV HDMI & DP
 2015-02-23 16:13 UTC  (6+ messages)
` [v2 0/5] "
  ` [v2 2/5] drm/i915: Limit max VCO supported in CHV to 6.48GHz

[PATCH 1/5] agp/intel: Serialise after GTT updates
 2015-02-23 16:09 UTC  (6+ messages)
` [PATCH 3/5] drm/i915: Trim the command parser allocations


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