aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2020-10-09drm/amdgpu: Fix inconsistent of format with argument type in amdgpu_xgmi.cYe Bin1-1/+1
2020-10-09drm/amdgpu: Fix invalid number of character '{' in amdgpu_acpi_initYe Bin1-1/+1
2020-10-09drm/amdgpu/swsmu: clean up a bunch of stale interfacesAlex Deucher5-276/+4
2020-10-09drm/amd/pm: setup APU dpm clock table in SMU HW initializationEvan Quan1-11/+11
2020-10-09drm/amdgpu: modify cp_flags to pg_flags in gfx_v10_cntl_power_gatingChangfeng1-1/+1
2020-10-09drm/amdgpu: Remove warning for virtual_displayEmily.Deng1-1/+3
2020-10-09drm/amdgpu: kfd_initialized can be statickernel test robot1-1/+1
2020-10-09amd/amdgpu_ctx: Use struct_size() helper and kmalloc() (v2)Gustavo A. R. Silva1-1/+1
2020-10-09drm/amdgpu: Use struct_size() helper in kmalloc()Gustavo A. R. Silva1-2/+1
2020-10-09drm/amd/pm: Replace one-element array with flexible-array in struct phm_ppt_v...Gustavo A. R. Silva3-21/+13
2020-10-09drm/amd/pm: Replace one-element array with flexible-array in struct phm_ppt_v...Gustavo A. R. Silva3-15/+7
2020-10-09drm/amd/pm: Replace one-element array with flexible-array in struct phm_ppt_v...Gustavo A. R. Silva3-14/+8
2020-10-09drm/amd/pm: Replace one-element array with flexible-array in struct phm_ppt_v...Gustavo A. R. Silva3-56/+27
2020-10-09drm/amd/pm: Replace one-element array with flexible-array in struct phm_samu_...Gustavo A. R. Silva2-8/+5
2020-10-09drm/amd/pm: Replace one-element array with flexible-array in struct phm_cac_l...Gustavo A. R. Silva2-9/+6
2020-10-09drm/amd/pm: Replace one-element array with flexible-array in struct phm_vce_c...Gustavo A. R. Silva2-8/+5
2020-10-09drm/amd/pm: Replace one-element array with flexible-array in struct phm_phase...Gustavo A. R. Silva2-9/+5
2020-10-09drm/amd/pm: Replace one-element array with flexible-array in struct phm_acp_c...Gustavo A. R. Silva2-8/+5
2020-10-09drm/amd/pm: Replace one-element array with flexible-array in struct phm_uvd_c...Gustavo A. R. Silva2-8/+5
2020-10-09drm/amd/pm: Replace one-element array with flexible-array in struct phm_clock...Gustavo A. R. Silva4-18/+11
2020-10-09drm/amd/pm: Replace one-element array with flexible-array member in struct vi...Gustavo A. R. Silva1-1/+1
2020-10-09drm/amd/pm: Replace one-element array with flexible-array memberGustavo A. R. Silva4-12/+8
2020-10-09drm/i915: s/int/u32/ for aux_offset/alignmentVille Syrjälä1-2/+2
2020-10-09drm/i915: Skip aux plane stuff when there is no aux planeVille Syrjälä2-10/+17
2020-10-09drm/i915: Set all unused color plane offsets to ~0xfff againVille Syrjälä1-12/+5
2020-10-09drm/i915: Rename i915_{save,restore}_state()Ville Syrjälä3-46/+42
2020-10-09drm/i915: Wait for VLV/CHV/BXT/GLK DSI panel power cycle delay on rebootVille Syrjälä1-0/+8
2020-10-09drm/i915: Wait for LVDS panel power cycle delay on rebootVille Syrjälä1-0/+10
2020-10-09drm/i915: Wait for eDP panel power cycle delay on reboot on all platformsVille Syrjälä3-3/+4
2020-10-09drm/i915: Replace the VLV/CHV eDP reboot notifier with the .shutdown() hookVille Syrjälä2-46/+14
2020-10-09drm/i915: Add an encoder .shutdown() hookVille Syrjälä2-0/+18
2020-10-09drm/i915: Shut down displays gracefully on rebootVille Syrjälä3-0/+25
2020-10-09drm/panfrost: increase readl_relaxed_poll_timeout valuesChristian Hewitt1-2/+2
2020-10-09drm/aspeed: Set driver CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann1-6/+1
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard42-88/+129
2020-10-09drm: aspeed: Fix GENMASK misuseOndrej Jirman1-1/+1
2020-10-09drm/aspeed: Add sysfs for output settingsJoel Stanley1-0/+71
2020-10-08drm/amd/display: Change ABM config init interfaceYongqiang Sun3-6/+19
2020-10-08drm/panfrost: Fix job timeout handlingBoris Brezillon1-9/+53
2020-10-08drm/atomic: debug output for EBUSYDaniel Vetter1-3/+17
2020-10-08drm/atomic: document and enforce rules around "spurious" EBUSYDaniel Vetter1-0/+29
2020-10-08drm/fb-helper: Add locking to sysrq handlingDaniel Vetter1-21/+5
2020-10-07drm/amdgpu/swsmu: fix ARC build errorsAlex Deucher2-4/+24
2020-10-07drm/amdgpu: fix NULL pointer dereference for RenoirDirk Gouders1-5/+5
2020-10-07drm/i915/dg1: provide port/phy mapping for vbtMatt Roper1-3/+5
2020-10-07drm/i915/dg1: Update comp master/slave relationships for PHYsMatt Roper1-2/+2
2020-10-07drm/i915/dg1: Don't program PHY_MISC for PHY-C and PHY-DMatt Roper1-1/+2
2020-10-07drm/i915/dg1: gmbus pin mappingLucas De Marchi3-4/+24
2020-10-07drm/i915/dg1: Increase mmio size to 4MBVenkata Sandeep Dhanalakota1-0/+4
2020-10-07drm/i915/dg1: Define MOCS table for DG1Lucas De Marchi1-2/+39