public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2015-08-24 12:42:13 to 2015-08-26 11:37:52 UTC [more...]

[PATCH 1/4] drm: Make drm_fb_unregister/remove accept NULL fb
 2015-08-26 11:37 UTC  (13+ messages)
` [PATCH 2/4] drm/fb-helper: Use -errno return in restore_mode_unlocked
  ` [PATCH] "
` [PATCH 3/4] drm/fb-helper: Add module option to disable fbdev emulation
` [PATCH 4/4] fbdev: Debug knob to register without holding console_lock

[PATCH 1/3] drm/dp: add drm_dp_tps3_supported helper
 2015-08-26 11:33 UTC  (3+ messages)
` [PATCH 2/3] drm/i915/dp: use the drm dp helper for determining sink tps3 support
` [PATCH 3/3] drm/i915/dp: move TPS3 logic to where it's used

[DMC_REDESIGN_V2 00/14] Redesign dmc firmware loading
 2015-08-26 11:28 UTC  (15+ messages)
` [DMC_REDESIGN_V2 01/14] drm/i915/gen9: csr_init after runtime pm enable
` [DMC_REDESIGN_V2 02/14] drm/i915: use correct power domain for csr loading
` [DMC_REDESIGN_V2 03/14] drm/i915/bxt: release rpm reference if csr firmware failed to load
` [DMC_REDESIGN_V2 04/14] drm/i915/gen9: move assert_csr_loaded into intel_rpm.c
` [DMC_REDESIGN_V2 05/14] drm/i915/gen9: Remove csr.state, csr_lock and related code
` [DMC_REDESIGN_V2 06/14] drm/i915/gen9: Align line continuations in intel_csr.c
` [DMC_REDESIGN_V2 07/14] drm/i915/gen9: Simplify csr loading failure printing
` [DMC_REDESIGN_V2 08/14] drm/i915/gen9: extract parse_csr_fw
` [DMC_REDESIGN_V2 09/14] drm/i915/gen9: Don't try to load garbage dmc firmware on resume
` [DMC_REDESIGN_V2 10/14] drm/i915/gen9: Use dev_priv in csr functions
` [DMC_REDESIGN_V2 11/14] drm/i915: Use request_firmware and our own async work
` [DMC_REDESIGN_V2 12/14] drm/i915/gen9: Use flush_work to synchronize with dmc loader
` [DMC_REDESIGN_V2 13/14] drm/i915/skl: Removed assert for csr-fw-loading check during disabling dc6
` [DMC_REDESIGN_V2 14/14] drm/i915/gen9: Corrected the sanity check of mmio address range for csr

[PATCH 0/3] Detect DP displays based on sink count change
 2015-08-26 11:23 UTC  (9+ messages)
` [PATCH 1/3] drm/i915: read sink_count dpcd always
` [PATCH 2/3] drm/i915: Save sink_count for tracking changes to it
` [PATCH 3/3] drm/i915: force full detect on sink count change

[PATCH 00/16] FBC bug fixes
 2015-08-26 11:21 UTC  (13+ messages)
` [PATCH 07/16] drm/i915: disable FBC on FIFO underruns
` [PATCH 13/16] drm/i915: don't use the first stolen page on Broadwell

[PATCH v5 1/4] drm/i915: Add audio sync_audio_rate callback
 2015-08-26 11:08 UTC  (13+ messages)
` [PATCH v5 2/4] drm/i915: implement "

[PATCH] intel-gpu-tools: Fixes-compiler-warnings-about-wrong-function-type
 2015-08-26 10:42 UTC  (2+ messages)

[PATCH 0/4] HDMI optimization series
 2015-08-26 10:05 UTC  (10+ messages)
` [PATCH 1/4] drm/i915: add attached connector to hdmi container
` [PATCH 2/4] drm/i915: Add HDMI probe function
` [PATCH 3/4] drm/i915: Check live status before reading edid
` [PATCH 4/4] drm/i915: Retry for live status

[PATCH 0/5] Documentation: drm: Make drm.tmpl build as pdfdoc
 2015-08-26  9:32 UTC  (11+ messages)
