summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Use existing DSI backlight ports infoMadhav Chauhan2017-10-202-35/+4
* drm/i915: Parse DSI backlight/cabc ports.Madhav Chauhan2017-10-202-10/+49
* drm/i915: Skip waking the device to service pwriteChris Wilson2017-10-191-3/+20
* drm/i915/crt: split compute_config hook by platformsJani Nikula2017-10-191-5/+21
* drm/i915: remove g4x lowfreq_avail and has_pipe_cxsrJani Nikula2017-10-194-20/+0
* drm/i915: Drop the redundant hdmi prefix/suffix from a lot of variablesVille Syrjälä2017-10-191-33/+30
* drm/i915: Unify error handling for missing DDI buf trans tablesVille Syrjälä2017-10-191-5/+22
* drm/i915: Centralize the SKL DDI A/E vs. B/C/D buf trans handlingVille Syrjälä2017-10-191-26/+34
* drm/i915: Kill off the BXT buf_trans default_indexVille Syrjälä2017-10-191-46/+34
* drm/i915: Pass encoder type to cnl_ddi_vswing_sequence() explicitlyVille Syrjälä2017-10-191-28/+25
* drm/i915: Integrate BXT into intel_ddi_dp_voltage_max()Ville Syrjälä2017-10-192-27/+46
* drm/i915: Pass the level to intel_prepare_hdmi_ddi_buffers()Ville Syrjälä2017-10-191-5/+4
* drm/i915: Pass the encoder type explicitly to skl_set_iboost()Ville Syrjälä2017-10-191-35/+22
* drm/i915: Extract intel_ddi_get_buf_trans_hdmi()Ville Syrjälä2017-10-191-22/+28
* drm/i915: Relocate intel_ddi_get_buf_trans_*() functionsVille Syrjälä2017-10-191-60/+55
* drm/i915: Flush the idle-worker for debugfs/i915_drop_cachesChris Wilson2017-10-181-8/+14
* drm/i915: adjust get_crtc_fence_y_offset() to use base.y instead of crtc.yJuha-Pekka Heikkila2017-10-182-6/+6
* drm/i915: Unify skylake plane disableJuha-Pekka Heikkila2017-10-183-20/+4
* drm/i915: Unify skylake plane updateJuha-Pekka Heikkila2017-10-183-74/+6
* drm/i915: dspaddr_offset doesn't need to be more than local variableJuha-Pekka Heikkila2017-10-182-14/+6
* drm/i915: move adjusted_x/y from crtc to cache.Juha-Pekka Heikkila2017-10-184-11/+16
* drm/i915: Convert timers to use timer_setup()Kees Cook2017-10-183-20/+14
* drm/i915: Replace *_reference/unreference() or *_ref/unref with _get/put()Harsha Sharma2017-10-181-1/+1
* Merge drm-upstream/drm-next into drm-intel-next-queuedJani Nikula2017-10-18295-24033/+12496
|\
| * drm/plane: drop num_overlay_planes (v3)Dave Airlie2017-10-172-31/+16
| * Merge tag 'tilcdc-4.15' of https://github.com/jsarha/linux into drm-nextDave Airlie2017-10-174-14/+44
| |\
| | * drm/tilcdc: Remove redundant OF_DETACHED flag settingStephen Boyd2017-10-131-1/+0
| | * drm/tilcdc: Precalculate total frametime in tilcdc_crtc_set_mode()Jyri Sarha2017-10-131-1/+12
| | * drm/tilcdc: Use tilcdc_crtc_shutdown() in tilcdc_crtc_destroy()Jyri Sarha2017-10-051-3/+1
| | * drm/tilcdc: Remove WARN_ON(!drm_modeset_is_locked(&crtc->mutex)) checksJyri Sarha2017-10-051-4/+0
| | * drm/tilcdc: Turn raster off in crtc reset, if it was on in the HWJyri Sarha2017-10-051-1/+29
| | * drm/tilcdc: switch to drm_*{get,put} helpersCihangir Akturk2017-10-051-3/+3
| | * drm/tilcdc: tilcdc_tfp410: make of_device_ids const.Arvind Yadav2017-10-051-3/+1
| | * drm/tilcdc: tilcdc_panel: make of_device_ids const.Arvind Yadav2017-10-051-1/+1
| * | Merge tag 'drm-misc-next-2017-10-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2017-10-1722-120/+116
| |\ \
| | * | drm/via: use ARRAY_SIZEJérémy Lefaure2017-10-161-6/+4
| | * | drm/gma500: use ARRAY_SIZEJérémy Lefaure2017-10-161-5/+4
| | * | drm/sun4i: hdmi: Move PAD_CTRL1 setting to mode_set functionChen-Yu Tsai2017-10-161-10/+16
| | * | drm/sun4i: hdmi: Document PAD_CTRL1 output invert bitsChen-Yu Tsai2017-10-161-0/+5
| | * | drm/sun4i: backend: Add comment explaining why registers are clearedChen-Yu Tsai2017-10-161-1/+8
| | * | drm/sun4i: backend: Use drm_fb_cma_get_gem_addr() to get display memoryChen-Yu Tsai2017-10-161-13/+2
| | * | drm/sun4i: backend: Create regmap after access is possibleChen-Yu Tsai2017-10-161-7/+7
| | * | drm/sun4i: don't add components that are already in the queueChen-Yu Tsai2017-10-161-0/+16
| | * | drm/vc4: Fix pitch setup for T-format scanout.Eric Anholt2017-10-141-5/+15
| | * | drm/vc4: Move the DSI clock divider workaround closer to the clock call.Eric Anholt2017-10-141-6/+6
| | * | drm: Replace kzalloc with kcallocHarsha Sharma2017-10-133-4/+4
| | * | drm/tinydrm: Remove explicit .best_encoder assignmentHaneen Mohammed2017-10-131-1/+0
| | * | drm/tinydrm: Replace dev_error with DRM_DEV_ERRORHarsha Sharma2017-10-133-22/+20
| | * | drm/drm_of: Move drm_of_panel_bridge_remove_function into header.Maarten Lankhorst2017-10-131-33/+0
| | * | drm/atomic-helper: Fix reference to drm_crtc_send_vblank_event()Thierry Reding2017-10-131-1/+1