summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_display.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-22drm/i915: Ensure the HW is powered during HW access in assert_pipeImre Deak1-4/+7
2016-02-22drm/i915: Ensure the HW is powered when disabling VGAImre Deak1-1/+3
2016-02-22drm/i915/ibx: Ensure the HW is powered during PLL HW readoutImre Deak1-1/+3
2016-02-22drm/i915: Ensure the HW is powered during display pipe HW readoutImre Deak1-19/+48
2016-01-29drm/i915: Fix NULL plane->fb oops on SKLVille Syrjälä1-1/+1
2016-01-29drm/i915: Don't reject primary plane windowing with color keying enabled on SKL+Ville Syrjälä1-5/+6
2016-01-29drm/i915/dp: fall back to 18 bpp when sink capability is unknownJani Nikula1-5/+15
2016-01-18Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-160/+285
2016-01-18Merge tag 'drm-intel-next-fixes-2016-01-14' of git://anongit.freedesktop.org/...Dave Airlie1-6/+8
2016-01-18Merge tag 'topic/drm-misc-2016-01-17' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-5/+20
2016-01-13drm/i915: Init power domains early in driver loadDaniel Vetter1-0/+2
2016-01-13drm/i915: Widen return value for reservation_object_wait_timeout_rcu to long.Maarten Lankhorst1-6/+8
2016-01-06Merge branch 'for-linus' into for-nextTakashi Iwai1-27/+54
2016-01-06drm/i915: Update connector_mask during readout, v2.Maarten Lankhorst1-1/+16
2016-01-05drm/i915: Set connector_state->connector using the helper.Maarten Lankhorst1-4/+2
2015-12-24Backmerge drm-fixes merge into Linus's tree into drm-next.Dave Airlie1-1/+19
2015-12-23drm/i915: Unbreak check_digital_port_conflicts()Ville Syrjälä1-4/+8
2015-12-23Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+3
2015-12-23Merge tag 'drm-intel-next-2015-12-18' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-115/+182
2015-12-22drm/i915: Kill intel_crtc->cursor_boVille Syrjälä1-5/+0
2015-12-22drm/i915: Workaround CHV pipe C cursor failVille Syrjälä1-0/+17
2015-12-22drm/i915: Disable primary plane if we fail to reconstruct BIOS fb (v2)Matt Roper1-0/+15
2015-12-22drm/i915: Drop the broken cursor base==0 special casingVille Syrjälä1-17/+12
2015-12-17drm/i915: Disable primary plane if we fail to reconstruct BIOS fb (v2)Matt Roper1-0/+15
2015-12-16drm/i915: prefer for_each_intel_* macros for iterationJani Nikula1-7/+3
2015-12-15Merge tag 'drm-intel-next-2015-12-04-1' of git://anongit.freedesktop.org/drm-...Dave Airlie1-60/+108
2015-12-14drm/i915: Drop the broken cursor base==0 special casingVille Syrjälä1-17/+12
2015-12-14drm/i915: Kill intel_crtc->cursor_boVille Syrjälä1-5/+0
2015-12-11Merge tag 'drm-i915-get-eld' of tiwai/sound into drm-intel-next-queuedDaniel Vetter1-3/+2
2015-12-11drm: Pass 'name' to drm_universal_plane_init()Ville Syrjälä1-2/+2
2015-12-11drm: Pass 'name' to drm_crtc_init_with_planes()Ville Syrjälä1-1/+1
2015-12-10drm/i915: Do a better job at disabling primary plane in the noatomic case.Maarten Lankhorst1-1/+3
2015-12-10drm/i915: Do a better job at disabling primary plane in the noatomic case.Maarten Lankhorst1-1/+3
2015-12-10drm/i915: Remove BUG_ON call in vlv_enable_pllWayne Boyer1-5/+0
2015-12-10drm/i915: Separate cherryview from valleyviewWayne Boyer1-25/+29
2015-12-08drm/i915: Disable LPT-H VGA dotclock during crtc disableVille Syrjälä1-0/+1
2015-12-08drm/i915: Refactor LPT-H VGA dotclock disablingVille Syrjälä1-14/+20
2015-12-08drm/i915: Disable FDI after the CRT port on LPT-HVille Syrjälä1-6/+5
2015-12-08drm/i915: Round to closest when computing the VGA dotclock for LPT-HVille Syrjälä1-1/+1
2015-12-08drm/i915: Disable CLKOUT_DP bending on LPT/WPT as neededVille Syrjälä1-2/+65
2015-12-08Back merge tag 'v4.4-rc4' into drm-nextDave Airlie1-1/+0
2015-12-07drm/i915: Remove double wait_for_vblank on broadwell.Maarten Lankhorst1-8/+0
2015-12-07drm/i915/skl: Update watermarks before the crtc is disabled.Maarten Lankhorst1-1/+4
2015-12-07drm/i915: Calculate watermark related members in the crtc_state, v4.Maarten Lankhorst1-20/+19
2015-12-07drm/i915: Move disable_cxsr to the crtc_state.Maarten Lankhorst1-5/+7
2015-12-03drm/i915: Handle cdclk limits on broadwell.Maarten Lankhorst1-7/+3
2015-12-03i915: wait for fence in prepare_plane_fbAlex Goins1-0/+11
2015-12-03i915: wait for fence in mmio_flip_work_funcAlex Goins1-0/+15
2015-12-03drm/i915: introduce intel_fbc_{enable,disable}Paulo Zanoni1-2/+14
2015-12-03drm/i915: introduce is_active/activate/deactivate to the FBC terminologyPaulo Zanoni1-2/+2