` [PATCH 1/5] Documentation: drm: Fix pdfdocs sect/title tags
` [PATCH 2/5] Documentation: drm: Fix pdfdocs listitem and abstract <para>s
` [PATCH 3/5] Documentation: drm: Change <code> to <literal>
` [PATCH 4/5] Documentation: drm: Convert KMS Properties HTML table to CALS
      ` [Intel-gfx] "
` [PATCH 5/5] Documentation: drm: Unify quoting methods

[PATCH] drm/i915: Flush pipecontrol post-sync writes
 2015-08-26  9:29 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH 0/5] RC6/Forcewake/Turbo related changes for Gen9
 2015-08-26  9:26 UTC  (3+ messages)
` [PATCH 1/5] drm/i915: Increase maximum polling time to 50ms for forcewake request/clear ack

[PATCH 0/3] Reduce the time for which 'struct_mutex' is held
 2015-08-26  9:25 UTC  (8+ messages)
` [PATCH 1/3] drm/i915: Support for pre-populating the object with system pages
` [PATCH 2/3] drm/i915: Support for the clflush of pre-populated pages
` [PATCH 3/3] drm/i915: Only move to the CPU write domain if keeping the GTT pages

[PATCH 1/3] drm/i915: Fix some gcc warnings
 2015-08-26  9:20 UTC  (4+ messages)
` [PATCH 3/3] drm/i915: Make some string arrays const

[PATCH 1/7] drm/i915: Remove duplicated dpcd write on hsw_psr_enable_sink
 2015-08-26  9:11 UTC  (14+ messages)
` [PATCH 2/7] drm/i915: Fix PSR disable sequence on core platforms
` [PATCH 3/7] drm/i915: PSR: Let's rely more on frontbuffer tracking
` [PATCH 4/7] drm/i915: PSR: Mask LPSP hw tracking back again
` [PATCH 5/7] drm/i915: Delay first PSR activation

[PATCH] drm/i915: Use dpcd read wake for sink crc calls
 2015-08-26  9:06 UTC  (5+ messages)

[PATCH] drm/i915: Check DP link status on long hpd too
 2015-08-26  9:04 UTC  (3+ messages)

[PATCH v2 0/7] drm/i915: clean up *_digital_port_connected
 2015-08-26  9:01 UTC  (9+ messages)
` [PATCH v2 1/7] drm/i915: move ibx_digital_port_connected to intel_dp.c
` [PATCH v2 4/7] drm/i915: add common intel_digital_port_connected function
` [PATCH v2 7/7] drm/i915/bxt: Use correct live status register for BXT platform

[PATCH 0/7] drm/intel: guest i915 changes for Broadwell to run inside VM with Intel GVT-g
 2015-08-26  8:56 UTC  (20+ messages)
` [PATCH 2/7] drm/i915: Enable full ppgtt for vgpu
` [PATCH 3/7] drm/i915: Always enable execlists on BDW "
` [PATCH 4/7] drm/i915: always pin lrc context for vgpu with Intel GVT-g
    ` About the iGVT-g's requirement to pin guest contexts in VM

[PATCH 1/2] drm/i915: Do not turn off IPS twice
 2015-08-26  8:55 UTC  (2+ messages)
` [PATCH 2/2] drm/i915: Do not enable IPS with the primary plane disabled

[PATCH 1/3] drm/i915: During shrink_all we only need to idle the GPU
 2015-08-26  8:52 UTC  (3+ messages)
` [PATCH 2/3] drm/i915: Remove dead i915_gem_evict_everything()
` [PATCH 3/3] drm/i915: Avoid GPU stalls from kswapd

[PATCH] drm/i915: Split alloc from init for lrc
 2015-08-26  8:49 UTC  (6+ messages)

[PATCH i-g-t 0/2] patches for testing nv12
 2015-08-26  8:45 UTC  (3+ messages)
` [PATCH i-g-t 2/2] Adding kms_nv12 to test display NV12 feature

[PATCH 00/15] drm/i915: Adding NV12 for skylake display
 2015-08-26  8:42 UTC  (5+ messages)
