summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_display.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-intel-next-2017-12-01' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2017-12-081-408/+402
|\
| * drm/i915: Pass crtc state to intel_pipe_{enable,disable}()Ville Syrjälä2017-12-011-53/+23
| * drm/i915: Wait for pipe to start on i830 as wellVille Syrjälä2017-12-011-0/+3
| * drm/i915: Fix vblank timestamp/frame counter jumps on gen2Ville Syrjälä2017-12-011-16/+35
| * drm/i915: Fix deadlock in i830_disable_pipe()Ville Syrjälä2017-12-011-2/+5
| * drm/i915: Enable IPS with only sprite plane visible too, v4.Maarten Lankhorst2017-11-301-7/+2
| * drm/i915: Make ips_enabled a property depending on whether IPS is enabled, v3.Maarten Lankhorst2017-11-301-61/+107
| * drm/i915: Enable hotplug polling after registering the outputsChris Wilson2017-11-281-4/+1
| * drm/i915: remove stale comment from sanitize_encoderDaniel Vetter2017-11-231-2/+0
| * drm/i915: Add rudimentary plane state verificationVille Syrjälä2017-11-211-0/+15
| * drm/i915: Use plane->get_hw_state() for initial plane fb readoutVille Syrjälä2017-11-211-4/+6
| * drm/i915: Nuke crtc->planeVille Syrjälä2017-11-211-3/+2
| * drm/i915: Switch fbc over to for_each_new_intel_plane_in_state()Ville Syrjälä2017-11-211-1/+1
| * drm/i915: Nuke ironlake_get_initial_plane_config()Ville Syrjälä2017-11-211-73/+6
| * drm/i915: Cleanup enum pipe/enum plane_id/enum i9xx_plane_id in initial fb re...Ville Syrjälä2017-11-211-27/+33
| * drm/i915: s/enum plane/enum i9xx_plane_id/Ville Syrjälä2017-11-211-49/+49
| * drm/i915: Redo plane sanitation during readoutVille Syrjälä2017-11-211-49/+65
| * drm/i915: Add .get_hw_state() method for planesVille Syrjälä2017-11-211-98/+90
* | Merge tag 'drm-intel-next-2017-11-17-1' of git://anongit.freedesktop.org/drm/...Dave Airlie2017-12-041-87/+201
|\ \ | |/
| * drm/i915: Pass crtc_state to ips toggle functions, v2Maarten Lankhorst2017-11-171-10/+14
| * drm/i915: Enable FIFO underrun reporting after initial fastset, v4.Maarten Lankhorst2017-11-171-2/+15
| * drm/i915: Don't sanitize frame start delay if the pipe is offVille Syrjälä2017-11-161-1/+1
| * drm/i915: Display WA #1185 WaDisableDARBFClkGating:cnl, glkRodrigo Vivi2017-11-141-9/+18
| * drm/i915/glk: Refactor handling of PLANE_COLOR_CTL for GLK+James Ausmus2017-11-141-15/+58
| * drm/i915: Handle adjust better in intel_pipe_config_compareMaarten Lankhorst2017-11-131-2/+22
| * drm/i915: Check boolean options in intel_pipe_config_compare with its own macroMaarten Lankhorst2017-11-131-10/+20
| * drm/i915: Remove bogus ips_enabled check.Maarten Lankhorst2017-11-131-8/+0
| * drm/i915: Update watermark state correctly in sanitize_watermarksMaarten Lankhorst2017-11-111-0/+2
| * drm/i915: Inline intel_modeset_gem_init()Chris Wilson2017-11-101-7/+0
| * drm/i915: Move intel_init_clock_gating() to i915_gem_init()Chris Wilson2017-11-101-2/+0
| * drm/i915: Move GT powersaving init to i915_gem_init()Chris Wilson2017-11-101-2/+0
| * drm/i915: Nuke intel_digital_port->portVille Syrjälä2017-11-091-6/+7
| * drm/i915: Move init_clock_gating() back to where it wasVille Syrjälä2017-11-081-2/+12
| * drm/i915: Read ilk FDI PLL frequency once during initialisationChris Wilson2017-11-081-3/+18
| * drm/i915: Stop frobbing with DDI encoder->typeVille Syrjälä2017-10-301-3/+8
| * drm/i915: Populate output_types from .get_config()Ville Syrjälä2017-10-301-4/+1
| * drm/i915: Cancel the modeset retry work during modeset cleanupManasi Navare2017-10-261-1/+18
| * drm/i915/cnl: Allow 2 pixel per clock on Cannonlake.Rodrigo Vivi2017-10-251-1/+1
| * drm/i915: Perform a central cdclk state sanity checkVille Syrjälä2017-10-251-0/+3
| * drm/i915: Adjust system agent voltage on CNL if required by DDI portsVille Syrjälä2017-10-251-0/+11
| * drm/i915: Start tracking voltage level in the cdclk stateVille Syrjälä2017-10-251-4/+4
* | Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2017-12-041-9/+11
|\ \
| * \ Merge airlied/drm-next into drm-misc-nextDaniel Vetter2017-11-211-248/+211
| |\ \
| * | | drm: Move drm_plane_helper_check_state() into drm_atomic_helper.cVille Syrjälä2017-11-201-11/+11
| * | | drm: Check crtc_state->enable rather than crtc->enabled in drm_plane_helper_c...Ville Syrjälä2017-11-201-0/+2
* | | | Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-151-389/+358
|\ \ \ \ | | |/ / | |/| |
| * | | drm/i915: Move init_clock_gating() back to where it wasVille Syrjälä2017-11-091-2/+12
| | |/ | |/|
| * | drm/i915: remove g4x lowfreq_avail and has_pipe_cxsrJani Nikula2017-10-191-15/+0
| * | drm/i915: Unify skylake plane disableJuha-Pekka Heikkila2017-10-181-19/+2
| * | drm/i915: Unify skylake plane updateJuha-Pekka Heikkila2017-10-181-73/+2
OpenPOWER on IntegriCloud