Intel-GFX Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-05-29 16:45:35 to 2015-06-02 19:07:49 UTC [more...]

[PATCH] drm/i915: Initialize HWS page address after GPU reset
 2015-06-02 19:06 UTC 

[PATCH 0/9] drm/i915: HDMI 12bpc fixes
 2015-06-02 19:07 UTC  (24+ 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 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

[PATCH v2 0/7] Add Per-context WA using WA batch buffers
 2015-06-02 18:47 UTC  (15+ messages)
` [PATCH v2 1/7] drm/i915/gen8: Add infrastructure to initialize "
` [PATCH v2 2/7] drm/i915/gen8: Re-order init pipe_control in lrc mode
` [PATCH v2 3/7] drm/i915/gen8: Enable WA batch buffers during ctx save/restore
` [PATCH v2 4/7] drm/i915/gen8: Add WaDisableCtxRestoreArbitration workaround
` [PATCH v2 5/7] drm/i915/gen8: Add WaFlushCoherentL3CacheLinesAtContextSwitch workaround
` [PATCH v2 6/7] drm/i915/gen8: Add WaClearSlmSpaceAtContextSwitch workaround
` [PATCH v2 7/7] drm/i915/gen8: Add WaRsRestoreWithPerCtxtBb workaround

[PATCH 00/55] Remove the outstanding_lazy_request
 2015-06-02 18:27 UTC  (19+ messages)
` [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 48/55] drm/i915: Add *_ring_begin() to request allocation
` [PATCH 49/55] drm/i915: Remove the now obsolete intel_ring_get_request()
` [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] drm/i915: Include VLV in self refresh status
 2015-06-02 17:46 UTC  (5+ messages)
` [PATCH] drm/i915: Include G4X/VLV/CHV "

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

[PATCH v5 0/8] All sort of cdclk stuff
 2015-06-02 15:17 UTC  (12+ 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

[PATCH 00/21] ppgtt cleanups / scratch merge (V2)
 2015-06-02 15:01 UTC  (25+ 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 15/21] drm/i915/gtt: Fill scratch page

[PATCH 1/3] drm/i915: Move WaBarrierPerformanceFixDisable:skl to skl code from chv code
 2015-06-02 12:53 UTC  (4+ 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 i-g-t] gem_userptr_benchmark: Test overlapping bo mmu notifier performance impact
 2015-06-02 12:52 UTC  (2+ messages)

[PATCH 1/7] drm/i915: Initialize Color Manager
 2015-06-02 12:03 UTC  (8+ 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] perf/x86/intel/pt: Fix lockdep interaction
 2015-06-02 11:42 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  (8+ messages)
` [PATCH v2] "

[PATCH 00/24] Convert to atomic, part 3
 2015-06-02  9:34 UTC  (26+ messages)
` [PATCH 01/24] drm/i915: Always reset in intel_crtc_restore_mode
` [PATCH 02/24] drm/i915: Use crtc state in intel_modeset_pipe_config
` [PATCH 03/24] drm/i915: clean up intel_sanitize_crtc
` [PATCH 04/24] drm/i915: Update power domains only on affected crtc's
` [PATCH 05/24] drm/i915: add fastboot checks for has_audio and has_infoframe
` [PATCH 06/24] drm/i915: Clean up intel_atomic_setup_scalers slightly
` [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 09/24] drm/i915: Assign a new pll from the crtc check function
` [PATCH 10/24] drm/i915: Do not run most checks when there's no modeset
` [PATCH 11/24] drm/i915: Split skl_update_scaler
` [PATCH 12/24] drm/i915: Split plane updates of crtc->atomic into a helper
` [PATCH 13/24] drm/i915: move detaching scalers to begin_crtc_commit
` [PATCH 14/24] drm/i915: Move crtc commit updates to separate functions
` [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 20/24] drm/i915: clean up atomic plane check functions
` [PATCH 21/24] drm/i915: remove force argument from disable_plane
` [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] drm/i915/skl: changed the filename of csr firmware
 2015-06-02  8:13 UTC  (4+ messages)

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

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

[PATCH v4 00/27] drm/i915: Convert to atomic, part 2
 2015-06-02  6:51 UTC  (30+ messages)
` [PATCH v4 01/27] drm/i915: get rid of put_shared_dpll
` [PATCH v4 02/27] drm/i915: get rid of intel_crtc_disable and related code, v3
` [PATCH v4 03/27] drm/i915: add intel_display_suspend, v2
` [PATCH v4 04/27] drm/i915: use intel_crtc_control everywhere, v3
` [PATCH v4 05/27] drm/i915: Use drm_atomic_helper_update_legacy_modeset_state, v2
` [PATCH v4 06/27] drm/i915: Make __intel_set_mode() take only atomic state as argument
` [PATCH v4 07/27] drm/i915: Set mode_changed for audio in intel_modeset_pipe_config()
` [PATCH v4 08/27] drm/i915: Use crtc_state->active instead of crtc_state->enable
` [PATCH v4 09/27] drm/i915: Make sure all planes and connectors are added on modeset
` [PATCH v4 10/27] drm/i915: update plane state during init
` [PATCH v4 11/27] drm/i915: do not wait for vblank when crtc is off
` [PATCH v4 12/27] drm/i915: calculate primary visibility changes instead of calling from set_config
` [PATCH v4 13/27] drm/i915: Support modeset across multiple pipes
` [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 16/27] drm/i915: Use drm_atomic_helper_swap_state in intel_atomic_commit
` [PATCH v4 17/27] drm/i915: Swap planes on each crtc separately, v2
` [PATCH v4 18/27] drm/i915: Move cdclk and pll setup to intel_modeset_compute_config(), v2
` [PATCH v4 19/27] drm/i915: Read hw state into an atomic state struct, v2
` [PATCH v4 20/27] drm/i915: Implement intel_crtc_control using atomic state, v4
` [PATCH v4 21/27] drm/i915: Make intel_display_suspend atomic, v2
` [PATCH v4 22/27] drm/i915: move swap state to the right place
` [PATCH v4 23/27] drm/i915: Use crtc->hwmode for vblanks, v2
` [PATCH v4 24/27] drm/i915: Remove use of crtc->config from i915_debugfs.c
` [PATCH v4 25/27] drm/i915: Calculate haswell plane workaround, v5
` [PATCH v4 26/27] drm/i915: Use atomic state for calculating DVO_2X_MODE on i830
` [PATCH v4 27/27] drm/i915: use calculated state for vblank evasion

[PATCH] drm/i915/skl: Assume no scaling is available when things are not as expected
 2015-06-01 21:45 UTC  (2+ messages)

[RFC 00/14] DSI Command mode(DBI mode) enabling on CHT
 2015-06-01 11:03 UTC  (13+ messages)
` [RFC 01/14] drm/i915: allocate gem memory for mipi dbi cmd buffer
` [RFC 06/14] drm/i915: Disable vlank interrupt for disabling MIPI cmd mode
` [RFC 07/14] drm/i915: Disable MIPI display self refresh mode
` [RFC 11/14] drm/i915: Enable "

[BUG] Again panning problems on i830 chipsets
 2015-06-01  9:33 UTC 

[PATCH] Fix resume from suspend to RAM on IBM X30
 2015-06-01  8:25 UTC  (2+ messages)
  ` [PATCH] Fix resume from suspend to RAM on IBM X30 (take two)

[PATCH v3 00/22] drm/i915: Convert to atomic, part 2
 2015-06-01  8:11 UTC  (13+ messages)
` [PATCH v3 10/22] drm/i915: Support modeset across multiple pipes
  ` [PATCH v3 14/22] drm/i915: Move cdclk and pll setup to intel_modeset_compute_config()
  ` [PATCH v3 15/22] drm/i915: Read hw state into an atomic state struct
  ` [PATCH v3 16/22] drm/i915: Implement intel_crtc_control using atomic state, v3
    ` [PATCH v3.6 16/22] drm/i915: Implement intel_crtc_control using atomic state, v4

[PATCH] drm/atomic: Clear crtc_state->active in drm_atomic_helper_set_config
 2015-06-01  6:59 UTC 

[PATCH] drm/i915: Fix IPS related flicker
 2015-05-31 14:36 UTC  (2+ messages)

[PATCH] drm/i915: Don't skip request retirement if the active list is empty
 2015-05-31 10:14 UTC  (2+ messages)

Playing with the xf86-video-intel code
 2015-05-31  9:50 UTC 

[PATCH] drm/i915: Fix DDC probe for passive adapters
 2015-05-31  9:43 UTC  (2+ messages)

01.org: HTTPS: Please fix mixed content loading
 2015-05-29 21:10 UTC  (4+ messages)

[PATCH 00/59] Remove the outstanding_lazy_request
 2015-05-29 18:07 UTC  (5+ messages)

[PULL] drm-intel-next-fixes
 2015-05-29 17:39 UTC 

[PATCH 1/3] drm/nouveau: Use drm_vblank_on/off consistently
 2015-05-29 17:35 UTC  (5+ messages)

[PATCH] drm/i915: abstract hpd irq storm detection
 2015-05-29 17:24 UTC  (3+ messages)

[PATCH] drm/i915: limit PPGTT size to 2GB in 32-bit platforms
 2015-05-29 17:08 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 15/35] drm/i915: Remove all *_pipes flags from modeset
 2015-05-29 17:06 UTC  (3+ messages)
` [PATCH] drm/i915: Silence compiler warning


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).