public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2015-08-26 08:56:01 to 2015-08-27 14:06:48 UTC [more...]

[PATCH v2 0/5] Faster modeset support
 2015-08-27 14:06 UTC  (8+ messages)
` [PATCH v2 1/5] drm/i915: Set csc coefficients in update_pipe_size
` [PATCH v2 2/5] drm/i915: Remove references to crtc->active from intel_fbdev.c
` [PATCH v2 3/5] drm/i915: Always try to inherit the initial fb
` [PATCH v2 4/5] drm/i915: Make updating pipe without modeset atomic
` [PATCH v2 5/5] drm/i915: skip modeset if compatible for everyone

[PATCH] drm/atomic: Fix bookkeeping with TEST_ONLY
 2015-08-27 14:00 UTC  (10+ messages)
  ` [PATCH v2] drm/atomic: Fix bookkeeping with TEST_ONLY, v2

[PATCH v2 1/3] i915/dp: add intel_dp_tps3_supported helper
 2015-08-27 13:53 UTC  (10+ messages)
` [PATCH v2 2/3] drm/i915/dp: use the drm dp helper for determining sink tps3 support
` [PATCH v2 3/3] drm/i915/dp: move TPS3 logic to where it's used
    ` [PATCH 0/3] follow-up
      ` [PATCH 1/3] drm/i915: ignore link rate in TPS3 selection
      ` [PATCH 2/3] drm/i915: add yesno utility function
      ` [PATCH 3/3] drm/i915: use the yesno helper for logging

drm/i915: Fix module initialisation
 2015-08-27 13:15 UTC  (5+ messages)
      ` [PATCH] drm/i915: Fix module initialisation, v2

[PATCH 2/2] drm/i915: Fix clock readout when pipes are enabld w/o ports
 2015-08-27 13:11 UTC  (5+ messages)
` [PATCH v2 2/2] drm/i915: Fix clock readout when pipes are enabled "
  ` [PATCH 3/2] drm/i915: Factor out intel_crtc_has_encoders()

[PATCH 00/13] Atomic watermark updates (v3)
 2015-08-27 12:55 UTC  (17+ messages)
` [PATCH 01/13] drm/i915: Eliminate usage of plane_wm_parameters from ILK-style WM code
` [PATCH 02/13] drm/i915: Eliminate usage of pipe_wm_parameters from ILK-style WM
` [PATCH 03/13] drm/i915/skl: Simplify wm structures slightly
` [PATCH 04/13] drm/i915/skl: Eliminate usage of pipe_wm_parameters from SKL-style WM
` [PATCH 08/13] drm/i915: Move active watermarks into CRTC state (v2)

[PATCH] drm/i915: Postpone plane readout until after encoder readout
 2015-08-27 12:05 UTC  (8+ messages)
    ` drm/i915: Postpone plane readout until after encoder readout, v2
        ` [PATCH] drm/i915: Postpone plane readout until after encoder readout, v3

[PATCH] drm/atomic: Make sure lock is held in trylock contexts
 2015-08-27 11:58 UTC 

[PATCH v2 0/3] Reduce the time for which 'struct_mutex' is held
 2015-08-27 11:04 UTC  (4+ 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] drm/i915: Fix broken mst get_hw_state
 2015-08-27 11:13 UTC 

[PATCH 0/3] Reduce the time for which 'struct_mutex' is held
 2015-08-27 10:48 UTC  (10+ messages)
` [PATCH 1/3] drm/i915: Support for pre-populating the object with system pages

[PATCH 00/15] drm/i915: CHV DPIO power gating, take two
 2015-08-27 11:02 UTC  (16+ messages)
` [PATCH 09/15] drm/i915: Trick CL2 into life on CHV when using pipe B with port B
` [PATCH 12/15] drm/i915: Force CL2 off in CHV x1 PHY
` [PATCH 13/15] drm/i915: Clean up CHV lane soft reset programming
` [PATCH 14/15] drm/i915: Add some CHV DPIO lane power state asserts
` [PATCH 15/15] drm/i915: Add CHV PHY LDO power sanity checks

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

[RFC PATCH] drm/i915: Use universal planes for cursor on skylake
 2015-08-27 10:08 UTC 

[PATCH 0/4] HDMI optimization series
 2015-08-27  9:16 UTC  (6+ messages)
` [PATCH 4/4] drm/i915: Retry for live status

[PATCH 0/4] Detect DP displays based on sink count change
 2015-08-27  8:48 UTC  (5+ messages)
` [PATCH 1/4] drm/i915: read dpcd 0 - 12 & link_status always
` [PATCH 2/4] drm/i915: read sink_count dpcd always
` [PATCH 3/4] drm/i915: Save sink_count for tracking changes to it
` [PATCH 4/4] drm/i915: force full detect on sink count change

[PATCH] drm/i915: Pin the ifbdev for the info->system_base GGTT mmapping
 2015-08-27  8:36 UTC  (6+ messages)
` [PATCH] drm/i915: Set the map-and-fenceable flag for preallocated objects

[PATCH 4/4] drm/i915: fix link rates reported for SKL
 2015-08-27  8:16 UTC  (2+ messages)

[PATCH v2 0/7] drm/i915: clean up *_digital_port_connected
 2015-08-27  8:12 UTC  (8+ messages)
