summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-12-01drm/i915: Allocate fbcon from stolen memoryChris Wilson1-1/+3
2012-12-01drm/i915: Introduce i915_gem_object_create_stolen()Chris Wilson3-0/+129
2012-12-01drm/i915: Support readback of stolen objects upon errorChris Wilson1-0/+8
2012-12-01drm/i915: Allow objects to be created with no backing pages, but stolen spaceChris Wilson2-0/+4
2012-12-01drm/i915: Delay allocation of stolen space for FBCChris Wilson4-64/+64
2012-12-01drm/i915: Avoid clearing preallocated regions from the GTTChris Wilson2-3/+31
2012-12-01drm/i915: Fix detection of base of stolen memoryChris Wilson2-40/+42
2012-12-01drm: Introduce an iterator over holes in the drm_mm range managerChris Wilson1-41/+21
2012-12-01drm: Introduce drm_mm_create_block()Chris Wilson1-0/+50
2012-11-30drm/i915: optimize ilk/snb irq handlerDaniel Vetter1-6/+7
2012-11-30i915: convert struct spinlock to spinlock_tLuis R. Rodriguez1-2/+2
2012-11-29drm/i915: kill intel_dp_link_clock()Paulo Zanoni1-12/+7
2012-11-29drm/i915: invert the log inside intel_prepare_ddiPaulo Zanoni1-9/+10
2012-11-29drm/i915: add HAS_DDI checkPaulo Zanoni6-18/+19
2012-11-29drm/i915: remove Haswell code from ironlake_fdi_pll_enablePaulo Zanoni1-11/+7
2012-11-29drm/i915: intel_prepare_ddi_buffers should be staticPaulo Zanoni1-1/+2
2012-11-29drm/i915: optimize the shmem_pwrite slowpath handlingDaniel Vetter1-3/+7
2012-11-29drm/i915: simplify shmem pwrite/pread slowpath handlingDaniel Vetter1-13/+2
2012-11-29drm/i915: enable intel_lvds->pre_pll_enable for ilk+, tooDaniel Vetter2-49/+15
2012-11-29drm/i915: move intel_update_lvds to intel_lvds->pre_pll_enableDaniel Vetter2-59/+57
2012-11-29drm/i915: add intel_lvds->regDaniel Vetter1-28/+20
2012-11-29drm/i915: track is_dual_link in intel_lvdsDaniel Vetter2-14/+31
2012-11-29drm/i915: move is_dual_link_lvds to intel_lvds.cDaniel Vetter3-55/+59
2012-11-29drm/i915: replace ad-hoc dual-link lvds checksDaniel Vetter1-9/+6
2012-11-29drm/i915: add encoder->pre_pll_enable callbackDaniel Vetter2-0/+15
2012-11-29drm/i915/debugfs: Prune a couple of superfluous leading zeros from bo domainsChris Wilson1-2/+2
2012-11-29drm/i915: Kill i915_gem_execbuffer_wait_for_flips()Ville Syrjälä2-49/+0
2012-11-29drm/i915: remove duplicate register #definesDaniel Vetter1-17/+1
2012-11-29drm/i915: Set sync_seqno properly after seqno wrapMika Kuoppala1-1/+5
2012-11-29drm/i915: Include the last semaphore sync point in the error-stateChris Wilson3-4/+9
2012-11-29drm/i915: Rearrange code to only have a single method for waiting upon the ringChris Wilson5-61/+58
2012-11-29drm/i915: Simplify flushing activity on the ringChris Wilson1-7/+3
2012-11-29drm/i915: Preallocate next seqno before touching the ringChris Wilson6-82/+89
2012-11-29drm/i915: force restore on lid openDaniel Vetter4-6/+16
2012-11-29drm/i915: Wait upon the last request seqno, rather than a future seqnoChris Wilson1-2/+21
2012-11-29drm/i915: fix possible NULL dereference of dev_privMika Kuoppala1-1/+2
2012-11-29drm/i915: Increase the response time for slow SDVO devicesChris Wilson1-12/+19
2012-11-29drm/i915: set the VIC of the mode on the AVI InfoFramePaulo Zanoni1-0/+2
2012-11-29drm: add drm_mode_cea_vicPaulo Zanoni1-0/+19
2012-11-29drm/i915: Fix pte updates in ggtt clear rangeBen Widawsky1-2/+4
2012-11-23drm/i915: promote Haswell to full supportPaulo Zanoni1-1/+1
2012-11-23drm/i915: Report the origin of the LVDS fixed panel modeChris Wilson1-2/+13
2012-11-23drm/i915: LVDS fallback to fixed-mode if EDID not presentChris Wilson1-6/+1
2012-11-22drm/i915/sdvo: kfree the intel_sdvo_connector, not drm_connector, on destroyJani Nikula1-1/+1
2012-11-22drm/i915: drm_connector_property -> drm_object_propertyRob Clark7-25/+25
2012-11-21drm/i915: use drm_send_vblank_event() helperRob Clark1-13/+2
2012-11-21drm/i915: Use pci_resource functions for BARs.Ben Widawsky1-6/+2
2012-11-21drm/i915: Borrow our struct_mutex for the direct reclaimChris Wilson1-3/+22
2012-11-21drm/i915: Defer assignment of obj->gtt_space until after all possible mallocsChris Wilson1-20/+19
2012-11-21drm/i915: Apply the IBX transcoder A w/a for HDMI to SDVO as wellChris Wilson1-1/+37