summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_drv.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Fix has_audio readout for DDI AVille Syrjälä2017-12-011-2/+0
* drm/i915: Make ips_enabled a property depending on whether IPS is enabled, v3.Maarten Lankhorst2017-11-301-0/+1
* drm/i915: fix intel_backlight_device_register declarationArnd Bergmann2017-11-271-1/+1
* drm/i915: Use exponential backoff for wait_for()Chris Wilson2017-11-241-4/+7
* drm/i915: Nuke crtc->planeVille Syrjälä2017-11-211-1/+0
* drm/i915: Switch fbc over to for_each_new_intel_plane_in_state()Ville Syrjälä2017-11-211-1/+1
* drm/i915: s/enum plane/enum i9xx_plane_id/Ville Syrjälä2017-11-211-3/+3
* drm/i915: Add .get_hw_state() method for planesVille Syrjälä2017-11-211-0/+2
* drm/i915: Pass crtc_state to ips toggle functions, v2Maarten Lankhorst2017-11-171-2/+2
* drm/i915: Pass idle crtc_state to intel_dp_sink_crcMaarten Lankhorst2017-11-171-1/+2
* drm/i915: Add might_sleep() check to wait_for()Chris Wilson2017-11-171-9/+2
* drm/i915/glk: Refactor handling of PLANE_COLOR_CTL for GLK+James Ausmus2017-11-141-0/+5
* drm/i915: Remove redundant intel_autoenable_gt_powersave()Chris Wilson2017-11-121-1/+0
* drm/i915: Nuke intel_digital_port->portVille Syrjälä2017-11-091-3/+2
* drm/i915: Pass around crtc and connector states for audioVille Syrjälä2017-10-311-1/+3
* drm/i915: Use intel_ddi_get_config() for MSTVille Syrjälä2017-10-301-2/+0
* drm/i915: Nuke intel_ddi_get_encoder_port()Ville Syrjälä2017-10-301-1/+0
* drm/i915: Stop frobbing with DDI encoder->typeVille Syrjälä2017-10-301-2/+5
* drm/i915: Do not rely on wm preservation for ILK watermarksMaarten Lankhorst2017-10-271-1/+0
* drm/i915: Perform a central cdclk state sanity checkVille Syrjälä2017-10-251-0/+2
* drm/i915: Adjust system agent voltage on CNL if required by DDI portsVille Syrjälä2017-10-251-0/+7
* drm/i915: Start tracking voltage level in the cdclk stateVille Syrjälä2017-10-251-1/+3
* drm/i915: remove g4x lowfreq_avail and has_pipe_cxsrJani Nikula2017-10-191-1/+0
* drm/i915: Unify skylake plane disableJuha-Pekka Heikkila2017-10-181-0/+1
* drm/i915: Unify skylake plane updateJuha-Pekka Heikkila2017-10-181-0/+3
* drm/i915: dspaddr_offset doesn't need to be more than local variableJuha-Pekka Heikkila2017-10-181-5/+0
* drm/i915: move adjusted_x/y from crtc to cache.Juha-Pekka Heikkila2017-10-181-2/+0
* drm/i915: Handle drm-layer errors in intel_dp_add_mst_connectorJames Ausmus2017-10-171-0/+1
* drm/i915: Remove mostly duplicated video DIP handling from PSR codeVille Syrjälä2017-10-171-1/+1
* drm/i915: Start tracking PSR state in crtc stateVille Syrjälä2017-10-121-0/+5
* drm/i915: Reuse normal state readout for LVDS/DVO fixed modeVille Syrjälä2017-10-111-2/+3
* drm/i915: Rename intel_enable_rc6 to intel_rc6_enabledSagar Arun Kamble2017-10-111-1/+1
* drm/i915: Name structure in dev_priv that contains RPS/RC6 state as "gt_pm"Sagar Arun Kamble2017-10-111-1/+1
* drm/i915: Name i915_runtime_pm structure in dev_priv as "runtime_pm"Sagar Arun Kamble2017-10-111-5/+5
* drm/i915: Remove I915_MAX_PIPES dependency for DDB allocationMika Kahola2017-10-101-1/+2
* drm/i915: Enable scanline read based on frame timestampsUma Shankar2017-09-261-0/+2
* drm/i915: Rename global i915 to i915_modparamsMichal Wajdeczko2017-09-221-1/+1
* drm/i915/bxt+: Enable IPC supportKumar, Mahesh2017-09-071-0/+2
* drm/i915: Constify load detect modeVille Syrjälä2017-09-051-1/+1
* drm/i915: Pass proper old/new states to intel_plane_atomic_check_with_state()Ville Syrjälä2017-09-011-2/+14
* drm/i915: Eliminate obj->state usage in g4x/vlv/chv wm computationVille Syrjälä2017-08-311-0/+8
* drm/i915: Pass the crtc state explicitly to intel_pipe_update_start/end()Ville Syrjälä2017-08-311-2/+10
* drm/i915: Track minimum acceptable cdclk instead of "minimum dotclock"Ville Syrjälä2017-08-311-1/+3
* drm/i915: decouple gen9 and gen10 dp signal levels.Rodrigo Vivi2017-08-311-0/+1
* drm/i915: Beef up the IPS vs. CRC workaroundVille Syrjälä2017-08-251-0/+1
* drm/i915: Make some RPS functions staticOscar Mateo2017-08-241-3/+0
* drm/i915: Boost GPU clocks if we miss the pageflip's vblankChris Wilson2017-08-221-1/+0
* drm/i915: Constify states passed to enable/disable/etc. encoder hooksVille Syrjälä2017-08-221-16/+16
* drm/i915: Plumb crtc_state to PSR enable/disableVille Syrjälä2017-08-221-2/+4
* drm/i915: Init infoframe vfuncs for DP encoders as wellVille Syrjälä2017-08-221-0/+1
OpenPOWER on IntegriCloud