Intel-GFX Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-06-01 13:27:45 to 2015-06-04 12:07:00 UTC [more...]

[PATCH 00/55] Remove the outstanding_lazy_request
 2015-06-04 12:06 UTC  (22+ messages)
` [PATCH 01/55] drm/i915: Re-instate request->uniq becuase it is extremely useful
` [PATCH 02/55] drm/i915: Reserve ring buffer space for i915_add_request() commands
` [PATCH 03/55] drm/i915: i915_add_request must not fail
` [PATCH 13/55] drm/i915: Add flag to i915_add_request() to skip the cache flush
` [PATCH 18/55] drm/i915: Add explicit request management to i915_gem_init_hw()
` [PATCH 22/55] drm/i915: Update deferred context creation to do explicit request management
` [PATCH 25/55] drm/i915: Update i915_gem_object_sync() to take a request structure
` [PATCH 51/55] drm/i915: Move the request/file and request/pid association to creation time
` [PATCH 54/55] drm/i915: Remove the now obsolete 'i915_gem_check_olr()'
` [PATCH 55/55] drm/i915: Rename the somewhat reduced i915_gem_object_flush_active()

[PATCH 00/21] ppgtt cleanups / scratch merge (V2)
 2015-06-04 11:24 UTC  (46+ messages)
` [PATCH 01/21] drm/i915/gtt: Mark TLBS dirty for gen8+
` [PATCH 03/21] drm/i915/gtt: Check va range against vm size
` [PATCH 05/21] drm/i915/gtt: Don't leak scratch page on mapping error
` [PATCH 06/21] drm/i915/gtt: Remove _single from page table allocator
` [PATCH 07/21] drm/i915/gtt: Introduce i915_page_dir_dma_addr
` [PATCH 08/21] drm/i915/gtt: Introduce struct i915_page_dma
` [PATCH 09/21] drm/i915/gtt: Rename unmap_and_free_px to free_px
` [PATCH 10/21] drm/i915/gtt: Remove superfluous free_pd with gen6/7
` [PATCH 11/21] drm/i915/gtt: Introduce fill_page_dma()
` [PATCH 12/21] drm/i915/gtt: Introduce kmap|kunmap for dma page
` [PATCH 13/21] drm/i915/gtt: Use macros to access dma mapped pages
` [PATCH 14/21] drm/i915/gtt: Make scratch page i915_page_dma compatible
` [PATCH 15/21] drm/i915/gtt: Fill scratch page
` [PATCH 16/21] drm/i915/gtt: Pin vma during virtual address allocation
` [PATCH 17/21] drm/i915/gtt: Cleanup page directory encoding
` [PATCH 18/21] drm/i915/gtt: Move scratch_pd and scratch_pt into vm area
` [PATCH 19/21] drm/i915/gtt: One instance of scratch page table/directory
` [PATCH 20/21] drm/i915/gtt: Use nonatomic bitmap ops
` [PATCH 21/21] drm/i915/gtt: Reorder page alloc/free/init functions

[PATCH 1/3] drm/i915: Move WaBarrierPerformanceFixDisable:skl to skl code from chv code
 2015-06-04 11:22 UTC  (10+ messages)
` [PATCH 2/3] drm/i915: Set INSTPM_FORCE_ORDERING via LRI on gen8, drop it on gen9+
` [PATCH 3/3] drm/i915: Apply WaDisableAsyncFlipPerfMode via LRIs on gen8

[PATCH] drm/i915: Don't check modeset state in the hw state force restore path
 2015-06-04 11:13 UTC  (6+ messages)

DC6 already programmed to be disabled
 2015-06-04  9:41 UTC  (7+ messages)

[PATCH] drm/i915: Make pinned object handling more specific
 2015-06-04  9:30 UTC  (3+ messages)

[PATCH v4 00/27] drm/i915: Convert to atomic, part 2
 2015-06-04  8:51 UTC  (10+ messages)
` [PATCH v4 14/27] drm/i915: Zap call to drm_plane_helper_disable, v2
` [PATCH v4 15/27] drm/i915: Use global atomic state for staged pll config, v2
    ` [PATCH v4.1 01/13] drm/i915: Use global atomic state for staged pll, config, v3
