messages from 2015-05-21 14:17:49 to 2015-05-25 16:12:37 UTC [more...]
[PATCH 00/12] *** MIPI DSI Support for BXT ***
2015-05-25 16:10 UTC (18+ messages)
` [PATCH 01/12] drm/i915/bxt: Initialize MIPI for BXT
` [PATCH 02/12] drm/i915/bxt: Enable BXT DSI PLL
` [PATCH 03/12] drm/i915/bxt: Disable DSI PLL for BXT
` [PATCH 04/12] drm/i915/bxt: DSI prepare changes "
` [PATCH 05/12] drm/i915/bxt: DSI encoder support in CRTC modeset
` [PATCH 06/12] drm/i915/bxt: DSI enable for BXT
` [PATCH 07/12] drm/i915/bxt: Program Tx Rx and Dphy clocks
` [PATCH 08/12] drm/i915/bxt: DSI disable and post-disable
` [PATCH 09/12] drm/i915/bxt: get_hw_state for BXT
` [PATCH 10/12] drm/i915/bxt: get DSI pixelclock
` [PATCH 11/12] drm/i915/bxt: Modify BXT BLC according to VBT changes
` [PATCH 12/12] drm/i915/bxt: Remove DSP CLK_GATE programming for BXT
[RFC 00/15] Atomic watermark updates
2015-05-25 15:57 UTC (9+ messages)
` [RFC 05/15] drm/i915: Lookup CRTC for plane directly
` [RFC 13/15] drm/i915: Introduce intel_schedule_vblank_job()
` [RFC 14/15] drm/i915: Program atomic watermarks via vblank job
[PATCH] drm/i915: Force wmb() on using GTT io_mapping_map_wc
2015-05-25 15:38 UTC
[PATCH 0/9] drm/i915: HDMI 12bpc fixes
2015-05-25 13:14 UTC (8+ 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] drm/i915: Make DRM_I915_WERROR depend on !COMPILE_TEST
2015-05-25 12:31 UTC (5+ messages)
01.org: HTTPS: Please fix mixed content loading
2015-05-25 9:47 UTC (2+ messages)
[PATCH v3 00/22] drm/i915: Convert to atomic, part 2
2015-05-25 6:47 UTC (5+ messages)
` [PATCH v3 03/22] drm/i915: use intel_crtc_control everywhere, v2
` [PATCH v3.5 02.5/22] drm/i915: add intel_display_suspend
drivers/gpu/drm/i915/i915_gem_gtt.c
2015-05-25 5:32 UTC (4+ messages)
` [Intel-gfx] drivers/gpu/drm/i915/i915_gem_gtt.c
EDID problem
2015-05-24 20:38 UTC (4+ messages)
` Fwd: "
[PATCH 1/2] drm/i915: Use masked write for Context Status Buffer Pointer
2015-05-23 16:10 UTC (3+ messages)
` [PATCH 2/2] drm/i915: Let hardware keep track of ctx buf read pointer
[PATCH i-g-t] tests/pm_backlight: Add backlight test
2015-05-23 12:20 UTC
[PATCH] drm/i915: Disable idle messaging before ring disable
2015-05-22 20:41 UTC (2+ messages)
[PATCH] Enable dithering on the S6010 notebook and others
2015-05-22 19:08 UTC
[PATCH 00/12] drm/i915: Adding NV12 for skylake display
2015-05-22 19:06 UTC (14+ messages)
` [PATCH 03/12] drm/i915: Stage scaler request for NV12 as src format
` [PATCH 08/12] drm/i915: Add NV12 support to intel_framebuffer_init
[PATCH] Fix resume from suspend to RAM on IBM X30
2015-05-22 19:04 UTC
[PATCH 0/2] Add NV12 90/270 support for skl planes
2015-05-22 18:28 UTC (11+ messages)
` [PATCH 2/2] drm/i915: Add 90/270 rotation for NV12 format
Updated drm-intel-testing
2015-05-22 17:48 UTC
[PATCH 00/21] ppgtt cleanups / scratch merge (V2)
2015-05-22 17:05 UTC (22+ messages)
` [PATCH 01/21] drm/i915/gtt: Mark TLBS dirty for gen8+
` [PATCH 02/21] drm/i915/gtt: Workaround for HW preload not flushing pdps
` [PATCH 03/21] drm/i915/gtt: Check va range against vm size
` [PATCH 04/21] drm/i915/gtt: Allow >= 4GB sizes for vm
` [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 00/20] ppgtt cleanups / scratch merge
2015-05-22 16:15 UTC (28+ messages)
` [PATCH 01/20] drm/i915/gtt: Mark TLBS dirty for gen8+
` [PATCH 02/20] drm/i915: Force PD restore on dirty ppGTTs
` [PATCH 03/20] drm/i915/gtt: Check va range against vm size
` [PATCH 04/20] drm/i915/gtt: Allow >= 4GB sizes for vm
` [PATCH 05/20] drm/i915/gtt: Don't leak scratch page on mapping error
` [PATCH 06/20] drm/i915/gtt: Remove _single from page table allocator
` [PATCH 07/20] drm/i915/gtt: Introduce i915_page_dir_dma_addr
` [PATCH 08/20] drm/i915/gtt: Introduce struct i915_page_dma
` [PATCH 09/20] drm/i915/gtt: Rename unmap_and_free_px to free_px
` [PATCH 10/20] drm/i915/gtt: Remove superfluous free_pd with gen6/7
` [PATCH 11/20] drm/i915/gtt: Introduce fill_page_dma()
` [PATCH 12/20] drm/i915/gtt: Introduce kmap|kunmap for dma page
` [PATCH 13/20] drm/i915/gtt: Introduce copy_page_dma and copy_px
` [PATCH 14/20] drm/i915/gtt: Use macros to access dma mapped pages
` [PATCH 15/20] drm/i915/gtt: Make scratch page i915_page_dma compatible
` [PATCH 16/20] drm/i915/gtt: Fill scratch page
` [PATCH 17/20] drm/i915/gtt: Pin vma during virtual address allocation
` [PATCH 18/20] drm/i915/gtt: Cleanup page directory encoding
` [PATCH 19/20] drm/i915/gtt: Move scratch_pd and scratch_pt into vm area
` [PATCH 20/20] drm/i915/gtt: One instance of scratch page table/directory
[PATCH intel-gpu-tools 0/3] Add support for non-intel GPUs
2015-05-22 15:39 UTC (6+ messages)
` [PATCH intel-gpu-tools 1/3] drmtest: Add non-i915 device open helpers
[PATCH 1/3] drm/i915: Use ilk_init_lp_watermarks() on BDW
2015-05-22 15:31 UTC (8+ messages)
` [PATCH 2/3] drm/i915: Move WaProgramL3SqcReg1Default:bdw to init_clock_gating()
` [PATCH 3/3] drm/i915: Enable GTT caching on gen8
[PATCH] drm/edid: Fix DDC probe for passive DP dongles
2015-05-22 15:04 UTC (4+ messages)
` [Intel-gfx] "
Low hanging fruit take 2
2015-05-22 14:48 UTC (3+ messages)
` [PATCH 33/70] drm/i915: Use a separate slab for requests
[PATCH] drm/i915: Document IPS restriction with 1 plane on the pipe
2015-05-22 10:09 UTC (3+ messages)
[PATCH i-g-t] kms_rotation_crc: Update rotation direction for kernel changes
2015-05-22 10:00 UTC
[PATCH v4 00/12] All sort of cdclk stuff
2015-05-22 8:46 UTC (15+ messages)
` [PATCH v4 01/12] drm/i915: Fix i855 get_display_clock_speed
` [PATCH v4 02/12] drm/i915: Fix 852GM/GMV cdclk
` [PATCH v4 03/12] drm/i915: Add cdclk extraction for g33, g965gm and g4x
` [PATCH v4 04/12] drm/i915: Warn when cdclk for the platforms is not known
` [PATCH v4 05/12] drm/i915: Cache current cdclk frequency in dev_priv
` [PATCH v4 06/12] drm/i915: Use cached cdclk value
` [PATCH v4 07/12] drm/i915: Unify ilk and hsw .get_aux_clock_divider
` [PATCH v4 8/8] drm/i915: Store max cdclk value in dev_priv
` [PATCH v4 09/12] drm/i915: Don't enable IPS when pixel rate exceeds 95%
` [PATCH v4 10/12] drm/i915: HSW cdclk support
` [PATCH v4 11/12] drm/i915: Add IS_BDW_ULX
` [PATCH v4 12/12] drm/i915: BDW clock change support
[PATCH] drm/i915: Fix IPS related flicker
2015-05-22 7:57 UTC (5+ messages)
Residual RPS tweaks
2015-05-22 7:03 UTC (6+ messages)
` [PATCH 1/4] drm/i915: Use the correct destructor for freeing requests on error
` [PATCH 2/4] drm/i915: Define a separate variable and control for RPS waitboost frequency
` [PATCH 3/4] drm/i915: Use spinlocks for checking when to waitboost
` [PATCH 4/4] drm/i915: Introduce DRM_I915_THROTTLE_JIFFIES
[PATCH] drm/i915/skl: don't fail colorkey + scaler request
2015-05-22 6:56 UTC (5+ messages)
[PATCH 0/5] SKL S3, take 2.5
2015-05-22 5:52 UTC (14+ messages)
` [PATCH 3/5] drm/i915: Kill the dev variable in intel_suspend_complete()
` [PATCH 5/5] drm/i915/skl: Deinit/init the display at suspend/resume
` [PATCH v3] "
[PATCH] drm/plane-helper: Adapt cursor hack to transitional helpers
2015-05-22 5:50 UTC (4+ messages)
` [Intel-gfx] "
Intel graphics drivers for Linux
2015-05-22 4:49 UTC (3+ messages)
[PATCH] drm/i915/hsw: Fix workaround for server AUX channel clock divisor
2015-05-22 4:43 UTC (6+ messages)
[PATCH] drm/i915/bdw: Simple IPS pixel_rate x 0.95 cdclk restriction
2015-05-21 23:08 UTC (9+ messages)
[PATCH] drm/i915/skl: replace csr_mutex by completion in csr firmware loading
2015-05-21 21:29 UTC (4+ messages)
[PATCH 00/12] drm/i915: PCH modeset sequence fixes
2015-05-21 21:24 UTC (24+ messages)
` [PATCH 01/12] drm/i915: Remove a bogus 12bpc "toggle" from intel_disable_hdmi()
` [PATCH 02/12] drm/i915: Remove the double register write "
` [PATCH 03/12] drm/i915: Clarfify the DP code platform checks
` [PATCH 04/12] drm/i915: Clean up the CPT DP .get_hw_state() port readout
` [PATCH 05/12] drm/i915: Fix DP enhanced framing for CPT
` [PATCH 07/12] drm/i915: Write the SDVO reg twice on IBX
` [PATCH 08/12] drm/i915: Fix the IBX transcoder B workarounds
` [PATCH 09/12] drm/i915: Disable HDMI port after the pipe on PCH platforms
` [PATCH 10/12] drm/i915: Disable SDVO "
` [PATCH 11/12] drm/i915: Disable CRT port after "
` [PATCH 12/12] drm/i915: Disable FDI RX/TX before the ports
[PATCH] drm: check for garbage in unused addfb2 fields
2015-05-21 21:05 UTC (2+ messages)
[PATCH] drm/i915: Unconditionally flush writes before execbuffer
2015-05-21 20:29 UTC (11+ messages)
` [Intel-gfx] "
still experiencing oops connecting Laptop to docking Station
2015-05-21 19:42 UTC (11+ messages)
[PATCH v3 0/4] Support for creating/using Stolen memory backed objects
2015-05-21 18:53 UTC (2+ messages)
[PATCH i-g-t] tests/gem_mmap_gtt: Use PAGE_SIZE instead of hard coded value
2015-05-21 18:46 UTC (7+ messages)
[RFC PATCH v2] perf: Add PERF_EVENT_IOC_FLUSH ioctl
2015-05-21 17:40 UTC (2+ messages)
` [RFC PATCH] perf: enable fsync to flush buffered samples
[PATCH] drm/i915: Force clean compilation with -Werror
2015-05-21 16:51 UTC (2+ messages)
[PATCH] drm/i915: s/\<rq\>/req/g
2015-05-21 16:11 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox