summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2013-03-27drm/i915: Fix build failureLauri Kasanen1-1/+1
2013-03-26drm/i915: Be sure to turn hsync/vsync back on at crt enable (v2)Adam Jackson1-23/+17
2013-03-26drm/i915: duct-tape locking when eDP init failsDaniel Vetter1-0/+3
2013-03-24Revert "drm/i915: write backlight harder"Daniel Vetter1-8/+5
2013-03-24drm/i915: don't disable the power well yetPaulo Zanoni3-0/+9
2013-03-24Revert "drm/i915: set TRANSCODER_EDP even earlier"Daniel Vetter1-5/+5
2013-03-20drm/i915: stop using GMBUS IRQs on Gen4 chipsJiri Kosina1-1/+10
2013-03-18drm/i915: Use the fixed pixel clock for eDP in intel_dp_set_m_n()Takashi Iwai1-1/+11
2013-03-17Revert "drm/i915: try to train DP even harder"Takashi Iwai1-1/+1
2013-03-13drm/i915: bounds check execbuffer relocation countKees Cook1-3/+8
2013-03-13drm/i915: restrict kernel address leak in debugfsKees Cook1-1/+1
2013-03-07Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie8-22/+79
2013-03-06drm/i915: Turn off hsync and vsync on ADPA when disabling crtPatrik Jakobsson1-1/+1
2013-03-06drm/i915: Fix incorrect definition of ADPA HSYNC and VSYNC bitsPatrik Jakobsson1-2/+2
2013-03-05drm/i915: also disable south interrupts when handling themPaulo Zanoni1-2/+24
2013-03-05drm/i915: enable irqs earlier when resumingDaniel Vetter1-1/+12
2013-03-05drm/i915: Increase the RC6p threshold.Stéphane Marchesin1-1/+1
2013-03-04DRM/i915: On G45 enable cursor plane briefly after enabling the display plane.Egbert Eich1-0/+26
2013-03-03drm/i915: Fix Haswell/CRW PCI IDs.Kenneth Graunke1-6/+6
2013-03-03drm/i915: Don't clobber crtc->fb when queue_flip failsVille Syrjälä1-7/+4
2013-03-03drm/i915: wait_event_timeout's timeout is in jiffiesPaulo Zanoni1-1/+2
2013-03-03drm/i915: Fix missing variable initilizationSyam Sidhardhan1-1/+1
2013-02-27drm/i915: convert to idr_alloc()Tejun Heo1-16/+5
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-5/+5
2013-02-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds37-3005/+4063
2013-02-24Merge branch 'drm/hdmi-for-3.9' of git://anongit.freedesktop.org/tegra/linux ...Dave Airlie3-4/+4
2013-02-24Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie4-51/+34
2013-02-22new helper: file_inode(file)Al Viro1-5/+5
2013-02-22drm/i915: Revert hdmi HDP pin checksDaniel Vetter1-29/+0
2013-02-22drm: Remove duplicate drm_mode_cea_vic()Thierry Reding3-4/+4
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-02-21drm/i915: Handle untiled planes when computing their offsetsChris Wilson3-22/+34
2013-02-20Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie20-232/+432
2013-02-20drm/i915: Implement pipe CSC based limited range RGB outputVille Syrjälä3-2/+124
2013-02-20drm/i915: inverted brightness quirk for Acer Aspire 4736ZDaniel Vetter1-0/+3
2013-02-20drm/i915: Print the hw context status is debugfsBen Widawsky1-1/+10
2013-02-20drm/i915: Use HAS_L3_GPU_CACHE in i915_gem_l3_remapDaniel Vetter1-1/+1
2013-02-20drm/i915: Fix PIPE_CONTROL DW/QW write through global GTT on IVB+Ville Syrjälä2-1/+3
2013-02-20drm/i915: Set i9xx sdvo clock limits according to specificationsPatrik Jakobsson1-2/+2
2013-02-20drm/i915: Set i9xx lvds clock limits according to specificationsPatrik Jakobsson1-2/+2
2013-02-20drm/i915: Preserve the DDI link reversal configurationDamien Lespiau3-3/+18
2013-02-20drm/i915: Preserve the FDI line reversal override bit on CPTDamien Lespiau4-11/+13
2013-02-20drm/i915: add missing \n to UTS_RELEASE in the error_stateJani Nikula1-1/+1
2013-02-20drm/i915: don't clflush gem objects in stolen memoryImre Deak1-0/+7
2013-02-20drm/i915: Don't wait for page flips if there was GPU resetVille Syrjälä2-1/+7
2013-02-20drm/i915: Kill obj->pending_flipVille Syrjälä2-13/+0
2013-02-20drm/i915: Fix a typo in a intel_modeset_stage_output_state() commentDamien Lespiau1-1/+1
2013-02-20drm/i915: remove bogus mutex_unlock from error-pathDaniel Vetter1-1/+0
2013-02-20drm/i915: Print the pipe control page GTT addressVille Syrjälä1-0/+3
2013-02-20drm/i915: clean up panel fitter handling in lvdsMika Kuoppala2-23/+29