` [PATCH v4 19/27] drm/i915: Read hw state into an atomic state struct, v2

[PATCH 1/2] drm/i915/skl: Retrieve the Rpe value from Pcode
 2015-06-04  8:30 UTC  (10+ messages)
` [PATCH 2/2] drm/i915/skl: Ring frequency table programming changes
  ` [PATCH 3/3] drm/i915/skl: Updated the i915_ring_freq_table debugfs function

[PATCH] drm/i915: Include VLV in self refresh status
 2015-06-04  8:23 UTC  (6+ messages)
` [PATCH] drm/i915: Include G4X/VLV/CHV "

[PATCH] drm/i915: Initialize HWS page address after GPU reset
 2015-06-04  8:18 UTC  (4+ messages)

[PATCH v6 0/8] All sort of cdclk stuff
 2015-06-04  7:51 UTC  (10+ messages)
` [PATCH v6 1/8] drm/i915: Cache current cdclk frequency in dev_priv
` [PATCH v6 2/8] drm/i915: Use cached cdclk value
` [PATCH v6 3/8] drm/i915: Unify ilk and hsw .get_aux_clock_divider
` [PATCH v6 4/8] drm/i915: Store max cdclk value in dev_priv
` [PATCH v6 5/8] drm/i915: Don't enable IPS when pixel rate exceeds 95%
` [PATCH v6 6/8] drm/i915: Add IS_BDW_ULX
` [PATCH v6 7/8] drm/i915: BDW clock change support
` [PATCH v6 8/8] drm/i915: HSW cdclk support

[PATCH] drm/i915/skl: Fix DMC API version
 2015-06-04  7:45 UTC  (2+ messages)

[PATCH] drm/i915/skl: replace csr_mutex by completion in csr firmware loading
 2015-06-04  5:59 UTC  (5+ messages)

[PATCH 00/24] Convert to atomic, part 3
 2015-06-04  3:39 UTC  (26+ messages)
` [PATCH 03/24] drm/i915: clean up intel_sanitize_crtc
` [PATCH 04/24] drm/i915: Update power domains only on affected crtc's
` [PATCH 07/24] drm/i915: Add a simple atomic crtc check function
` [PATCH 08/24] drm/i915: Do not add planes from intel_atomic_setup_scalers
` [PATCH 15/24] drm/i915: clean up plane commit functions
` [PATCH 16/24] drm/i915: atomic plane updates in a nutshell
` [PATCH 17/24] drm/i915: Update less state during modeset
` [PATCH 18/24] drm/i915: get rid of intel_plane_restore in intel_crtc_page_flip
` [PATCH 19/24] drm/i915: Make setting color key atomic
` [PATCH 22/24] drm/i915: Use full atomic modeset
` [PATCH 23/24] drm/i915: Unify plane updates
` [PATCH 24/24] drm/i915: always disable irqs in intel_pipe_update_start

[PATCH 0/9] drm/i915: HDMI 12bpc fixes
 2015-06-03 23:24 UTC  (30+ messages)
` [PATCH v2 1/9] drm/i915: Implement WaEnableHDMI8bpcBefore12bpc:snb, ivb
` [PATCH v2 2/9] drm/i915: Send GCP infoframes for deep color HDMI sinks
` [PATCH v2 3/9] drm/i915: Enable default_phase in GCP when possible
` [PATCH v2 4/9] drm/i915: Fix HDMI 12bpc TRANSCONF bpc value
` [PATCH v2 5/9] drm/i915: Fix 12bpc HDMI enable for IBX
` [PATCH v2 6/9] drm/i915: Disable all infoframes when turning off the HDMI port
` [PATCH 7/9] drm/i915: Check infoframe state more diligently
` [PATCH 8/9] drm/i915: Fix hdmi clock readout with pixel repeat
` [PATCH 9/9] drm/i915: Double the port clock when using double clocked modes with 12bpc

intel_check_page_flip() - WARN_ON(!in_interrupt())
 2015-06-03 16:44 UTC  (3+ messages)

Deadlock in intel_user_framebuffer_destroy()
 2015-06-03 13:57 UTC  (2+ messages)

[PATCH 1/7] drm/i915: Initialize Color Manager
 2015-06-03 13:51 UTC  (10+ messages)
  ` [PATCH 3/7] drm/i915: Add Set property interface for CRTC
  ` [PATCH 4/7] drm: Add Gamma correction structure
    ` [Intel-gfx] "
  ` [PATCH 5/7] drm/i915: Add pipe level Gamma correction for CHV/BSW
` [PATCH 0/7] Color Manager Implementation

