summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2011-10-31gpu: add module.h to drivers/gpu files as required.Paul Gortmaker2-0/+2
2011-10-31gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker4-0/+4
2011-10-20drm/i915/dp: Fix eDP on PCH DP on CPT/PPTAdam Jackson1-6/+6
2011-10-20drm/i915/dp: Introduce is_cpu_edp()Adam Jackson1-2/+13
2011-10-20drm/i915: use correct SPD type valueJesse Barnes1-1/+1
2011-10-20drm/i915: fix ILK+ infoframe supportJesse Barnes1-7/+11
2011-10-20drm/i915: add DP test request handlingJesse Barnes1-0/+37
2011-10-20drm/i915: read full receiver capability field during DP hot plugJesse Barnes1-2/+2
2011-10-20drm/i915/dp: Remove eDP special cases from bandwidth checksAdam Jackson1-18/+2
2011-10-20drm/i915/dp: Fix the math in intel_dp_link_requiredAdam Jackson1-5/+21
2011-10-20drm/i915/panel: Always record the backlight level again (but cleverly)Takashi Iwai1-8/+13
2011-10-20i915: Move i915_read/write out of lineAndi Kleen2-19/+43
2011-10-20drm/i915: remove transcoder PLL mashing from mode_set per specsJesse Barnes1-25/+0
2011-10-20drm/i915: if transcoder disable fails, say whichJesse Barnes1-1/+1
2011-10-20drm/i915: set watermarks for third pipe on IVBJesse Barnes2-0/+15
2011-10-20drm/i915: export a CPT mode set verification functionJesse Barnes3-0/+32
2011-10-20drm/i915: fix transcoder PLL select maskingJesse Barnes1-5/+10
2011-10-20drm/i915: fix IVB cursor supportJesse Barnes2-5/+43
2011-10-20drm/i915: fix debug output for 3 pipe configsJesse Barnes1-1/+1
2011-10-20drm/i915: add PLL sharing support to handle 3 pipesJesse Barnes2-38/+63
2011-10-20drm/i915: fix PCH PLL assertion check for 3 pipesJesse Barnes1-0/+13
2011-10-20drm/i915: use transcoder select bits on VGA and HDMI on CPTJesse Barnes2-17/+11
2011-10-20drm/i915: split refclk code out of ironlake_crtc_mode_setJesse Barnes1-4/+35
2011-10-20drm/i915: support 3 pipes on IVB+Jesse Barnes7-9/+20
2011-10-20drm/i915: PLL macro cleanup and pipe assertion checkJesse Barnes2-3/+9
2011-10-20drm/i915: always set FDI composite sync bitJesse Barnes2-0/+3
2011-10-20drm/i915: Use PIPE_CONTROL for flushing on gen6+.Jesse Barnes2-12/+130
2011-10-20drm/i915: Rename PIPE_CONTROL bit defines to be less terse.Kenneth Graunke2-10/+12
2011-10-20drm/i915: Remove implied length of 2 from GFX_OP_PIPE_CONTROL #define.Kenneth Graunke2-5/+5
2011-10-20drm/i915: ILK + VT-d workaroundBen Widawsky1-0/+30
2011-10-20drm/i915: Remove early exit on i915_gpu_idleBen Widawsky1-6/+0
2011-10-20drm/i915: drop KM_USER0 argument to k(un)map_atomicDaniel Vetter2-5/+5
2011-10-20drm/i915: Defend against userspace creating a gem object with size==0Chris Wilson1-0/+2
2011-10-20drm/i915: simplify swapin/out swizzle checking a bitDaniel Vetter2-12/+2
2011-10-20drm/i915: fix swizzling on gen6+Daniel Vetter1-1/+4
2011-10-20drm/i915: properly cancel rps_work on module unload v2Daniel Vetter1-0/+5
2011-10-20drm/i915: close PM interrupt masking races in the rps work funcDaniel Vetter1-1/+1
2011-10-20drm/i915: close PM interrupt masking races in the irq handlerDaniel Vetter1-2/+4
2011-10-20drm/i915: Remove redundant bit shifting from intel_gmbus_set_speedAdam Jackson2-8/+2
2011-10-20drm/i915: Rename intel_sdvo_hdmi_sink_detectAdam Jackson1-2/+2
2011-10-20drm/i915: Fix multifunction SDVO detectionAdam Jackson1-2/+1
2011-10-20drm/i915: Remove "i2c_speed" nonsense from child device tableAdam Jackson4-14/+8
2011-10-20Merge branch 'fix-pch-refclk' into fooKeith Packard5-60/+115
2011-10-20Merge branch 'edp-training-fixes' into drm-intel-nextKeith Packard5-122/+414
2011-10-12drm/i915: No need to wait for eDP power off delay if panel is onKeith Packard1-0/+9
2011-10-12drm/i915: Restrict ILK-specific eDP power hack to ILKKeith Packard1-22/+34
2011-10-06drm/i915: Disable eDP VDD in a delayed work proc instead of synchronouslyKeith Packard1-25/+101
2011-10-06drm/i915: Create helper functions to determine eDP power stateKeith Packard1-13/+26
2011-10-06drm/i915: edp_panel_on does not need to return a boolKeith Packard1-4/+2
2011-10-06drm/i915: Move eDP panel fixed mode from dev_priv to intel_dpKeith Packard2-20/+16