[Prev Page][Next Page]
- [PATCH 10/81] drm: Refactor object property check code, (continued)
- [PATCH 10/81] drm: Refactor object property check code, ville.syrjala at linux.intel.com
- [PATCH 11/81] drm: Export mode<->umode conversion functions, ville.syrjala at linux.intel.com
- [PATCH 12/81] drm: Make blobs resizeable, ville.syrjala at linux.intel.com
- [PATCH 13/81] drm: Add drm_flip helper, ville.syrjala at linux.intel.com
- [PATCH 14/81] drm: Add mode_blob and connector_ids_blob to drm_crtc, ville.syrjala at linux.intel.com
- [PATCH 15/81] drm: Add the atomic modeset ioctl, ville.syrjala at linux.intel.com
- [PATCH 16/81] drm/i915: Use drm_format_plane_cpp() rather than bits_per_pixel/8, ville.syrjala at linux.intel.com
- [PATCH 17/81] drm/i915: Implement proper clipping for video sprites, ville.syrjala at linux.intel.com
- [PATCH 18/81] drm/i915: Implement restore_fbdev_mode hook, ville.syrjala at linux.intel.com
- [PATCH 19/81] drm/i915: Split clipping and checking from update_plane hook, ville.syrjala at linux.intel.com
- [PATCH 20/81] drm/i915: Factor out i9xx_compute_clocks() like ironlake_compute_clocks(), ville.syrjala at linux.intel.com
- [PATCH 21/81] drm/i915: Consitify adjusted_mode parameter, ville.syrjala at linux.intel.com
- [PATCH 22/81] drm/i915: Add intel_check_clock(), ville.syrjala at linux.intel.com
- [PATCH 23/81] drm/i915: store cursor_handle in struct intel_crtc, ville.syrjala at linux.intel.com
- [PATCH 24/81] drm/i915: split cursor setting code into prepare/commit/unref parts, ville.syrjala at linux.intel.com
- [PATCH 25/81] drm/i915: unstatic cursor functions for use with atomic modesetting, ville.syrjala at linux.intel.com
- [PATCH 26/81] drm/i915: Unstatic intel_finish_fb(), ville.syrjala at linux.intel.com
- [PATCH 27/81] drm/i915: Pull intel_pipe_set_base() out of the crtc_mode_set() functions, ville.syrjala at linux.intel.com
- [PATCH 28/81] drm/i915: Unstatic intel_crtc_update_sarea(), ville.syrjala at linux.intel.com
- [PATCH 29/81] drm/i915: Unstatic intel_crtc_update_sarea_pos(), ville.syrjala at linux.intel.com
- [PATCH 30/81] drm/i915: Constify mode argument to intel_modeset_adjusted_mode(), ville.syrjala at linux.intel.com
- [PATCH 31/81] drm/i915: Unstatic intel_crtc_mode_fixup(), ville.syrjala at linux.intel.com
- [PATCH 32/81] drm/i915: Introduce intel_plane_regs, ville.syrjala at linux.intel.com
- [PATCH 33/81] drm/i915: Split primary plane update_plane() into calc+commit phases, ville.syrjala at linux.intel.com
- [PATCH 34/81] drm/i915: Split sprite update_plane() into calc+commit phases, ville.syrjala at linux.intel.com
- [PATCH 35/81] drm/i915: Implement atomic modesetting, ville.syrjala at linux.intel.com
- [PATCH 36/81] drm/i915: Add support for atomic modesetting completion events, ville.syrjala at linux.intel.com
- [PATCH 37/81] drm/i915: Add atomic page flip support, ville.syrjala at linux.intel.com
- [PATCH 38/81] drm/i915: Unstatic intel_enable_primary() and intel_disable_primary(), ville.syrjala at linux.intel.com
- [PATCH 39/81] drm/i915: Respect primary_disabled in crtc_enable(), ville.syrjala at linux.intel.com
- [PATCH 40/81] drm/i915: Enable/disable primary plane in calc_plane(), ville.syrjala at linux.intel.com
- [PATCH 41/81] drm/i915: Add primary plane disable logic to atomic mode setting code, ville.syrjala at linux.intel.com
- [PATCH 42/81] drm: Add missing EXPORT_SYMBOL()s for drm_flip, ville.syrjala at linux.intel.com
- [PATCH 43/81] drm/i915: Clear flip helpers for sprites too, ville.syrjala at linux.intel.com
- [PATCH 44/81] drm/i915: Refactor property handling in atomic code, ville.syrjala at linux.intel.com
- [PATCH 45/81] drm/i915: Move standard properties under mode_config, ville.syrjala at linux.intel.com
- [PATCH 46/81] drm_crtc_helper: Update standard crtc properties after modeset, ville.syrjala at linux.intel.com
- [PATCH 47/81] drm: Update standard plane properties after update_plane/disable_plane, ville.syrjala at linux.intel.com
- [PATCH 48/81] drm/i915: Update CRTC properties after modeset, ville.syrjala at linux.intel.com
- [PATCH 49/81] drm: Move standard crtc/plane prop handling to drm_crtc.c, ville.syrjala at linux.intel.com
- [PATCH 50/81] drm/i915: Use intel_best_encoder() directly, ville.syrjala at linux.intel.com
- [PATCH 51/81] drm/i915: Unstatic intel_modeset_update_staged_output_state(), ville.syrjala at linux.intel.com
- [PATCH 52/81] drm/i915: Update new_crtc and new_encoder fields after atomic modeset, ville.syrjala at linux.intel.com
- [PATCH 53/81] drm/i915: Update connector DPMS state after an atomic modeset, ville.syrjala at linux.intel.com
- [PATCH 54/81] drm/i915: Kill the pending_flip counter manipulations, ville.syrjala at linux.intel.com
- [PATCH 55/81] drm/i915: Don't mark cursor as pinned, when we don't have a cursor bo, ville.syrjala at linux.intel.com
- [PATCH 56/81] drm/i915: Fix sprite_scaling_enabled for multiple sprites, ville.syrjala at linux.intel.com
- [PATCH 57/81] drm/i915: Fix hiding the cursor with atomic ioctl, ville.syrjala at linux.intel.com
- [PATCH 58/81] drm/i915: Fix plane src rectangle dirty check, ville.syrjala at linux.intel.com
- [PATCH 59/81] drm/i915: Send atomic completion events even if nothing changed, ville.syrjala at linux.intel.com
- [PATCH 60/81] drm/i915: Unpin old fbs only when appropriate, ville.syrjala at linux.intel.com
- [PATCH 61/81] drm/i915: Remove stale prototypes form atomic code, ville.syrjala at linux.intel.com
- [PATCH 62/81] drm/i915: Unstatic i915_gem_check_olr(), ville.syrjala at linux.intel.com
- [PATCH 63/81] drm/i915: Refactor atomic flip code, ville.syrjala at linux.intel.com
- [PATCH 64/81] drm/i915: Implement a non-blocking GPU synchronization mechanism for atomic page flips, ville.syrjala at linux.intel.com
- [PATCH 65/81] drm/i915: Release all atomic flips when GPU hangs, ville.syrjala at linux.intel.com
- [PATCH 66/81] drm/i915: Make a copy of the calculated plane regs, ville.syrjala at linux.intel.com
- [PATCH 67/81] drm/i915: Clear pending flips in haswell_crtc_disable(), ville.syrjala at linux.intel.com
- [PATCH 68/81] drm/i915: Drop all flips waiting for the GPU when the CRTC is about to be disabled, ville.syrjala at linux.intel.com
- [PATCH 69/81] drm/i915: Refactor flip preaparation, ville.syrjala at linux.intel.com
- [PATCH 70/81] drm/i915: Unstatic intel_modeset_commit_output_state(), ville.syrjala at linux.intel.com
- [PATCH 71/81] drm/i915: Eliminate swap_old_new() hack in the atomic code, ville.syrjala at linux.intel.com
- [PATCH 72/81] drm: Drop old_crtc and old_encoder pointers, ville.syrjala at linux.intel.com
- [PATCH 73/81] drm/i915: Use new_crtc when checking if CRTC is in use, ville.syrjala at linux.intel.com
- [PATCH 74/81] drm/i915: Add some TODO items to the atomic code, ville.syrjala at linux.intel.com
- [PATCH 75/81] drm/i915: Drop some stale FIXMEs from the atomic code, ville.syrjala at linux.intel.com
- [PATCH 76/81] drm/i915: Add pin count trace point, ville.syrjala at linux.intel.com
- [PATCH 77/81] drm/i915: Add trace points for flip queue length, ville.syrjala at linux.intel.com
- [PATCH 78/81] HACK: drm/i915: Make non-blocking GPU synchronization optional, ville.syrjala at linux.intel.com
- [PATCH 79/81] drm/i915: Add some timing debugs to atomic flips, ville.syrjala at linux.intel.com
- [PATCH 80/81] drm/i915: Add post flush DSL readout for surflive debug, ville.syrjala at linux.intel.com
- [PATCH 81/81] drm/i915: Add trace point for atomic flip vblank evade, ville.syrjala at linux.intel.com
- [PATCH 00/81] drm/i915: Atomic mode setting / page flip, yet again, Daniel Vetter
- [PATCH 00/81] drm/i915: Atomic mode setting / page flip, yet again, Ville Syrjälä
- [PATCH] tests/gem_seqno_wrap: dont sync when crossing half of seqno space,
Mika Kuoppala
- [PATCH 00/37] [RFC] revamped modeset locking,
Daniel Vetter
- [PATCH 01/37] drm: review locking rules in drm_crtc.c, Daniel Vetter
- [PATCH 02/37] drm/doc: integrate drm_crtc.c kerneldoc, Daniel Vetter
- [PATCH 03/37] drm: add drm_modeset_lock|unlock_all, Daniel Vetter
- [PATCH 04/37] drm/i915: rework locking for intel_dpio|sbi_read|write, Daniel Vetter
- [PATCH 05/37] drm/i915: use drm_modeset_lock_all, Daniel Vetter
- [PATCH 06/37] drm/gma500: use drm_modeset_lock_all, Daniel Vetter
- [PATCH 07/37] drm/ast: use drm_modeset_lock_all, Daniel Vetter
- [PATCH 08/37] drm/shmobile: use drm_modeset_lock_all, Daniel Vetter
- [PATCH 09/37] drm/vmgfx: use drm_modeset_lock_all, Daniel Vetter
- [PATCH 10/37] drm: add per-crtc locks, Daniel Vetter
- [PATCH 11/37] drm/radeon: add W|RREG32_IDX for MM_INDEX|DATA based mmio accesss, Daniel Vetter
- [PATCH 12/37] drm/radeon: make indirect register access concurrency-safe, Daniel Vetter
- [PATCH 13/37] drm/nouveau: protect evo_wait/evo_kick sections with a channel mutex, Daniel Vetter
- [PATCH 14/37] drm: only take the crtc lock for ->cursor_set, Daniel Vetter
- [PATCH 15/37] drm: only take the crtc lock for ->cursor_move, Daniel Vetter
- [PATCH 16/37] drm/<drivers>: reorder framebuffer init sequence, Daniel Vetter
- [PATCH 17/37] drm: revamp locking around fb creation/destruction, Daniel Vetter
- [PATCH 18/37] drm: create drm_framebuffer_lookup, Daniel Vetter
- [PATCH 19/37] drm/gma500: move fbcon restore to lastclose, Daniel Vetter
- [PATCH 20/37] drm: revamp framebuffer cleanup interfaces, Daniel Vetter
- [PATCH 21/37] drm: reference framebuffers which are on the idr, Daniel Vetter
- [PATCH 22/37] drm: nest modeset locks within fpriv->fbs_lock, Daniel Vetter
- [PATCH 23/37] drm/i915: fixup overlay stolen memory leak, Daniel Vetter
- [PATCH 24/37] drm: push modeset_lock_all into ->fb_create driver callbacks, Daniel Vetter
- [PATCH 25/37] drm: don't take modeset locks in getfb ioctl, Daniel Vetter
- [PATCH 26/37] drm: fb refcounting for dirtyfb_ioctl, Daniel Vetter
- [PATCH 27/37] drm: refcounting for sprite framebuffers, Daniel Vetter
- [PATCH 28/37] drm: encapsulate crtc->set_config calls, Daniel Vetter
- [PATCH 29/37] drm: refcounting for crtc framebuffers, Daniel Vetter
- [PATCH 30/37] drm/i915: dump refcount into framebuffer debugfs file, Daniel Vetter
- [PATCH 31/37] drm/vmwgfx: add proper framebuffer refcounting, Daniel Vetter
- [PATCH 32/37] drm: optimize drm_framebuffer_remove, Daniel Vetter
- [PATCH 33/37] drm/nouveau: try to protect nbo->pin_refcount, Daniel Vetter
- [PATCH 34/37] drm/ttm: fix fence locking in ttm_buffer_object_transfer, Daniel Vetter
- [PATCH 35/37] drm/radeon: fix fence locking in the pageflip callback, Daniel Vetter
- [PATCH 36/37] drm: only grab the crtc lock for pageflips, Daniel Vetter
- [PATCH 37/37] drm: don't hold crtc mutexes for connector ->detect callbacks, Daniel Vetter
- [PATCH 00/37] [RFC] revamped modeset locking, Daniel Vetter
- [PATCH 1/3] drm/i915: Preserve the FDI line reversal override bit on CPT,
Damien Lespiau
- [PATCH] drm/i915: Preserve that FDI line reversal override bit on CPT,
Damien Lespiau
- [PATCH 1/2] drm/i915: Fixup cursor latency used for IVB lp3 watermarks,
Chris Wilson
- [PATCH v2] drm/i915: Fix shifted screen on top of LVDS on IVY laptop,
Takashi Iwai
- [PATCH] drm/i915: fixup overlay stolen memory leak,
Daniel Vetter
- Disabling a second monitor while in frame buffer,
Jonathan Phénix
- [PATCH 1/2] drm: Make the HPD status updates debug logs more readable,
Damien Lespiau
- [PATCH 1/2] drm/i915: Don't emit semaphore wait if wrap happened,
Mika Kuoppala
- [PATCH] drm/i915: enable sdvo interrupt on pch platforms,
Daniel Vetter
- [PATCH] drm/i915: Fixup hpd irq register setup ordering,
Daniel Vetter
- add lpt_init_pch_refclk bike-sheds,
Damien Lespiau
- [PATCH] drm/i915: don't prevent CPU idle states,
Tomas Janousek
- [PATCH] drm/i915: disable cpt phase pointer fdi rx workaround,
Daniel Vetter
- [PATCH 1/3] drm: Export routines for inserting preallocated nodes into the mm manager,
Chris Wilson
- [i-g-t PATCH] flip_test: fix link error due to missing -lrt,
Imre Deak
- Need help to root cause IGD driver issue on xen.,
G.R.
- [PATCH] drm/i915: Fix garbage pixels on top of LVDS on IVY laptop,
Takashi Iwai
- [PATCH 1/2] drm/i915: Clear self-refresh watermarks when disabled,
Chris Wilson
- Intel Linux display driver sending incompatible signal to one monitor.,
Freddie F. Haddad
- [PATCH] drm: Preallocate mm node for GTT mmap offset,
Chris Wilson
- [PATCH 1/5] drm/i915: check for the PCH when setting pch_transcoder,
Paulo Zanoni
- [PATCH 1/2] drm/i915: use the correct Haswell DP AUX ch_ctl register,
Paulo Zanoni
- [PATCH 1/1] drm/i915: Release next_seqno on module unload,
Mika Kuoppala
- [PATCH v2 1/1] drm/i915: Remove duplicate and unused register #defines in i915_reg.h,
Dexuan Cui
- [PATCH 1/1] drm/i915: Remove 3 duplicate register #defines in i915_reg.h,
Dexuan Cui
- [PATCH 1/2] tests: Exercise new API for using a LUT with the execbuffer,
Chris Wilson
- [PATCH] drm/i915: Perform a posting read of the ring start before enabling, Chris Wilson
- [PATCH] drm/i915: fixup l3 parity sysfs access check,
Daniel Vetter
- 3 duplicate register #defines in i915_reg.h,
Cui, Dexuan
- [PATCH 0/2] Dynamic power wells support,
Paulo Zanoni
- [PATCH] drm/i915: Clear the existing watermarks for g4x when modifying the cursor sr,
Chris Wilson
- [PATCH] drm: Make the HPD status updates debug logs more readable,
Damien Lespiau
- [PATCH] drm/i915: do not access BLC_PWM_CTL2 on pre-gen4 hardware,
Jani Nikula
- [PATCH 0/6] ring seqno wrap handling,
Mika Kuoppala
- i915 freakout with latest 3.7 git,
devendra.aaru
Working from home (Mon 3 Dec), Chad Versace
[PATCH v3] drm/i915: Don't allow ring tail to reach the same cacheline as head,
ville.syrjala at linux.intel.com
[PATCH] drm/i915: Reduce memory pressure during shrinker by preallocating swizzle pages,
Chris Wilson
[PATCH 1/2] drm/i915: Fix dieing -> dying typo,
Damien Lespiau
Bug Team Status,
Damien Lespiau
[PATCH 1/1] Add gem_seqno_wrap test,
Mika Kuoppala
A bunch of random execbuffer patches,
Chris Wilson
- [PATCH 01/14] drm/i915: Move the get_pages assertions up to the right layer, Chris Wilson
- [PATCH 02/14] drm/i915: Decouple the object from the unbound list before freeing pages, Chris Wilson
- [PATCH 03/14] drm/i915: Bail if we attempt to allocate pages for a purged object, Chris Wilson
- [PATCH 04/14] drm/i915: Defer the unbind for a fence change until the next get_fence(), Chris Wilson
- [PATCH 05/14] drm/i915: Avoid forcing relocations through the mappable GTT or CPU, Chris Wilson
- [PATCH 06/14] drm: Optionally create mm blocks from top-to-bottom, Chris Wilson
- [PATCH 07/14] drm/i915: Preferentially allocate mappable GTT space to uncached bo, Chris Wilson
- [PATCH 08/14] drm/i915: Tighten the checks for invalid relocation domains, Chris Wilson
- [PATCH 09/14] drm/i915: Remove check for conflicting relocation write-domains, Chris Wilson
- [PATCH 10/14] drm/i915: Take the handle idr spinlock once for looking up the exec objects, Chris Wilson
- [PATCH 11/14] drm/i915: Move the execbuffer objects list from the stack into the tracker, Chris Wilson
- [PATCH 12/14] drm/i915: Allow userspace to hint that the relocations were known, Chris Wilson
- [PATCH 13/14] drm/i915: Use the reloc.handle as an index into the execbuffer array, Chris Wilson
- [PATCH 14/14] drm/i915: Allow userspace to request an object at a specific offset, Chris Wilson
[ANNOUNCE] xf86-video-intel 2.20.15, Chris Wilson
[PATCH] drm/i915: Dump RP interrupt limits into debugfs/i915_cur_delayinfo, Chris Wilson
i915 error hangcheck timer elapsed, Daniel Vetter
Brightness control fails between 3.6.8 and 3.7.0-rc7 (Intel 915/Dell Vostro 3560),
Daniel Vetter
i915 (sandy bridge mobile) gets stuck at high power, Andrew Lutomirski
[PATCH] drm/i915: Close race between processing unpin task and queueing the flip,
Chris Wilson
CONGRATULATIONS!!!! Your email has won a consolation prize, open the attachment file and contact your claim agent!!!!!, © 2012 Microsoft Winning Notification
[PATCH 0/3] More Haswell VGA fixes,
Paulo Zanoni
[PATCH 00/10] gmbus/dp aux irqfication,
Daniel Vetter
- [PATCH 01/10] drm/i915: haswell has the same irq handlers as ivb, Daniel Vetter
- [PATCH 02/10] drm/i915: don't handle PIPE_LEGACY_BLC_EVENT_STATUS on vlv, Daniel Vetter
- [PATCH 03/10] drm/i915: reorder setup sequence to have irqs for output setup, Daniel Vetter
- [PATCH 04/10] drm/i915: extract gmbus_wait_hw_status, Daniel Vetter
- [PATCH 05/10] drm/i915: wire up gmbus irq handler, Daniel Vetter
- [PATCH 06/10] drm/i915: use the gmbus irq for waits, Daniel Vetter
- [PATCH 07/10] drm/i915: use gmbus irq to wait for gmbus idle, Daniel Vetter
- [PATCH 08/10] drm/i915: wire up do aux channel done interrupt, Daniel Vetter
- [PATCH 09/10] drm/i915: irq-drive the dp aux communication, Daniel Vetter
- [PATCH 10/10] drm/i915: use _NOTRACE for gmbus/dp aux wait loops, Daniel Vetter
- [PATCH 00/10] gmbus/dp aux irqfication, Chris Wilson
- [PATCH 00/10] gmbus/dp aux irqfication, Imre Deak
[PATCH] drm/i915: optimize ilk/snb irq handler,
Daniel Vetter
[PATCH] drm/i915: fixup sparse warnings,
Daniel Vetter
[PATCH 0/6] drivers: convert struct spinlock to spinlock_t,
Luis R. Rodriguez
[PATCH] drm/i915: dynamic haswell display power well support,
Daniel Vetter
[PATCH 01/10] drm/i915: rip out pre-DDI stuff from haswell_crtc_mode_set,
Daniel Vetter
- [PATCH 02/10] drm/i915: move set_pll_edp to intel_dp.c, Daniel Vetter
- [PATCH 03/10] drm/i915: rip out pre-production ilk cpu edp w/a, Daniel Vetter
- [PATCH 04/10] drm/i915: use wait_for_vblank instead of msleep(17), Daniel Vetter
- [PATCH 05/10] drm/i915: WARN on !crtc in intel_dp_link_down, Daniel Vetter
- [PATCH 06/10] drm/i915: drop unnecessary clearing of pch dp transcoder timings, Daniel Vetter
- [PATCH 07/10] drm/i915: extract common link_m_n helpers, Daniel Vetter
- [PATCH 08/10] drm/i915: don't call update_watermark in crtc_mode_set, Daniel Vetter
- [PATCH 09/10] drm/i915: don't call update_watermarks from haswell enable/disable code, Daniel Vetter
- [PATCH 10/10] drm/i915: rip out update_linetime_wm abstraction, Daniel Vetter
- [PATCH 01/10] drm/i915: rip out pre-DDI stuff from haswell_crtc_mode_set, Paulo Zanoni
[PATCH] drm/i915: kill intel_dp_link_clock(),
Paulo Zanoni
[PATCH 1/3] drm/i915: fix hsw_fdi_link_train "retry" code,
Paulo Zanoni
[PULL] last drm-intel-next for 3.8,
Daniel Vetter
[QA 11/29] Testing report for `drm-intel-testing` (was: Updated -next), Sun, Yi
Updated GPU reset at init patch,
Jesse Barnes
[PATCH] drm/i915: Set sync_seqno properly after seqno wrap,
Mika Kuoppala
3.7-rc7 IVB forcewake resume timeouts...,
Daniel J Blueman
Your kernel commit 2f4f649a69a9eb51f6e98130e19dd90a260a4145, Daniel Vetter
[PATCH 0/5] igt subtests support and piglit integration,
Daniel Vetter
[PATCH] testdisplay: Use the fb stride when painting the color key,
Damien Lespiau
[PATCH 0/4] drm/i915: ring and flip leftovers,
ville.syrjala at linux.intel.com
[PATCH 1/2] drm/i915/debugfs: Prune a couple of superfluous leading zeros from bo domains,
Chris Wilson
[PATCH 1/3] drm/i915: Preallocate next seqno before touching the ring,
Chris Wilson
[Fwd: Re: Bug scrub status], Imre Deak
[PATCH 1/2] drm/i915: Simplify flushing activity on the ring,
Chris Wilson
[ANNOUNCE] Intel 2012Q4 graphics package release, Jin, Gordon
[PATCH] drm/i915: Fix pte updates in ggtt clear range,
Ben Widawsky
[PATCH 00/17] lvds/dp/watermark refactorings,
Daniel Vetter
- [PATCH 01/17] drm/i915: add encoder->pre_pll_enable callback, Daniel Vetter
- [PATCH 02/17] drm/i915: replace ad-hoc dual-link lvds checks, Daniel Vetter
- [PATCH 03/17] drm/i915: move is_dual_link_lvds to intel_lvds.c, Daniel Vetter
- [PATCH 04/17] drm/i915: track is_dual_link in intel_lvds, Daniel Vetter
- [PATCH 05/17] drm/i915: add intel_lvds->reg, Daniel Vetter
- [PATCH 06/17] drm/i915: move intel_update_lvds to intel_lvds->pre_pll_enable, Daniel Vetter
- [PATCH 07/17] drm/i915: enable intel_lvds->pre_pll_enable for ilk+, too, Daniel Vetter
- [PATCH 08/17] drm/i915: rip out pre-DDI stuff from haswell_crtc_mode_set, Daniel Vetter
- [PATCH 09/17] drm/i915: move set_pll_edp to intel_dp.c, Daniel Vetter
- [PATCH 10/17] drm/i915: rip out pre-production ilk cpu edp w/a, Daniel Vetter
- [PATCH 11/17] drm/i915: use wait_for_vblank instead of msleep(17), Daniel Vetter
- [PATCH 12/17] drm/i915: WARN on !crtc in intel_dp_link_down, Daniel Vetter
- [PATCH 13/17] drm/i915: drop unnecessary clearing of pch dp transcoder timings, Daniel Vetter
- [PATCH 14/17] drm/i915: extract common link_m_n helpers, Daniel Vetter
- [PATCH 15/17] drm/i915: don't call update_watermark in crtc_mode_set, Daniel Vetter
- [PATCH 16/17] drm/i915: don't call update_watermarks from haswell enable/disable code, Daniel Vetter
- [PATCH 17/17] drm/i915: rip out update_linetime_wm abstraction, Daniel Vetter
- [PATCH 00/17] lvds/dp/watermark refactorings, Paulo Zanoni
Missed IRQs on IVB while running intel_gpu_top,
Joe Bloggsian
[PATCH 0/2] drm/i915: Ring buffer stuff,
ville.syrjala at linux.intel.com
[ANNOUNCE] xf86-video-intel 2.20.14, Chris Wilson
[PATCH 1/4] drm/i915: intel_prepare_ddi_buffers should be static,
Paulo Zanoni
[PATCH] drm/i915: force restore on lid open,
Daniel Vetter
[pull] drm-fixes,
Daniel Vetter
[PATCH 1/2] drm: add drm_mode_cea_vic,
Paulo Zanoni
Found a bug in i195 driver,
Daniel Vetter
[PATCH] drm/i915: Increase the response time for slow SDVO devices,
Chris Wilson
[i-g-t PATCH 0/4] flip_test: support for monotonic timestamps,
Imre Deak
[Index of Archives]
[Linux USB Devel]
[Linux Media]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]