[PATCH 00/13] Update of the HDMI DPLL dividers computation
 2015-06-03 12:42 UTC  (6+ messages)
` [PATCH 09/13] drm/i915/skl: Use MISSING_CASE() in skl_wrpll_params_populate()

[PATCH v3] drm/i915/bxt: eDP Panel Power sequencing
 2015-06-03 12:01 UTC  (4+ messages)
` [PATCH v4] "

[PATCH 3.10 02/46] drm/i915: Fix declaration of intel_gmbus_{is_forced_bit/is_port_falid}
 2015-06-03 11:42 UTC 

[PATCH i-g-t] tests/gem_reset_stats : mask off ring_stop bits
 2015-06-03  8:43 UTC  (3+ messages)

[PATCH] drm/i915/skl: Implement WaBarrierPerformanceFixDisable (again)
 2015-06-03  8:35 UTC  (6+ messages)

[PATCH] drm/i915/bxt: edp1.4 Intermediate Freq support
 2015-06-03  8:00 UTC  (5+ messages)

[PATCH v5 0/8] All sort of cdclk stuff
 2015-06-03  6:57 UTC  (13+ messages)
` [PATCH v5 1/8] drm/i915: Cache current cdclk frequency in dev_priv
` [PATCH v5 2/8] drm/i915: Use cached cdclk value
` [PATCH v5 3/8] drm/i915: Unify ilk and hsw .get_aux_clock_divider
` [PATCH v5 4/8] drm/i915: Store max cdclk value in dev_priv
` [PATCH v5 5/8] drm/i915: Don't enable IPS when pixel rate exceeds 95%
` [PATCH v5 6/8] drm/i915: Add IS_BDW_ULX
` [PATCH v5 7/8] drm/i915: BDW clock change support
` [PATCH v5 8/8] drm/i915: HSW cdclk support

FAILED: patch "[PATCH] drm/i915: Avoid GPU hang when coming out of s3 or s4" failed to apply to 4.0-stable tree
 2015-06-03  6:38 UTC 

[PATCH v2] drm/i915: Fix DDC probe for passive adapters
 2015-06-03  0:51 UTC  (11+ messages)
` [PATCH v3] "
    ` [PATCH v4] "
        ` [PATCH v5] "

[PATCH] perf/x86/intel/pt: Fix lockdep interaction
 2015-06-02 20:10 UTC  (3+ messages)

[PATCH v2 0/7] Add Per-context WA using WA batch buffers
 2015-06-02 18:47 UTC  (8+ messages)
` [PATCH v2 1/7] drm/i915/gen8: Add infrastructure to initialize "

[PATCH i-g-t] gem_userptr_benchmark: Test overlapping bo mmu notifier performance impact
 2015-06-02 12:52 UTC  (2+ messages)

[PATCH 1/3] drm/i915: Fix command parser to validate multiple register access with the same command
 2015-06-02 11:02 UTC  (3+ messages)

[PATCH] drm/i915/vlv: fix RC6 residency time calculation
 2015-06-02  9:37 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] drm/i915/skl: changed the filename of csr firmware
 2015-06-02  8:13 UTC  (4+ messages)

[PATCH] drm/atomic: Handle vblank events in atomic ioctl correctly
 2015-06-02  7:00 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] drm/i915/skl: Assume no scaling is available when things are not as expected
 2015-06-01 21:45 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).