aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2023-09-11drm/amdgpu: Move the size computations to drm buddyArunpravin Paneer Selvam1-54/+4
2023-09-11drm/buddy: Improve contiguous memory allocationArunpravin Paneer Selvam1-14/+124
2023-09-11drm/i915/dsc: use REG_BIT, REG_GENMASK, and friends for PPS0 and PPS1Jani Nikula2-20/+22
2023-09-11drm/i915/dsc: add the PPS number to the register content macrosJani Nikula2-149/+149
2023-09-11drm/i915/dsc: clean up pps commentsJani Nikula2-43/+42
2023-09-11drm/i915/dsc: drop redundant = 0 assignmentsJani Nikula1-28/+15
2023-09-11drm/i915/dsc: rename pps write to intel_dsc_pps_write()Jani Nikula1-16/+16
2023-09-11drm/i915/dsc: have intel_dsc_pps_read() return the valueJani Nikula1-13/+19
2023-09-11drm/i915/dsc: have intel_dsc_pps_read_and_verify() return the valueJani Nikula1-17/+19
2023-09-11drm/i915/dsc: improve clarity of the pps reg read/write helpersJani Nikula1-19/+21
2023-09-11drm/i915: Only check eDP HPD when AUX CH is sharedVille Syrjälä3-1/+28
2023-09-11drm/mediatek: Fix coverity issue with unintentional integer overflowJason-JH.Lin2-10/+38
2023-09-11drm/mediatek: Add mt8188 dsi compatible to mtk_dsi.cShuijing Li2-0/+11
2023-09-11drm/mediatek: dsi: Add dsi cmdq_ctl to send panel initial codeShuijing Li1-0/+6
2023-09-11Merge tag 'drm-misc-next-fixes-2023-09-11' of git://anongit.freedesktop.org/d...Daniel Vetter1-1/+1
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel1-2/+2
2023-09-10Merge tag 'topic/drm-ci-2023-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds65-0/+5355
2023-09-10drm/ssd130x: Use bool for ssd130x_deviceinfo flagsGeert Uytterhoeven1-2/+2
2023-09-10drm/ssd130x: Fix screen clearingGeert Uytterhoeven1-8/+39
2023-09-09drm/ssd130x: Print the PWM's label instead of its numberUwe Kleine-König1-2/+2
2023-09-09drm/shmobile: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-09drm/msm: Convert to platform remove callback returning voidUwe Kleine-König10-38/+20
2023-09-09drm/mediatek: Convert to platform remove callback returning voidUwe Kleine-König14-54/+28
2023-09-09drm/mediatek: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-09-09drm/ingenic: Convert to platform remove callback returning voidUwe Kleine-König2-7/+4
2023-09-09drm/imx/ipuv3: Convert to platform remove callback returning voidUwe Kleine-König6-20/+12
2023-09-08drm/i915/display: Apply workarounds during display initMatt Roper2-3/+3
2023-09-08drm/i915/display: Extract display workarounds from clock gating initMatt Roper4-42/+65
2023-09-08drm/i915/adlp: Stop calling gen12lp_init_clock_gating()Matt Roper1-2/+0
2023-09-08drm/i915: Stop forcing clock gating init for future platformsMatt Roper1-7/+3
2023-09-09drm/i915: Run relevant bits of debugfs drop_caches per GTTvrtko Ursulin1-3/+7
2023-09-08drm/mst: Refactor the flow for payload allocation/removementWayne Lin4-83/+135
2023-09-08drm/mst: delete unnecessary case in drm_dp_add_payload_part2()Wayne Lin1-6/+2
2023-09-08drm/tests: Zero initialize fourccs_outArthur Grillo1-1/+1
2023-09-07Merge tag 'drm-next-2023-09-08' of git://anongit.freedesktop.org/drm/drmLinus Torvalds60-221/+679
2023-09-08Merge tag 'amd-drm-fixes-6.6-2023-09-06' of https://gitlab.freedesktop.org/ag...Dave Airlie49-176/+628
2023-09-08Merge tag 'drm-intel-next-fixes-2023-08-31' of git://anongit.freedesktop.org/...Dave Airlie3-5/+6
2023-09-07drm/i915/mtl: Drop Wa_14017240301Matt Roper1-5/+0
2023-09-07drm/i915: Add Wa_14015150844Shekhar Chauhan2-0/+10
2023-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-173/+63
2023-09-08Merge tag 'drm-misc-next-fixes-2023-09-01' of git://anongit.freedesktop.org/d...Dave Airlie8-40/+45
2023-09-07drm/radeon: make fence wait in suballocator uninterrruptableAlex Deucher1-1/+1
2023-09-07drm/i915/dsb: Don't use indexed writes when byte enables are not all setVille Syrjälä1-3/+9
2023-09-07drm/i915/dsb: Avoid corrupting the first register writeVille Syrjälä1-0/+8
2023-09-07drm/i915/dsb: Dump the DSB command buffer when DSB failsVille Syrjälä1-3/+30
2023-09-07drm/i915: Constify LUT entries in checkerVille Syrjälä1-5/+5
2023-09-07drm/drm_exec: Work around a WW mutex lockdep oddityThomas Hellström1-1/+1
2023-09-06drm/amdgpu: Restrict bootloader wait to SMUv13.0.6Lijo Lazar1-4/+14
2023-09-06drm/amd/display: prevent potential division by zero errorsHamza Mahfooz1-3/+6
2023-09-06drm/amd/display: enable cursor degamma for DCN3+ DRM legacy gammaMelissa Wen1-0/+7