summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)Author
2018-05-31drm/gfx9: Update gc goldensetting for vega20.Feifei Xu
2018-05-31drm/amd/pp: Allow underclocking when od table is empty in vbiosRex Zhu
2018-05-31drm/amd/display: Update color props when modeset is requiredLeo (Sunpeng) Li
2018-05-31drm/amd/display: Make atomic-check validate underscan changesDavid Francis
2018-05-31drm/i915: Remove stale asserts from i915_gem_find_active_request()Chris Wilson
2018-05-31Revert "drm/i915/edp: Allow alternate fixed mode for eDP if available."Jani Nikula
2018-05-31drm/i915: Nul-terminate legacy debug stringChris Wilson
2018-05-31drm: Fix possible race conditions while unplugging DRM deviceOleksandr Andrushchenko
2018-05-31Merge tag 'drm-misc-fixes-2018-05-30' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2018-05-30drm/v3d: add CONFIG_MMU dependencyArnd Bergmann
2018-05-30drm/vc4: Fix leak of the file_priv that stored the perfmon.Eric Anholt
2018-05-30drm/bridge/synopsys: dw-hdmi: fix dw_hdmi_setup_rx_senseNeil Armstrong
2018-05-30drm/amdgpu/display: check if ppfuncs exists before using itAlex Deucher
2018-05-30drm/amd/pp: Connect display_clock_voltage_request to a function pointerMikita Lipski
2018-05-30drm/amdgpu: typo fix for vega20 cg flagsEvan Quan
2018-05-30drm/amd/powerplay: bug fixs for getsmuclockinfoEvan Quan
2018-05-30drm/amdgpu: correct SMU11 SYSPLL0 clock id valuesEvan Quan
2018-05-30drm/amdgpu: gds bo must not be per-vm-boChunming Zhou
2018-05-30drm/amdgpu: To get gds, gws and oa from adev->gds (v2)Emily Deng
2018-05-30PM / Domains: Drop genpd as in-param for pm_genpd_remove_device()Ulf Hansson
2018-05-30Merge tag 'drm-amdkfd-next-2018-05-28' of git://people.freedesktop.org/~gabba...Dave Airlie
2018-05-30Merge tag 'exynos-drm-next-for-v4.18-v2' of git://git.kernel.org/pub/scm/linu...Dave Airlie
2018-05-30Merge branch 'drm-fixes-4.17' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie
2018-05-30Merge tag 'drm-misc-fixes-2018-05-29' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2018-05-30Merge tag 'drm-intel-fixes-2018-05-29' of git://anongit.freedesktop.org/drm/d...Dave Airlie
2018-05-29drm/amd/display: Fix BUG_ON during CRTC atomic check updateLeo (Sunpeng) Li
2018-05-29drm/amd/display: Fix BUG_ON during CRTC atomic check updateLeo (Sunpeng) Li
2018-05-29drm/amd/display: Read DP_SINK_COUNT_ESI range on HPD for DP 1.4Nikola Cornij
2018-05-29drm/amd/display: Read DPCD link caps up to and including DP_ADAPTER_CAPNikola Cornij
2018-05-29drm/amd/display: Do not program interrupt status on disabled crtcMikita Lipski
2018-05-29drm/amd/display: fix dscl_manual_ratio_initDmytro Laktyushkin
2018-05-29drm/amd/display: Destroy connector state on resetLeo (Sunpeng) Li
2018-05-29drm/amd/display: Set TMZ and DCC for secondary surfaceEric Bernstein
2018-05-29drm/amd/display: DP component depth 16 bpcEric Bernstein
2018-05-29drm/amd/display: check if audio clk enable is applicableRoman Li
2018-05-29drm/amd/display: add register offset != 0 check.Charlene Liu
2018-05-29drm/amd/display: Release fake sinkMikita Lipski
2018-05-29drm/amd/display: replace msleep with udelay in fbc pathRoman Li
2018-05-29drm/amd/display: Do not limit color depth to 8bpcMikita Lipski
2018-05-29drm/amdgpu: remove unnecessary scheduler entity for VCNLeo Liu
2018-05-29drm/amdgpu: Add helper function to get buffer domainDeepak Sharma
2018-05-29drm/amdgpu: Use GTT for dumb buffer if sg display enabled (v2)Deepak Sharma
2018-05-29drm/amd/pp: Add cases for getting phys and disp clks for SMU10Mikita Lipski
2018-05-29drm/amd/display: Fix wrong latency assignment for VEGA clock levelsHarry Wentland
2018-05-29drm/i915/query: nospec expects no more than an unsigned longChris Wilson
2018-05-28drm/i915/query: Protect tainted function pointer lookupChris Wilson
2018-05-28drm/i915/lvds: Move acpi lid notification registration to registration phaseChris Wilson
2018-05-28drm/i915: Disable LVDS on Radiant P845Ondrej Zary
2018-05-25drm/scheduler: fix a corner case in dependency optimizationNayan Deshmukh
2018-05-25drm/amdgpu: vcn_v1_0_is_idle() can be statickbuild test robot