Age | Commit message (Expand) | Author | Files | Lines |
2020-10-13 | Merge tag 'media/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc... | Linus Torvalds | 2 | -14/+12 |
2020-10-12 | Merge tag 'core-debugobjects-2020-10-12' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2 | -2/+2 |
2020-10-12 | Merge tag 'x86_pasid_for_5.10' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 23 | -53/+52 |
2020-10-09 | drm/amd/display: Change ABM config init interface | Yongqiang Sun | 3 | -6/+19 |
2020-10-08 | drm/amdgpu/swsmu: fix ARC build errors | Alex Deucher | 2 | -4/+24 |
2020-10-08 | drm/amdgpu: fix NULL pointer dereference for Renoir | Dirk Gouders | 1 | -5/+5 |
2020-10-07 | drm/nouveau/mem: guard against NULL pointer access in mem_del | Karol Herbst | 1 | -0/+2 |
2020-10-07 | drm/nouveau/device: return error for unknown chipsets | Karol Herbst | 1 | -0/+1 |
2020-10-04 | Merge tag 'v5.9-rc7' into patchwork | Mauro Carvalho Chehab | 50 | -191/+644 |
2020-10-01 | Merge tag 'amd-drm-fixes-5.9-2020-09-30' of git://people.freedesktop.org/~agd... | Dave Airlie | 16 | -41/+154 |
2020-09-30 | drm/amdgpu: disable gfxoff temporarily for navy_flounder | Jiansong Chen | 1 | -0/+3 |
2020-09-30 | drm/amd/pm: setup APU dpm clock table in SMU HW initialization | Evan Quan | 1 | -11/+11 |
2020-09-30 | drm/vmwgfx: Fix error handling in get_node | Zack Rusin | 2 | -2/+2 |
2020-09-30 | drm/amd/display: remove duplicate call to rn_vbios_smu_get_smu_version() | Dirk Gouders | 1 | -1/+0 |
2020-09-30 | drm/amdgpu/swsmu/smu12: fix force clock handling for mclk | Alex Deucher | 1 | -3/+5 |
2020-09-30 | drm/amdgpu: restore proper ref count in amdgpu_display_crtc_set_config | Jean Delvare | 1 | -1/+1 |
2020-09-30 | drm/amdgpu/display: fix CFLAGS setup for DCN30 | Alex Deucher | 1 | -2/+16 |
2020-09-30 | drm/amd/display: fix return value check for hdcp_work | Flora Cui | 1 | -1/+1 |
2020-09-30 | drm/amdgpu: remove gpu_info fw support for sienna_cichlid etc. | Jiansong Chen | 1 | -8/+2 |
2020-09-30 | drm/amd/pm: Removed fixed clock in auto mode DPM | Sudheesh Mavila | 1 | -4/+6 |
2020-09-25 | Merge tag 'drm-intel-fixes-2020-09-24' of git://anongit.freedesktop.org/drm/d... | Dave Airlie | 2 | -8/+10 |
2020-09-24 | treewide: Make all debug_obj_descriptors const | Stephen Boyd | 2 | -2/+2 |
2020-09-23 | drm/i915/selftests: Push the fake iommu device from the stack to data | Chris Wilson | 1 | -7/+5 |
2020-09-23 | Merge tag 'drm-misc-fixes-2020-09-18' of git://anongit.freedesktop.org/drm/dr... | Dave Airlie | 3 | -2/+3 |
2020-09-22 | Merge tag 'gvt-fixes-2020-09-17' of https://github.com/intel/gvt-linux into d... | Jani Nikula | 1 | -1/+5 |
2020-09-18 | drm/amdgpu: remove experimental flag from navi12 | Alex Deucher | 1 | -2/+2 |
2020-09-18 | drm/amdgpu: add device ID for sienna_cichlid (v2) | Likun Gao | 1 | -0/+8 |
2020-09-18 | drm/amdgpu: use the AV1 defines for VCN 3.0 | Alex Deucher | 1 | -8/+8 |
2020-09-18 | drm/amdgpu: add VCN 3.0 AV1 registers | Alex Deucher | 1 | -0/+34 |
2020-09-18 | drm/amdgpu: add the GC 10.3 VRS registers | Alex Deucher | 3 | -0/+56 |
2020-09-18 | drm/amdgpu: prevent double kfree ttm->sg | Philip Yang | 1 | -0/+1 |
2020-09-18 | Merge tag 'mediatek-drm-fixes-5.9' of https://git.kernel.org/pub/scm/linux/ke... | Dave Airlie | 5 | -26/+49 |
2020-09-18 | Merge tag 'drm-intel-fixes-2020-09-17' of ssh://git.freedesktop.org/git/drm/d... | Dave Airlie | 4 | -27/+71 |
2020-09-17 | drm, iommu: Change type of pasid to u32 | Fenghua Yu | 23 | -53/+52 |
2020-09-17 | drm/amd/display: Don't log hdcp module warnings in dmesg | Bhawanpreet Lakha | 1 | -1/+1 |
2020-09-17 | drm/amdgpu: declare ta firmware for navy_flounder | Jiansong Chen | 1 | -1/+1 |
2020-09-17 | drm/mediatek: Add missing put_device() call in mtk_hdmi_dt_parse_pdata() | Yu Kuai | 1 | -8/+18 |
2020-09-17 | drm/mediatek: Add missing put_device() call in mtk_drm_kms_init() | Yu Kuai | 1 | -4/+7 |
2020-09-17 | drm/mediatek: Add exception handing in mtk_drm_probe() if component init fail | Yu Kuai | 1 | -1/+6 |
2020-09-17 | drm/mediatek: Add missing put_device() call in mtk_ddp_comp_init() | Yu Kuai | 1 | -0/+1 |
2020-09-17 | drm/mediatek: Use CPU when fail to get cmdq event | Chun-Kuang Hu | 1 | -7/+13 |
2020-09-17 | drm/mediatek: Remove duplicated include | Wang Hai | 1 | -1/+0 |
2020-09-16 | drm/i915: Filter wake_flags passed to default_wake_function | Chris Wilson | 1 | -3/+7 |
2020-09-16 | drm/i915: Be wary of data races when reading the active execlists | Chris Wilson | 2 | -6/+34 |
2020-09-16 | drm/i915/gem: Reduce context termination list iteration guard to RCU | Chris Wilson | 1 | -13/+19 |
2020-09-16 | drm/i915/gem: Delay tracking the GEM context until it is registered | Chris Wilson | 1 | -5/+11 |
2020-09-16 | drm/amdgpu/dc: Require primary plane to be enabled whenever the CRTC is | Michel Dänzer | 1 | -22/+10 |
2020-09-16 | drm/radeon: revert "Prefer lower feedback dividers" | Christian König | 1 | -1/+1 |
2020-09-16 | drm/amdgpu: Include sienna_cichlid in USBC PD FW support. | Andrey Grodzovsky | 1 | -1/+1 |
2020-09-16 | drm/amd/display: update nv1x stutter latencies | Jun Lei | 1 | -2/+2 |