summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_display.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
| |/ / |/| |
* | | 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
* | | drm/i915: dspaddr_offset doesn't need to be more than local variableJuha-Pekka Heikkila2017-10-181-9/+6
* | | drm/i915: move adjusted_x/y from crtc to cache.Juha-Pekka Heikkila2017-10-181-6/+0
* | | Merge drm-upstream/drm-next into drm-intel-next-queuedJani Nikula2017-10-181-1/+1
|\ \ \
| * \ \ Merge tag 'drm-intel-next-2017-09-29' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2017-10-121-13/+13
| |\ \ \
| * | | | drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard2017-10-121-1/+1
| | |_|/ | |/| |
* | | | drm/i915: Handle drm-layer errors in intel_dp_add_mst_connectorJames Ausmus2017-10-171-0/+13
* | | | drm/i915: Dump 'output_types' in crtc state dumpVille Syrjälä2017-10-131-0/+51
* | | | drm/i915: Replace *_reference/unreference() or *_ref/unref with _get/put()Harsha Sharma2017-10-131-5/+5
* | | | drm/i915: Reuse normal state readout for LVDS/DVO fixed modeVille Syrjälä2017-10-111-27/+23
* | | | drm/i915: Move rps.hw_lock to dev_priv and s/hw_lock/pcu_lockSagar Arun Kamble2017-10-111-6/+6
* | | | drm/i915: Remove I915_MAX_PIPES dependency for DDB allocationMika Kahola2017-10-101-1/+4
* | | | drm/i915: Nuke the bogus kernel doc for i9xx_disable_pll()Ville Syrjälä2017-10-101-9/+0
* | | | drm/i915: Pass crtc state to i9xx_enable_pll()Ville Syrjälä2017-10-101-4/+5
* | | | drm/i915: Parametrize CBR_DPLLBMD_PIPE definesVille Syrjälä2017-10-101-1/+1
* | | | drm/i915: Use enum pipe for PCH transcodersVille Syrjälä2017-10-101-3/+3
* | | | drm/i915: add the BXT and CNL DPLL registers to pipe_config_comparePaulo Zanoni2017-10-091-0/+12
* | | | drm/i915: Consolidate get_fence with pin_fenceChris Wilson2017-10-091-2/+1
* | | | drm/i915: Use intel_get_pipe_timings() and intel_mode_from_pipe_config() in i...Ville Syrjälä2017-10-091-18/+4
* | | | drm/i915: Read timings from the correct transcoder in intel_crtc_mode_get()Ville Syrjälä2017-10-091-5/+9
* | | | drm/i915: push DDI FDI link training on enable to CRT encoderJani Nikula2017-10-061-3/+0
* | | | drm/i915: push DDI and DSI underrun reporting on enable to encoderJani Nikula2017-10-061-3/+0
* | | | drm/i915: push DDI CRT underrun reporting on disable to encoderJani Nikula2017-10-061-6/+0
* | | | drm/i915: push DDI CRT underrun reporting on enable to encoderJani Nikula2017-10-061-13/+1
* | | | drm/i915: Skip vblank waits for cursor updates when watermarks dont need upda...Maarten Lankhorst2017-10-041-2/+10
* | | | drm/i915: Unset legacy_cursor_update early in intel_atomic_commit, v3.Maarten Lankhorst2017-10-041-17/+16
* | | | drm/i915/glk, cnl: Implement WaDisableScalarClockGatingImre Deak2017-10-031-0/+26
| |/ / |/| |
* | | Merge drm-upstream/drm-next into drm-intel-next-queuedJani Nikula2017-09-281-84/+21
|\ \ \ | |/ /
| * | Merge tag 'drm-intel-next-2017-09-07' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-09-281-55/+126
| |\ \
| * \ \ Merge tag 'drm-misc-next-2017-09-20' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-09-281-84/+21
| |\ \ \ | | |_|/ | |/| |
| | * | drm/atomic: Make async plane update checks work as intended, v2.Maarten Lankhorst2017-09-081-10/+16
| | * | drm/atomic: Fix freeing connector/plane state too early by tracking commits, v3.Maarten Lankhorst2017-09-081-0/+2
| | * | drm/i915: Always wait for flip_done, v2.Maarten Lankhorst2017-09-081-77/+7
| | * | Backmerge tag 'v4.13-rc5' into drm-nextDave Airlie2017-08-151-50/+36
| | |\ \
| | | * | drm/i915: Fix scaler init during CRTC HW state readoutImre Deak2017-07-271-7/+7
| | | * | drm/i915: Unbreak gpu reset vs. modeset lockingDaniel Vetter2017-07-271-42/+18
| | | * | drm/i915: Fix cursor updates on some platformsVille Syrjälä2017-07-271-1/+11
| * | | | drm/i915: Fix an error handling in 'intel_framebuffer_init()'Christophe JAILLET2017-09-181-1/+1
OpenPOWER on IntegriCloud