summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-27Merge tag 'exynos-drm-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/ke...Dave Airlie2-4/+4
2022-09-26drm/exynos: Fix return type for mixer_mode_valid and hdmi_mode_validNathan Huckleberry2-3/+3
2022-09-26drm/exynos: replace drm_detect_hdmi_monitor() with drm_display_info.is_hdmihongao1-1/+1
2022-09-22Merge tag 'du-next-20220907' of git://linuxtv.org/pinchartl/media into drm-nextDave Airlie16-42/+188
2022-09-21Merge tag 'amd-drm-next-6.1-2022-09-16' of https://gitlab.freedesktop.org/agd...Dave Airlie102-1683/+3371
2022-09-21Merge tag 'drm-intel-next-2022-09-16-1' of git://anongit.freedesktop.org/drm/...Dave Airlie89-5528/+6257
2022-09-21Merge tag 'drm-intel-gt-next-2022-09-16' of git://anongit.freedesktop.org/drm...Dave Airlie64-534/+1423
2022-09-16drm/i915/uc: Update to latest GuC and use new-format GuC/HuC namesJohn Harrison1-3/+7
2022-09-15Merge tag 'drm-intel-next-2022-08-29' of git://anongit.freedesktop.org/drm/dr...Dave Airlie88-1681/+3171
2022-09-15drm/i915: Fix return type of mode_valid function hookNathan Huckleberry1-2/+2
2022-09-15drm/i915: Invert if/else ladder for stolen initLucas De Marchi1-35/+16
2022-09-15drm/i915/gt: Extract per-platform function for frequency readLucas De Marchi1-90/+81
2022-09-15drm/i915: Invert if/else ladder for frequency readLucas De Marchi1-40/+37
2022-09-15drm/i915/uc: Fix issues with overriding firmware filesJohn Harrison1-5/+15
2022-09-15drm/i915/mtl: Update CHICKEN_TRANS* register addressesMadhumitha Tolakanahalli Pradeep3-4/+21
2022-09-15drm/i915/mtl: Update MBUS_DBOX creditsRadhakrishna Sripada2-6/+46
2022-09-14drm/amd/display: fix boolconv.cocci warningYihao Han1-1/+1
2022-09-14drm/amd/display: make optc32_phantom_crtc_post_enable, optc32_setup_manual_tr...Jiapeng Chong1-3/+3
2022-09-14drm/amd/display: make some functions staticJiapeng Chong1-4/+4
2022-09-14drm/amd/display: make some functions staticJiapeng Chong1-4/+4
2022-09-14drm/amd/display: make mmhubbub32_config_mcif_buf staticJiapeng Chong1-1/+1
2022-09-14drm/amd/display: make some functions staticJiapeng Chong1-3/+3
2022-09-14drm/amd/display: make optc314_phantom_crtc_post_enable staticJiapeng Chong1-1/+1
2022-09-14drm/amd/display: make enc314_stream_encoder_dvi_set_stream_attribute staticJiapeng Chong1-1/+1
2022-09-14drm/amd/display: make some functions staticJiapeng Chong1-2/+2
2022-09-14drm/amdgpu: make sure to init common IP before gmcAlex Deucher1-3/+11
2022-09-14drm/amdgpu: move nbio sdma_doorbell_range() into sdma code for vegaAlex Deucher2-22/+5
2022-09-14drm/amdgpu: move nbio ih_doorbell_range() into ih code for vegaAlex Deucher3-3/+8
2022-09-14drm/amd/pm:add new gpu_metrics_v2_3 to acquire average temperature infoLi Ma3-12/+209
2022-09-14drm/i915/dgfx: Release mmap on rpm suspendAnshuman Gupta8-4/+79
2022-09-14drm/i915: Refactor userfault_wakeref to re-useAnshuman Gupta7-7/+7
2022-09-14drm/i915/selftest: Clear the output buffers before GPU writesChris Wilson1-4/+28
2022-09-14drm/i915/selftest: Always cancel semaphore on errorChris Wilson1-9/+8
2022-09-14drm/i915/selftests: Check for incomplete LRI from the context imageChris Wilson1-7/+54
2022-09-14drm/i915/gt: Explicitly clear BB_OFFSET for new contextsChris Wilson3-0/+26
2022-09-14drm/i915/dsc: convert dsc debugfs entry from output_bpp to input_bpcSwati Sharma3-31/+19
2022-09-14drm/i915: Skip applying copy engine fusesLucas De Marchi1-0/+4
2022-09-13drm/amd/display/amdgpu_dm: remove duplicate included header filesXu Panda1-2/+0
2022-09-13drm/amd/display: Remove the unused function copy_stream_update_to_stream()Jiapeng Chong1-10/+0
2022-09-13drm/amd/display: make mpc32_program_shaper and mpc32_program_3dlut staticJiapeng Chong1-2/+2
2022-09-13drm/amd/display: make dcn32_link_encoder_is_in_alt_mode and dcn32_link_encode...Jiapeng Chong1-2/+2
2022-09-13drm/amd/display: make dscl32_calc_lb_num_partitions staticJiapeng Chong1-1/+1
2022-09-13drm/amd/display: make enc32_stream_encoder_dvi_set_stream_attribute staticJiapeng Chong1-1/+1
2022-09-13drm/amdgpu: Fix memory leak in hpd_rx_irq_create_workqueue()Rafael Mendonca1-1/+9
2022-09-13drm/amdgpu: fix warning about missing imu prototypeAlex Deucher1-0/+1
2022-09-13drm/amdgpu: reorder CS codeChristian König1-336/+338
2022-09-13drm/amdgpu: cleanup CS init/fini and pass1Christian König1-93/+104
2022-09-13drm/amdgpu: use DMA_RESV_USAGE_BOOKKEEP v2Christian König2-11/+18
2022-09-13drm/amdgpu: revert "partial revert "remove ctx->lock" v2"Christian König3-18/+6
2022-09-13drm/amdgpu: move setting the job resourcesChristian König3-19/+21