` [PATCH v2 4/7] drm/i915: add common intel_digital_port_connected function

[drm-intel:topic/drm-misc 79/79] drivers/gpu/drm/drm_atomic.c:671:38: warning: unused variable 'curr_crtc_state'
 2015-08-27  8:09 UTC 

[PATCH 3/3] drm/atomic: refuse changing CRTC for planes while active
 2015-08-27  7:45 UTC  (14+ messages)
` [PATCH] drm/atomic: refuse changing CRTC for planes directly
  ` [Intel-gfx] "

[PATCH 00/11] drm/i915: Port A HPD and other HPD cleanups
 2015-08-27  7:38 UTC  (18+ messages)
` [PATCH 01/11] drm/i915: Clean up various HPD defines
` [PATCH 02/11] drm/i915; Extract intel_hpd_enabled_irqs()
` [PATCH 03/11] drm/i915: Factor out ilk_update_display_irq()
` [PATCH 04/11] drm/i915: Add HAS_PCH_LPT_LP() macro
` [PATCH 05/11] drm/i915: Rename BXT PORTA HPD defines
` [PATCH 06/11] drm/i915: Introduce spt_irq_handler()

[DMC_REDESIGN_V2 00/14] Redesign dmc firmware loading
 2015-08-27  5:57 UTC  (16+ 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] drm/i915: fix USB Type-C reversed connector
 2015-08-27  5:24 UTC  (11+ messages)
` [PATCH 3/3] drm/i915: Support DDI lane reversal for DP

[PATCH 0/7] drm/intel: guest i915 changes for Broadwell to run inside VM with Intel GVT-g
 2015-08-27  2:49 UTC  (27+ messages)
` [PATCH 1/7] drm/i915: preallocate pdps for 32 bit vgpu
` [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/6] drm/i915/skl: Enable DDI-E
 2015-08-27  2:52 UTC  (11+ messages)
` [PATCH 7/6] drm/i915/skl: DDI-E and DDI-A shares 4 lanes

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

[PATCH i-g-t 0/2] patches for testing nv12
 2015-08-27  1:51 UTC  (4+ 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-27  1:44 UTC  (7+ messages)
` [PATCH 08/15] drm/i915: Add NV12 as supported format for primary plane
` [PATCH 14/15] drm/i915: skl nv12 workarounds

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

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

[PATCH] drm/i915: Update comments around base bpp
 2015-08-26 16:57 UTC 

[PATCH] drm/i915: Reduce frequency of unspecific HSW reg debugging
 2015-08-26 15:49 UTC  (3+ messages)

[PATCH v4] dma-buf: Add ioctls to allow userspace to flush
 2015-08-26 15:37 UTC  (10+ messages)

drm/i915: intel_do_flush_locked failed: Invalid argument
 2015-08-26 15:01 UTC 

[PATCH] [RFC] lib/kms: Use cached connector state
 2015-08-26 15:04 UTC 

[DMC_BUGFIX_SKL_V2 0/5] pc10 entry fixes for skl
 2015-08-26 14:31 UTC  (7+ 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 4/5] drm/i915/skl: Do not disable cdclk PLL if csr firmware is present

[PATCH 1/3] drm/atomic-helper: Add option to update planes only on active crtc
 2015-08-26 14:02 UTC  (2+ messages)
` [PATCH] "

[PATCH v4 0/5] drm: Add decoding for DRM/KMS and i915 ioctls
 2015-08-26 13:26 UTC  (4+ messages)
` [PATCH v4 2/5] drm: Add private data field to trace control block

[PATCH 1/3] drm/dp: add drm_dp_tps3_supported helper
 2015-08-26 13:22 UTC  (4+ 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

[PATCH] Partially revert "drm/i915: Use full atomic modeset."
 2015-08-26 13:15 UTC  (2+ messages)

[PATCH 1/2] drm/i915: gen 9 can check for unclaimed registers too
 2015-08-26 13:14 UTC  (2+ messages)

[PATCH 1/4] drm: Make drm_fb_unregister/remove accept NULL fb
 2015-08-26 12:51 UTC  (9+ messages)
` [PATCH 3/4] drm/fb-helper: Add module option to disable fbdev emulation

[PATCH 0/9] drm/i915: VLV/CHV DPLL workarounds and cleanups
 2015-08-26 12:34 UTC  (4+ messages)
` [PATCH 6/9] drm/i915: Move DPLL ref/cri/VGA mode frobbing to the disp2d well enable

[PATCH 0/3] Detect DP displays based on sink count change
 2015-08-26 11:58 UTC  (10+ messages)
` [PATCH 1/3] drm/i915: read sink_count dpcd always
` [PATCH 3/3] drm/i915: force full detect on sink count change

[PATCH 2/4] drm/fb-helper: Use -errno return in restore_mode_unlocked
 2015-08-26 11:36 UTC  (4+ messages)
` [PATCH] "

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

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

[PATCH 0/5] Documentation: drm: Make drm.tmpl build as pdfdoc
 2015-08-26  9:32 UTC  (5+ messages)
` [PATCH 4/5] Documentation: drm: Convert KMS Properties HTML table to CALS
      ` [Intel-gfx] "

[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 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  (3+ messages)
` [PATCH 4/7] drm/i915: PSR: Mask LPSP hw tracking back again

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

[PATCH 1/2] drm/i915: Do not turn off IPS twice
 2015-08-26  8:55 UTC 


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