summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-04-10drm/amd/display: Use plane->color_space for dpp if specifiedNicholas Kazlauskas2-2/+6
2019-04-10drm/amd/display: Calculate link bandwidth in a common functionNikola Cornij4-28/+28
2019-04-10drm/amd/display: fix clk_mgr namingDmytro Laktyushkin4-5/+5
2019-04-10drm/amd/display: use proper formula to calculate bandwidth from timingWenjing Liu3-50/+51
2019-04-10drm/amd/display: fix dp_hdmi_max_pixel_clk unitsSivapiriyanKumarasamy3-5/+5
2019-04-10drm/amd/display: Add debugfs entry for amdgpu_dm_visual_confirmNicholas Kazlauskas1-1/+38
2019-04-10drm/amd/display: Initialize stream_update with memsetNicholas Kazlauskas1-1/+3
2019-04-10drm/amd/display: Remove semicolon from to_dm_plane_state definitionNicholas Kazlauskas1-1/+1
2019-04-10drm/amdgpu: support dpm level modification under virtualization v3Yintian Tao7-0/+165
2019-04-10drm/amdgpu: Always enable memory sharing within same XGMI hiveshaoyunl1-1/+1
2019-04-10drm/amdgpu: Add a check to avoid panic because of unexpected irqsxinhui pan3-3/+21
2019-04-10drm/amdgpu: sdma use amdgpu_ras_feature_enable_on_bootxinhui pan1-2/+2
2019-04-10drm/amdgpu: gmc use amdgpu_ras_feature_enable_on_bootxinhui pan1-2/+2
2019-04-10drm/amdgpu: gfx use amdgpu_ras_feature_enable_on_bootxinhui pan1-2/+2
2019-04-10drm/amdgpu: Introduce another ras enable functionxinhui pan2-0/+30
2019-04-10drm/amdgpu: Make default ras error type to nonexinhui pan1-9/+15
2019-04-10drm/amd/powerplay: simplify the code of [get|set]_activity_monitor_coeffKevin Wang2-74/+7
2019-04-10drm/amd/powerplay: optimization function of smu_update_tableKevin Wang2-3/+9
2019-04-10lightnvm: pblk: fix crash in pblk_end_partial_read due to multipage bvecsHans Holmberg1-22/+28
2019-04-10IB/hfi1: Do not flush send queue in the TID RDMA second legKaike Wan1-23/+8
2019-04-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-3/+7
2019-04-10drm/i915/dp: revert back to max link rate and lane count on eDPJani Nikula1-59/+10
2019-04-10drm/i915/icl: Fix port disable sequence for mipi-dsiVandita Kulkarni2-4/+4
2019-04-10drm/i915/icl: Ungate ddi clocks before IO enableVandita Kulkarni1-0/+6
2019-04-10nvme: cancel request synchronouslyMing Lei1-1/+1
2019-04-10scsi: virtio_scsi: limit number of hw queues by nr_cpu_idsDongli Zhang1-0/+1
2019-04-10virtio-blk: limit number of hw queues by nr_cpu_idsDongli Zhang1-0/+2
2019-04-10Bluetooth: btusb: request wake pin with NOAUTOENBrian Norris1-1/+1
2019-04-09drm/lima: include used header file explicitlyQiang Yu1-0/+1
2019-04-09drm/lima: add missing Kconfig dependencyQiang Yu1-0/+3
2019-04-09drm/mediatek: no change parent rate in round_rate() for MT2701 hdmi phyWangyan Wang4-16/+20
2019-04-09drm/mediatek: using new factor for tvdpll for MT2701 hdmi phyWangyan Wang1-5/+3
2019-04-09drm/mediatek: remove flag CLK_SET_RATE_PARENT for MT2701 hdmi phyWangyan Wang4-8/+8
2019-04-09drm/mediatek: make implementation of recalc_rate() for MT2701 hdmi phyWangyan Wang4-14/+42
2019-04-09drm/meson: Add G12A support for the DW-HDMI GlueNeil Armstrong2-38/+157
2019-04-09drm/meson: Add G12A compatibleNeil Armstrong1-0/+1
2019-04-09drm/meson: Add G12A Video Clock setupNeil Armstrong1-11/+108
2019-04-09drm/meson: Add G12A support for CVBS EncoderNeil Armstrong2-9/+27
2019-04-09drm/meson: Add G12A support for plane handling in CRTC driverNeil Armstrong2-52/+221
2019-04-09drm/meson: Add G12A Support for the Overlay video planeNeil Armstrong1-2/+8
2019-04-09drm/meson: Add G12A support for OSD1 PlaneNeil Armstrong1-2/+13
2019-04-09drm/meson: Add G12A Support for VIU setupNeil Armstrong1-5/+67
2019-04-09drm/meson: Add G12A Support for VPP setupNeil Armstrong1-22/+29
2019-04-09drm/meson: Add registers for G12A SoCNeil Armstrong1-0/+247
2019-04-09drm/meson: Switch PLL to 5.94GHz base for 297Mhz pixel clockNeil Armstrong1-2/+2
2019-04-09drm/mediatek: fix the rate and divder of hdmi phy for MT2701Wangyan Wang1-2/+2
2019-04-09ACPICA: Namespace: remove address node from global list after method terminationErik Schmauss1-0/+4
2019-04-09drm/mediatek: fix possible object reference leakWen Yang1-0/+1
2019-04-09drm/i915: Get power refs in encoder->get_power_domains()Imre Deak4-38/+35
2019-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-13/+35