aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2021-08-16drm: ttm: Don't bail from ttm_global_init if debugfs_create_dir failsDan Moulding1-2/+0
2021-08-16drm/virtio: support mapping exported vramDavid Stevens3-2/+99
2021-08-16drm/i915/dp: remove superfluous EXPORT_SYMBOL()Jani Nikula1-1/+0
2021-08-16drm/tegra: Use fourcc_mod_is_vendor() helperThierry Reding2-2/+2
2021-08-16drm/arm: malidp: Use fourcc_mod_is_vendor() helperThierry Reding1-1/+1
2021-08-16Merge drm/drm-next into drm-intel-nextJani Nikula825-29576/+46267
2021-08-16Merge tag 'drm-misc-next-2021-08-12' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie79-1223/+1894
2021-08-13drm/i915/dg2: add SNPS PHY translations for UHBR link ratesJani Nikula1-1/+28
2021-08-13drm/i915/dg2: use existing mechanisms for SNPS PHY translationsJani Nikula5-49/+59
2021-08-13drm/i915/dp: pass crtc_state to intel_ddi_dp_level()Jani Nikula1-9/+10
2021-08-13drm/i915/mst: use intel_de_rmw() to simplify VC payload alloc set/clearJani Nikula1-7/+2
2021-08-13gpu: host1x: debug: Dump DMASTART and DMAEND registerThierry Reding2-3/+21
2021-08-13gpu: host1x: debug: Dump only relevant parts of CDMA push bufferThierry Reding1-10/+7
2021-08-13gpu: host1x: debug: Use dma_addr_t more consistentlyThierry Reding1-4/+4
2021-08-13drm: unexport drm_ioctl_permitDesmond Cheong Zhi Xi1-14/+1
2021-08-13drm/i915/edp: fix eDP MSO pipe sanity checks for ADL-PJani Nikula1-12/+12
2021-08-13drm/panel: s6d27a1: Add driver for Samsung S6D27A1 display panelMarkuss Broks3-0/+332
2021-08-13drm/tegra: dc: Extend debug stats with total number of eventsDmitry Osipenko2-0/+15
2021-08-13drm/tegra: dc: Support memory bandwidth managementDmitry Osipenko6-3/+507
2021-08-13drm/i915: Add pci ids and uapi for DG1Maarten Lankhorst3-6/+1
2021-08-12drm/i915/xehpsdv: Read correct RP_STATE_CAP registerMatt Roper2-1/+4
2021-08-12drm/i915/xehpsdv: factor out function to read RP_STATE_CAPLucas De Marchi4-15/+19
2021-08-13Merge tag 'drm-misc-fixes-2021-08-12' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixesDave Airlie2-1/+11
2021-08-13Merge tag 'drm-intel-fixes-2021-08-12' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixesDave Airlie5-16/+56
2021-08-12drm/vgem: use shmem helpersDaniel Vetter2-331/+16
2021-08-12drm/shmem-helpers: Allocate wc pages on x86Daniel Vetter1-0/+19
2021-08-12drm/shmem-helper: Switch to vmf_insert_pfnDaniel Vetter5-6/+7
2021-08-12drm/bridge: ti-sn65dsi86: Avoid creating multiple connectorsRob Clark1-0/+3
2021-08-12drm/i915: Use locked access to ctx->engines in set_priorityDaniel Vetter1-58/+14
2021-08-12drm/virtio: set non-cross device blob uuid_stateDavid Stevens1-0/+2
2021-08-12gpu: Bulk conversion to generic_handle_domain_irq()Marc Zyngier4-21/+10
2021-08-12drm/i915: Only access SFC_DONE when media domain is not fused offMatt Roper1-1/+18
2021-08-12drm/i915: Tweaked Wa_14010685332 for all PCHsAnshuman Gupta2-29/+8
2021-08-12drm/i915/display: Fix the 12 BPC bits for PIPE_MISC regAnkit Nautiyal2-15/+35
2021-08-12Merge tag 'amd-drm-fixes-5.14-2021-08-11' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixesDave Airlie12-11/+69
2021-08-12Merge tag 'drm-intel-next-2021-08-10-1' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie62-2297/+3042
2021-08-12Merge tag 'drm-xilinx-dpsub-20210809' of git://linuxtv.org/pinchartl/media into drm-nextDave Airlie3-171/+173
2021-08-12Merge tag 'drm-intel-gt-next-2021-08-06-1' of ssh://git.freedesktop.org/git/drm/drm-intel into drm-nextDave Airlie203-7509/+16795
2021-08-12drm/mediatek: Add component_del in OVL and COLOR remove functionjason-jh.lin2-0/+4
2021-08-12drm/mediatek: Add AAL output size configurationjason-jh.lin1-0/+2
2021-08-11drm/display: fix possible null-pointer dereference in dcn10_set_clock()Tuo Li1-6/+5
2021-08-11gpu: drm: amd: amdgpu: amdgpu_i2c: fix possible uninitialized-variable access in amdgpu_i2c_router_select_ddc_port()Tuo Li1-1/+1
2021-08-11drm/amdkfd: CWSR with software schedulerMukul Joshi5-3/+116
2021-08-11drm/amdkfd: AIP mGPUs best prefetch location for xnack onPhilip Yang1-16/+19
2021-08-11drm/amd/pm: graceful exit on restore fan mode failure (v2)Ryan Taylor1-2/+3
2021-08-11drm/amd/pm: restore fan_mode AMD_FAN_CTRL_NONE on resume (v2)Ryan Taylor1-1/+3
2021-08-11drm/i915: Only access SFC_DONE when media domain is not fused offMatt Roper1-1/+18
2021-08-11drm/msi/mdp4: populate priv->kms in mdp4_kms_initDavid Heidelberg1-1/+3
2021-08-11vfio/gvt: Fix open/close when multiple device FDs are openJason Gunthorpe1-4/+4
2021-08-11drm/i915/dg2: Configure PCON in DP pre-enable pathAnkit Nautiyal1-0/+3