` [PATCH 08/15] drm/i915: Add NV12 as supported format for primary plane
` [PATCH 14/15] drm/i915: skl nv12 workarounds

[PATCH v4 0/4] i915 to call hda driver on HDMI plug/unplug
 2015-08-26  8:33 UTC  (3+ messages)
` [PATCH 1/4] drm/i915: Add audio pin sense / ELD callback

[PATCH v5 0/4] Check pixel clock when setting mode
 2015-08-26  8:29 UTC  (5+ messages)
` [PATCH v5 4/4] drm/i915: DVO pixel clock check

[PATCH i-g-t] kms_addfb_basic: Require fb modifiers for unused field tests
 2015-08-26  8:29 UTC  (4+ messages)
  ` [PATCH v2 "

[PATCH 00/15] drm/i915: CHV DPIO power gating, take two
 2015-08-26  8:27 UTC  (13+ messages)
` [PATCH 01/15] drm/i915: Always program m2 fractional value on CHV
` [PATCH 03/15] drm/i915: Add encoder->post_pll_disable() hooks and move CHV clock buffer disables there
` [PATCH 07/15] drm/i915: Add vlv_dport_to_phy()
` [PATCH 08/15] drm/i915: Implement PHY lane power gating for CHV

[PATCH] drm/i915: Pin the ifbdev for the info->system_base GGTT mmapping
 2015-08-26  8:23 UTC  (2+ messages)

[PATCH v3 1/4] drm/i915: Add audio sync_audio_rate callback
 2015-08-26  8:20 UTC  (6+ messages)
` [PATCH v3 2/4] drm/i915: implement "

[PATCH 1/6] drm/i915/skl: Enable DDI-E
 2015-08-26  8:15 UTC  (9+ messages)
` [PATCH 7/6] drm/i915/skl: DDI-E and DDI-A shares 4 lanes

drm/i915: Fix module initialisation
 2015-08-26  8:12 UTC  (4+ messages)

[PATCH] drm/i915: fix driver's versions of WARN_ON & WARN_ON_ONCE
 2015-08-26  7:59 UTC  (4+ messages)

[PATCH] Fix list empty check in i915_gem_evict_everything
 2015-08-26  7:52 UTC  (3+ messages)

[PATCH] drm/i915: Pass pipe_config to DP link training functions
 2015-08-26  7:58 UTC  (4+ messages)
` [PATCH v2] drm/i915: Put back lane_count into intel_dp and add link_rate too

[PATCH 0/2] drm/i915: initialize backlight pwm from vbt if needed
 2015-08-26  7:58 UTC  (3+ messages)
` [PATCH 1/2] drm/i915: move intel_hrawclk() to intel_display.c
` [PATCH 2/2] drm/i915: initialize backlight max from VBT

[PATCH] drm/i915: Reduce frequency of unspecific HSW reg debugging
 2015-08-26  7:52 UTC 

[PATCH 1/2] drm/i915: gen 9 can check for unclaimed registers too
 2015-08-26  7:44 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: restrict unclaimed register checking

[PATCH] drm/i915: Fix build warning on 32-bit
 2015-08-26  7:39 UTC  (5+ messages)
  ` [Intel-gfx] "

[PATCH] drm/i915: Clear PIPE.STAT before IIR on VLV/CHV
 2015-08-26  7:31 UTC  (2+ messages)

[PATCH] Partially revert "drm/i915: Use full atomic modeset."
 2015-08-26  7:29 UTC 

[PATCH] drm/i915/skl: Update DDI buffer translation programming
 2015-08-26  7:27 UTC  (3+ messages)

[PATCH 5/6 v2] drm/i915/skl: enable DDI-E hotplug
 2015-08-26  7:25 UTC  (3+ messages)
` [PATCH 5/6 v3] "

[PATCH v2 2/2] drm/i915/bxt: work around HW coherency issue for cached GEM mappings
 2015-08-26  7:13 UTC  (4+ messages)
` [PATCH v3 2/2] drm/i915/bxt: don't allow cached GEM mappings on A stepping

[PATCH v4] dma-buf: Add ioctls to allow userspace to flush
 2015-08-26  6:49 UTC  (2+ messages)

[PATCH 2/2] drm/i915: Also call frontbuffer flip when disabling planes
 2015-08-26  6:46 UTC  (3+ messages)
` [PATCH] "

