aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2021-05-27drm/i915/display: relax 2big checking around initial fbChris Wilson1-1/+2
2021-05-27drm/i915/params: Align visibility of device level and global modparamsTvrtko Ursulin1-4/+4
2021-05-27drm: Remove drm_get_format_name()Sakari Ailus1-25/+0
2021-05-27drm/simpledrm: Use %p4cc to print 4CC formatThomas Zimmermann1-4/+2
2021-05-27drm/amdgpu: Use %p4cc to print 4CC formatThomas Zimmermann1-5/+2
2021-05-26drm/fb-helper: improve DRM fbdev emulation device namesJavier Martinez Canillas1-1/+1
2021-05-26drm/hisilicon/kirin: Use the correct HiSilicon copyrightHao Fang6-6/+6
2021-05-26drm: fix leaked dma handles after removing drm_pci_freeJoseph Kogut2-0/+3
2021-05-26drm/kconfig: Remove unused select of DRM_KMS_FB_HELPERThomas Zimmermann1-1/+0
2021-05-26drm/ttm: Remove ttm_bo_mmap() and friendsThomas Zimmermann1-53/+0
2021-05-26drm/vmwgfx: Inline vmw_verify_access()Thomas Zimmermann2-14/+2
2021-05-26drm/vmwgfx: Inline ttm_bo_mmap() into vmwgfx driverThomas Zimmermann1-3/+53
2021-05-26drm/nouveau: Implement mmap as GEM object functionThomas Zimmermann5-61/+38
2021-05-26drm/radeon: Implement mmap as GEM object functionThomas Zimmermann4-67/+51
2021-05-26drm/amdgpu: Implement mmap as GEM object functionThomas Zimmermann6-126/+57
2021-05-26drm/ttm: Don't override vm_ops callbacks, if setThomas Zimmermann1-1/+6
2021-05-26drm/i915: Drop redundant has_hdmi_sink checkVille Syrjälä1-12/+10
2021-05-26drm/i915: Move the TMDS clock division into intel_hdmi_mode_clock_valid()Ville Syrjälä1-3/+3
2021-05-26drm/i915: Check sink deep color capabilitis during HDMI .mode_valid()Ville Syrjälä1-7/+9
2021-05-26drm/i915: Move platform checks into intel_hdmi_bpc_possible()Ville Syrjälä1-6/+7
2021-05-26drm/i915: Move has_hdmi_sink check into intel_hdmi_bpc_possible()Ville Syrjälä1-3/+6
2021-05-26drm/i915: Extract intel_hdmi_bpc_possible()Ville Syrjälä1-19/+27
2021-05-26drm/amdgpu: Fix clang warning: unused label 'exit'Andrey Grodzovsky1-0/+2
2021-05-26drm/i915/display: Remove a redundant function argument from intel_psr_enable_source()Gwan-gyeong Mun1-4/+3
2021-05-26drm/i915/xelpd: Add VRR guardband for VRR CTLManasi Navare5-20/+53
2021-05-26drm/i915/xelpd: Enhanced pipe underrun reportingMatt Roper4-9/+77
2021-05-26Merge drm/drm-next into drm-intel-nextRodrigo Vivi500-5518/+67846
2021-05-26drm/i915/adl_p: enable MSO on pipe BJani Nikula1-2/+5
2021-05-26drm/i915: Remove the repeated declarationShaokun Zhang1-2/+0
2021-05-26drm/ttm: Skip swapout if ttm object is not populatedxinhui pan1-1/+1
2021-05-25drm/radeon: remove the repeated declarationShaokun Zhang1-2/+0
2021-05-25drm/radeon/evergreen: Remove the repeated declarationShaokun Zhang1-1/+0
2021-05-25drm/amd/display: Remove the repeated declarationShaokun Zhang1-2/+0
2021-05-25drm/amdgpu: refine amdgpu_fru_get_product_infoJiansong Chen1-19/+23
2021-05-25drm/amdgpu: Change IP init sequence to support PSP program IH_RB_CNTL on NV12 SRIOVPeng Ju Zhou1-2/+7
2021-05-25drm/amdgpu: Fix an error code in kfd_mem_attach_dmabuf()Dan Carpenter1-1/+3
2021-05-25drm/amdgpu: add missing unreserve on errorDan Carpenter1-2/+1
2021-05-25drm/amdgpu: add judgement for dc supportAsher Song1-1/+3
2021-05-25drm/amdgpu: fix typotony.huang_cp1-2/+2
2021-05-25drm/i915/display/adl_p: Disable PSR2José Roberto de Souza1-0/+9
2021-05-25drm/i915/display/adl_p: Allow DC3CO in pipe and port BJosé Roberto de Souza1-4/+16
2021-05-25drm/i915: WA for zero memory channelJosé Roberto de Souza1-1/+1
2021-05-25drm/i915/adl_p: Handle TC coldJosé Roberto de Souza3-8/+14
2021-05-25drm/i915/display/adl_p: Drop earlier return in tc_has_modular_fia()José Roberto de Souza1-4/+2
2021-05-25drm/amdgpu: Fix crash when hot unplug in BACOAndrey Grodzovsky1-0/+4
2021-05-25drm/amdgpu: Rename flag which prevents HW accessAndrey Grodzovsky5-8/+8
2021-05-25drm/i915/gt: Move CS interrupt handler to the backendChris Wilson9-74/+124
2021-05-25drm/i915/gt: Move submission_method into intel_gtChris Wilson11-33/+32
2021-05-25drm/i915/gt: Move engine setup out of set_default_submissionChris Wilson3-56/+44
2021-05-25drm/ingenic: Add option to alloc cached GEM buffersPaul Cercueil3-7/+74