summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * drm/i915: Limit calling mark-busy only for potential scanoutsChris Wilson2012-05-082-1/+8
| * drm/i915: implement ironlake_wait_for_vblankPaulo Zanoni2012-05-081-0/+16
| * drm/i915: set the DIP port on ibx_write_infoframePaulo Zanoni2012-05-082-0/+17
| * drm/i915: ibx_write_infoframe can disable AVIPaulo Zanoni2012-05-081-7/+1
| * drm/i915: split ironlake_write_infoframe into ibx_ and cpt_Paulo Zanoni2012-05-081-4/+48
| * drm/i915: simplify intel_encoder_commitPaulo Zanoni2012-05-081-2/+1
| * drm/i915: mask the video DIP frequency when changing itPaulo Zanoni2012-05-082-0/+4
| * drm/i915: disable the infoframe before changing itPaulo Zanoni2012-05-081-0/+9
| * drm/i915: break intel_infoframe_flags into _enable and _frequencyPaulo Zanoni2012-05-081-6/+26
| * drm/i915: mask the video DIP port selectPaulo Zanoni2012-05-082-0/+2
| * drm/i915: start writing infoframes at address 0 on gen 4Paulo Zanoni2012-05-081-1/+1
| * drm/i915: change coding style of the write_infoframe functionsPaulo Zanoni2012-05-081-20/+23
| * drm/i915: DSL_LINEMASK is 12 bits only on gen2Paulo Zanoni2012-05-082-4/+10
* | vga_switcheroo: Introduce struct vga_switcheroo_client_opsTakashi Iwai2012-05-131-4/+7
|/
* Merge remote-tracking branch 'airlied/drm-core-next' into drm-intel-next-queuedDaniel Vetter2012-05-0811-49/+82
|\
| * Merge tag 'v3.4-rc6' into drm-intel-nextDaniel Vetter2012-05-0713-54/+92
| |\
| | * drm/i915: enable dip before writing data on gen4Paulo Zanoni2012-05-031-1/+1
| | * fixing dmi match for hp t5745 and hp st5747 thin clientMarc Gariepy2012-05-021-2/+2
| | * drm/i915: Only enable IPS polling for gen5Chris Wilson2012-05-022-5/+13
| | * drm/i915: Do not read non-existent DPLL registers on PCH hardwareChris Wilson2012-05-021-4/+5
| | * drm/i915: Set the Stencil Cache eviction policy to non-LRA mode.Kenneth Graunke2012-04-282-0/+9
| | * drm/i915: handle input/output sdvo timings separately in mode_setDaniel Vetter2012-04-261-16/+18
| | * drm/i915: fix integer overflow in i915_gem_do_execbuffer()Xi Wang2012-04-231-0/+5
| | * drm/i915: fix integer overflow in i915_gem_execbuffer2()Xi Wang2012-04-231-1/+2
| | * drm/i915: fixup load-detect on enabled, but not active pipeDaniel Vetter2012-04-221-18/+11
| | * VM: add "vm_mmap()" helper functionLinus Torvalds2012-04-211-3/+1
| | * drm/i915: Do not set "Enable Panel Fitter" on SNB pageflipsChris Wilson2012-04-181-1/+7
| | * drm/i915: Hold mode_config lock whilst changing mode for lastclose()Chris Wilson2012-04-161-0/+4
| | * drm/i915: don't clobber the special upscaling lvds timingsDaniel Vetter2012-04-164-4/+15
* | | drm/i915: Support pageflipping interrupts for all 3-pipes on IVBChris Wilson2012-05-062-11/+27
* | | drm/i915: fix gen4 gpu resetDaniel Vetter2012-05-051-1/+1
* | | drm/i915: remove modeset reset from i915_resetDaniel Vetter2012-05-051-10/+0
* | | drm/i915: also reset the media engine on gen4/5Daniel Vetter2012-05-052-3/+26
* | | drm/i915: kill flags parameter for reset functionsDaniel Vetter2012-05-053-16/+17
* | | drm/i915: make gpu hangman more resilientDaniel Vetter2012-05-051-0/+12
* | | drm/i915: extract intel_gpu_resetDaniel Vetter2012-05-051-16/+27
* | | drm/i915: simplify i915_reset a bitDaniel Vetter2012-05-051-14/+5
* | | drm/i915: allow the existing error_state to be destroyedDaniel Vetter2012-05-051-13/+77
* | | drm/i915: rework dev->first_error lockingDaniel Vetter2012-05-053-10/+20
* | | drm/i915: add interface to simulate gpu hangsDaniel Vetter2012-05-054-0/+73
* | | drm/i915: use mode values consistently when converting to sdvo dtdDaniel Vetter2012-05-041-8/+8
* | | drm/i915: rip out unnecessary calls to drm_mode_set_crtcinfoDaniel Vetter2012-05-044-6/+1
* | | drm/i915: Periodically sanity check power managementChris Wilson2012-05-034-5/+43
* | | drm/i915: make DBLCLK modes workPaulo Zanoni2012-05-032-2/+8
* | | drm/i915: rename AVI InfoFrame field 'PR' to 'YQ_CN_PR'Paulo Zanoni2012-05-031-2/+2
* | | drm/i915: Wait for the clocks to stabilise before updating PLLsChris Wilson2012-05-031-2/+5
* | | drm/i915: rip out intel_dpio_write againDaniel Vetter2012-05-031-22/+0
* | | drm/i915: extract some common olr+wedge codeBen Widawsky2012-05-031-57/+63
* | | drm/i915: move pnv|ilk_gem_mem_freq to intel_pm.cDaniel Vetter2012-05-032-112/+113
* | | drm/i915: fixup __iomem mixups in ringbuffer.cDaniel Vetter2012-05-033-31/+17