[PATCH] drm/i915: Change SRM, LRM instructions to use correct length
 2015-08-26  6:45 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 00/13] Atomic watermark updates (v3)
 2015-08-26  4:33 UTC  (2+ messages)

[PATCH v4 0/5] drm: Add decoding for DRM/KMS and i915 ioctls
 2015-08-25 21:12 UTC  (6+ messages)
` [PATCH v4 1/5] drm: Add config for detecting libdrm
` [PATCH v4 2/5] drm: Add private data field to trace control block
` [PATCH v4 5/5] drm: Add decoding of DRM and KMS ioctls

[ANNOUNCE] igt basic tests
 2015-08-25 20:20 UTC 

[DMC_BUGFIX_SKL_V2 0/5] pc10 entry fixes for skl
 2015-08-25 20:06 UTC  (6+ messages)
` [DMC_BUGFIX_SKL_V2 1/5] drm/i915/skl: Added a check for the hardware status of csr fw before loading
` [DMC_BUGFIX_SKL_V2 2/5] drm/i915/skl Remove the call for csr uninitialization from suspend path
` [DMC_BUGFIX_SKL_V2 3/5] drm/i915/skl: Making DC6 entry is the last call in suspend flow
` [DMC_BUGFIX_SKL_V2 4/5] drm/i915/skl: Do not disable cdclk PLL if csr firmware is present
` [DMC_BUGFIX_SKL_V2 5/5] drm/i915/skl: Block disable call for pw1 if dmc "

[PATCH] drm/i915: Unhook legacy suspend/resume when KMS is enabled
 2015-08-25 18:22 UTC  (4+ messages)

Adding custom bugzilla fields
 2015-08-25 15:20 UTC  (6+ messages)

[PATCH] drm/atomic-helper: properly annotate functions in kerneldoc
 2015-08-25 15:12 UTC  (3+ messages)

[PATCH] drm/i915: Enabling RC6 immediately during init/resume
 2015-08-25 14:32 UTC  (3+ messages)

[PATCH 0/7] drm/i915: Move DP link parameters out from intel_dp
 2015-08-25 14:11 UTC  (5+ messages)

[PATCH] drm/doc: Fixing xml documentation warning
 2015-08-25 13:25 UTC  (3+ messages)

Still time for v4.2? - c0165304e10f ("drm/i915: Only enable cursor if it can be enabled.")
 2015-08-25 10:41 UTC  (3+ messages)

[PATCH] doc: drm: Fix mis-spelling of i915_guc_submission includes
 2015-08-25  9:24 UTC  (2+ messages)

[PATCH] drm/mm: Do DRM_MM_CREATE_TOP adj_start calculation after color_adjust
 2015-08-25  8:24 UTC  (3+ messages)

[PATCH v4] mmap on the dma-buf directly
 2015-08-25  7:47 UTC  (8+ messages)
` [PATCH 1/7] prime_mmap: Add new test for calling mmap() on dma-buf fds
` [PATCH 4/7] lib: Add gem_userptr helpers

[PATCH 00/18] Color Management for DRM
 2015-08-25  7:18 UTC  (9+ messages)
` [PATCH 03/18] drm/i915: Add atomic get property interface for CRTC
` [PATCH 08/18] drm/i915: Add pipe gamma correction handlers

[PATCH 1/2] drm/i915: Adding break for one case
 2015-08-24 23:59 UTC  (5+ messages)
` [PATCH 2/2] drm/i915/skl: Adding DDI_E power well domain

[PATCH libdrm 03/17] intel: resolve shadowing warnings
 2015-08-24 16:34 UTC  (2+ messages)
` [PATCH libdrm 04/17] intel: error out on has_error in exec2

[PATCH] scripts/kernel-doc: Improve Markdown results
 2015-08-24 14:34 UTC  (2+ messages)

[PATCH] drm/i915/skl+: Add YUV pixel format in Capability list
 2015-08-24 13:05 UTC  (3+ messages)
` [PATCH V2] "


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