summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)Author
2020-09-18drm/ttm: make common function for wait/free node path.Dave Airlie
2020-09-18drm/ttm: move ghost object creation to a common functionDave Airlie
2020-09-18drm/ttm: add a simple assign mem to bo wrapperDave Airlie
2020-09-18drm/ttm/drivers: call the bind function directly.Dave Airlie
2020-09-18drm/ttm: move unbind into the tt destroy.Dave Airlie
2020-09-18drm/ttm: flip tt destroy ordering.Dave Airlie
2020-09-18drm/ttm: protect against reentrant bind in the driversDave Airlie
2020-09-17drm/i915/tgl, rkl: Make Wa_1606700617/22010271021 permanentSwathi Dhanavanthri
2020-09-17drm/i915: Nuke force_min_cdclk_changedVille Syrjälä
2020-09-17drm/i915: Remove the old global state stuffVille Syrjälä
2020-09-17drm/i915: Do YCbCr 444->420 conversion via DP protocol convertersVille Syrjälä
2020-09-17drm/dp: Add helpers for DFP YCbCr 4:2:0 handlingVille Syrjälä
2020-09-17drm/i915: DP->HDMI TMDS clock limits vs. deep colorVille Syrjälä
2020-09-17drm/i915: Extract intel_hdmi_has_audio()Ville Syrjälä
2020-09-17drm/i915: Handle downstream facing ports w/o EDIDVille Syrjälä
2020-09-17drm/dp: Add drm_dp_downstream_mode()Ville Syrjälä
2020-09-17drm/i915: Configure DP 1.3+ protocol converted HDMI modeVille Syrjälä
2020-09-17drm/i915: Deal with TMDS DFP clock limitsVille Syrjälä
2020-09-17drm/dp: Add drm_dp_downstream_{min,max}_tmds_clock()Ville Syrjälä
2020-09-17drm/i915: Reworkd DP DFP clock handlingVille Syrjälä
2020-09-17drm/dp: Redo drm_dp_downstream_max_clock() as drm_dp_downstream_max_dotclock()Ville Syrjälä
2020-09-17drm/dp: Pimp drm_dp_downstream_max_bpc()Ville Syrjälä
2020-09-17drm/dp: Add helpers to identify downstream facing port typesVille Syrjälä
2020-09-17drm/i915: Reworkd DFP max bpc handlingVille Syrjälä
2020-09-17drm/i915/lspcon: Do not send infoframes to non-HDMI sinksVille Syrjälä
2020-09-17drm/dp: Dump downstream facing port capsVille Syrjälä
2020-09-17dma-resv: lockdep-prime address_space->i_mmap_rwsem for dma-resvDaniel Vetter
2020-09-17drm/tegra: output: rgb: Wrap directly-connected panel into DRM bridgeDmitry Osipenko
2020-09-17drm/tegra: output: rgb: Support LVDS encoder bridgeDmitry Osipenko
2020-09-17drm/tegra: output: Support DRM bridgesDmitry Osipenko
2020-09-17drm/tegra: output: Don't leak OF node on errorDmitry Osipenko
2020-09-17drm/tegra: Properly reference count the DDC I2C adapterThierry Reding
2020-09-17drm/ttm: some cleanupsChristian König
2020-09-17Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into ...Dave Airlie
2020-09-16drm/i915/selftests: Push the fake iommu device from the stack to dataChris Wilson
2020-09-16drm/i915: Initialise outparam for error return from wait_for_registerChris Wilson
2020-09-16phy: cadence-torrent: Set Torrent PHY attributesSwapnil Jakhade
2020-09-16Merge branch 'virtio-shm' of git://git.kernel.org/pub/scm/linux/kernel/git/ms...Maxime Ripard
2020-09-16drm/ast: Enable CRTC before planesThomas Zimmermann
2020-09-16drm/ast: Program display mode in CRTC's atomic_enable()Thomas Zimmermann
2020-09-16drm/ast: Disable planes while switching display modesThomas Zimmermann
2020-09-16drm/ast: Set format registers in primary plane's updateThomas Zimmermann
2020-09-16drm: mxsfb: check framebuffer pitchStefan Agner
2020-09-16drm/vc4: Handing the return value of drm_universal_plane_initTian Tao
2020-09-16drm/ttm: split bound/populated flags.Dave Airlie
2020-09-16drm/ttm: move ttm binding/unbinding out of ttm_tt paths.Dave Airlie
2020-09-16drm/ttm: split populate out from binding.Dave Airlie
2020-09-16drm/ttm: tt destroy move null check to outer function.Dave Airlie
2020-09-16drm/ttm: wrap tt destroy. (v2)Dave Airlie
2020-09-16drm/ttm/tt: add wrappers to set tt state.Dave Airlie