Show patches with: none      |   121116 patches
« 1 2 ... 1188 1189 11901211 1212 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[3/6] drm/i915: Rename intel_sdvo_hdmi_sink_detect - - - --- 2011-06-16 Adam Jackson New
[2/6] drm/i915: Fix multifunction SDVO detection - - - --- 2011-06-16 Adam Jackson New
[1/6] drm/i915: Remove "i2c_speed" nonsense from child device table - - - --- 2011-06-16 Adam Jackson New
[2/2] drm/i915: add Ivy Bridge page flip support - - - --- 2011-06-16 Jesse Barnes New
[2/2] drm/i915: add Ivy Bridge page flip support - - - --- 2011-06-16 Jesse Barnes New
[1/2] drm/i915: split page flip queueing into per-chipset functions - - - --- 2011-06-16 Jesse Barnes New
fix typo in 915_read_blc_pwm_ctl - - - --- 2011-06-16 Florian Mickler New
drm/i915: load the LUT before pipe enable on ILK+ - - - --- 2011-06-15 Jesse Barnes New
[RFC] Updated DRM plane handling patches - - - --- 2011-06-15 Jesse Barnes New
Revert "drm/i915: Kill GTT mappings when moving from GTT domain" - - - --- 2011-06-14 Eric Anholt New
=?utf-8?q?_=5BPATCH_4/4=5D_intel-gpu-tools=3A_shader_?= =?utf-8?q?debug?= - - - --- 2011-06-14 Ben Widawsky New
[3/4] intel-gpu-tools: add important debug regs - - - --- 2011-06-14 Ben Widawsky New
=?utf-8?q?_=5BPATCH_2/4=5D_intel-gpu-tools/forcewaked?= =?utf-8?q?=3A_simple_forcewake_app?= - - - --- 2011-06-14 Ben Widawsky New
[2/2] drm/i915: add Ivy Bridge page flip support - - - --- 2011-06-14 Jesse Barnes New
[1/2] drm/i915: split page flip queueing into per-chipset functions - - - --- 2011-06-14 Jesse Barnes New
[2/2] drm/i915: add Ivy Bridge page flip support - - - --- 2011-06-14 Jesse Barnes New
[1/2] drm/i915: split page flip queueing into per-chipset functions - - - --- 2011-06-14 Jesse Barnes New
[3.0-rc3] i915: Fix gen6 (SNB) GPU stalling - - - --- 2011-06-14 Daniel J Blueman New
[3.0-rc3] i1915: missed IRQ/stalls patch success - - - --- 2011-06-14 Daniel J Blueman New
drm/i915: Don't leak in i915_gem_shmem_pread_slow() - - - --- 2011-06-12 Chris Wilson New
Properly decrement flip_count if we want to undo. - - - --- 2011-06-09 Stéphane Marchesin New
drm/i915: use BLT ring for flips on IVB - - - --- 2011-06-09 Jesse Barnes New
[3/3] drm/i915: Enable GPU reset on Ivybridge. - - - --- 2011-06-07 Kenneth Graunke New
[2/3] drm/i915: Remove HAS_BLT/HAS_BSD checks from ivybridge_irq_postinstall. - - - --- 2011-06-07 Kenneth Graunke New
[1/3] drm/i915: Fix MI_DISPLAY_FLIP plane select offset on Ivybridge. - - - --- 2011-06-07 Kenneth Graunke New
=?utf-8?q?=5BPATCH_4/4=5D_drm/i915=3A_add_SNB_video_s?= =?utf-8?q?prite_support?= - - - --- 2011-06-07 Jesse Barnes New
[3/4] drm/i915: rename existing overlay support to "legacy" - - - --- 2011-06-07 Jesse Barnes New
[2/4] drm: add an fb creation ioctl that takes a pixel format - - - --- 2011-06-07 Jesse Barnes New
[1/4] drm: add plane support - - - --- 2011-06-07 Jesse Barnes New
=?utf-8?q?=5BPATCH_16/16=5D_intel=3A_Remove_intel=5Fc?= =?utf-8?q?hipsets=2Eh?= - - - --- 2011-06-07 Kristian Hogsberg New
=?utf-8?q?=5BPATCH_15/16=5D_intel=3A_Get_chipset_name?= =?utf-8?q?_from_PCI_ID_list?= - - - --- 2011-06-07 Kristian Hogsberg New
[14/16] intel: Add is_855ish for handling 855 and 865 specific lod clamping - - - --- 2011-06-07 Kristian Hogsberg New
[13/16] intel: Replace IS_G4X macro with an is_g4x bit in the chipset struct - - - --- 2011-06-07 Kristian Hogsberg New
[12/16] intel: Drop unused IS_SNB/IVB_GT1/2 macros - - - --- 2011-06-07 Kristian Hogsberg New
[11/16] intel: Put urb and thread limits into the chipset struct - - - --- 2011-06-07 Kristian Hogsberg New
[10/16] intel: Drop unused IS_GEN5-7 macros - - - --- 2011-06-07 Kristian Hogsberg New
[09/16] intel: Drop unused IS_GEN4 macro - - - --- 2011-06-07 Kristian Hogsberg New
[08/16] intel: Replace single use of IS_965 with gen check - - - --- 2011-06-07 Kristian Hogsberg New
[07/16] intel: Remove unused IS_MOBILE and IS_IGD* macros - - - --- 2011-06-07 Kristian Hogsberg New
[06/16] intel: Add a is_945 bit to chipinfo and use that instead of IS_945 - - - --- 2011-06-07 Kristian Hogsberg New
[05/16] intel: Replace intel_screen::gen with the chipset struct - - - --- 2011-06-07 Kristian Hogsberg New
[04/16] intel: Remove unused IS_915 macro - - - --- 2011-06-07 Kristian Hogsberg New
[03/16] intel: IS_9XX is just gen >= 3 - - - --- 2011-06-07 Kristian Hogsberg New
[02/16] intel: Use the PCI ID map for determining chipset gen - - - --- 2011-06-07 Kristian Hogsberg New
[01/16] intel: Use gen number instead of PCI ID in decoder - - - --- 2011-06-07 Kristian Hogsberg New
[fixes] drm/i915: Fix unfenced alignment on pre-G33 hardware - - - --- 2011-06-06 Chris Wilson New
drm/i915: Separate fence pin counting from normal bind pin counting - - - --- 2011-06-06 Chris Wilson New
=?utf-8?q?=5BPATCH_3/3=5D_dri=3A_Add_support_for_DRI2?= =?utf-8?q?BufferStencil_and_DRI2BufferHiz?= - - - --- 2011-06-06 Chad Versace New
=?utf-8?q?=5BPATCH_2/3=5D_dri=3A_Do_not_create_DRI2_b?= =?utf-8?q?uffers_for_unrecognized_DRI2_buff… - - - --- 2011-06-06 Chad Versace New
=?utf-8?q?=5BPATCH=5D_Add_attachment_token_DRI2Buffer?= =?utf-8?q?Hiz?= - - - --- 2011-06-06 Chad Versace New
[2/2] dri: Add support for DRI2BufferStencil and DRI2BufferHiz - - - --- 2011-06-05 Chad Versace New
=?utf-8?q?=5BPATCH_1/2=5D_Add_attachment_token_DRI2Bu?= =?utf-8?q?fferHiz?= - - - --- 2011-06-05 Chad Versace New
drm/i915: Seperate fence pin counting from normal bind pin counting - - - --- 2011-06-04 Chris Wilson New
[4/4] drm/i915: Try removing the forcewake get/put around the fifo counting. - - - --- 2011-06-03 Eric Anholt New
[3/4] drm/i915: Fix missed IRQs on gen6. - - - --- 2011-06-03 Eric Anholt New
[2/4] drm/i915: Move the forcewake refcounting to a spinlock. - - - --- 2011-06-03 Eric Anholt New
[1/4] drm/i915: Control gen6 ring interrupts through a single mask field. - - - --- 2011-06-03 Eric Anholt New
[2/2] drm/i915: Fix missed interrupts on gen6 blit ring by holding FORCEWAKE up. - - - --- 2011-06-02 Eric Anholt New
[1/2] drm/i915: Control gen6 ring interrupts through a single mask field. - - - --- 2011-06-02 Eric Anholt New
change initial modesetting if outputs are aligned in 1 dimension - - - --- 2011-06-01 Florian Mickler New
[3/3] uxa: Simplify uxa_poly_fill_rect by only clipping once. - - - --- 2011-06-01 Eric Anholt New
[2/3] uxa: Simplify Composite solid acceleration for spans by only clipping once. - - - --- 2011-06-01 Eric Anholt New
=?utf-8?q?=5BPATCH_1/3=5D_uxa=3A_Simplify_BLT_solid_a?= =?utf-8?q?cceleration_for_spans_filling_by_… - - - --- 2011-06-01 Eric Anholt New
Test the first mode if there is no preferred mode. - - - --- 2011-05-31 hai.lan@intel.com New
Print the pixel clock of each mode. - - - --- 2011-05-30 Yi Sun New
[2.6.39-rc7] i915: kworker busily spinning... - - - --- 2011-05-24 Andrew Lutomirski New
drm/i915: debugfs lock fix - - - --- 2011-05-24 Ben Widawsky New
drm/i915: initialize gen6 rps work queue for Ironlake+ - - - --- 2011-05-18 Jesse Barnes New
drm/i915: initialize gen6 rps work queue for Ironlake+ - - - --- 2011-05-18 Jesse Barnes New
[SNB:,Regression] Re: [PATCH 02/19] drm/i915: split irq handling into per-chipset functions - - - --- 2011-05-18 Jesse Barnes New
drm/i915: fix user irq miss in BSD ring on g4x - - - --- 2011-05-16 Feng, Boqun New
[xf86-video-intel] build: do not use AC_CHECK_FILE to find the header files. - - - --- 2011-05-15 Diego Elio Pettenò New
[2/2] i965: Add support for rendering to depthbuffer mipmap levels > 0. - - - --- 2011-05-14 Eric Anholt New
[1/2] i965: Stop caching the combined depth/stencil region in brw_context.c. - - - --- 2011-05-14 Eric Anholt New
drm/i915: Revert i915.semaphore=1 default from 47ae63e0 - - - --- 2011-05-13 Andrew Lutomirski New
[2/2] drm/i915: TVDAC_STATE_CHG does not indicate successful load-detect - - - --- 2011-05-13 Keith Packard New
[1/2] drm/i915: Select correct pipe during TV detect - - - --- 2011-05-13 Keith Packard New
[16/16] drm/i915: Share the common force-audio property between connectors - - - --- 2011-05-12 Chris Wilson New
[15/16] drm/i915: Convert partial to full CPU read domain if we touch every page - - - --- 2011-05-12 Chris Wilson New
[14/16] drm/i915: Use PCI-ID to identify Broadwater and Crestline - - - --- 2011-05-12 Chris Wilson New
[13/16] drm/i915: Remove unused enum "chip_family" - - - --- 2011-05-12 Chris Wilson New
[12/16] drm/915: fix relaxed tiling on gen2: tile height - - - --- 2011-05-12 Chris Wilson New
[11/16] drm/i915: not finding a fence is a non-recoverable condition - - - --- 2011-05-12 Chris Wilson New
[10/16] drm/i915: Retire requests before disabling pagefaults - - - --- 2011-05-12 Chris Wilson New
[09/16] drm/i915/gmbus: Reset the controller on initialisation - - - --- 2011-05-12 Chris Wilson New
[08/16] drm/i915/i2c: Convert from using GMBUS1 + reg_offset idiom to reg + 0 - - - --- 2011-05-12 Chris Wilson New
[07/16] drm/i915/crt: Explicitly return false if connected to a digital monitor - - - --- 2011-05-12 Chris Wilson New
[06/16] drm/i915: Replace ironlake_compute_wm0 with g4x_compute_wm0 - - - --- 2011-05-12 Chris Wilson New
[05/16] drm/i915/tv: Use a direct pointer for tv_mode - - - --- 2011-05-12 Chris Wilson New
[04/16] drm/i915: Only print out the actual number of fences for i915_error_state - - - --- 2011-05-12 Chris Wilson New
[03/16] drm/i915: s/addr & ~PAGE_MASK/offset_in_page(addr)/ - - - --- 2011-05-12 Chris Wilson New
[02/16] drm/i915: Refactor pwrite/pread to use single copy of get_user_pages - - - --- 2011-05-12 Chris Wilson New
[01/16] drm/i915: Cache GT fifo count for SandyBridge - - - --- 2011-05-12 Chris Wilson New
drm/i915: Enable GPU reset on Ivybridge. - - - --- 2011-05-12 Kenneth Graunke New
drm/i915: forcewake debugfs fix - - - --- 2011-05-11 Ben Widawsky New
[9/9] drm/i915: use pipe bpp when setting HDMI bpc - - - --- 2011-05-11 Jesse Barnes New
[8/9] drm/i915: use pipe bpp in DP link bandwidth calculations - - - --- 2011-05-11 Jesse Barnes New
[7/9] drm/i915: split out plane update code - - - --- 2011-05-11 Jesse Barnes New
[6/9] drm/i915: split out Ironlake pipe bpp picking code - - - --- 2011-05-11 Jesse Barnes New
[5/9] drm/i915: set bpc for DP transcoder - - - --- 2011-05-11 Jesse Barnes New
« 1 2 ... 1188 1189 11901211 1212 »