summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* drm/amd/display: Don't try hdcp1.4 when content_type is set to type1Bhawanpreet Lakha2020-03-311-2/+6
* drm/amd/powerplay: move the ASIC specific nbio operation out of smu_v11_0.cEvan Quan2020-03-314-13/+44
* drm/amd/powerplay: drop redundant BIF doorbell interrupt operationsEvan Quan2020-03-311-14/+0
* drm/amd/display: Fix dcn21 num_statesDmytro Laktyushkin2020-03-314-30/+18
* drm/amd/display: Enable BT2020 in COLOR_ENCODING propertyStylon Wang2020-03-311-2/+5
* drm/amd/display: LFC not working on 2.0x range monitors (v2)Aric Cyr2020-03-311-15/+19
* drm/amd/display: Support plane level CTMStylon Wang2020-03-313-1/+18
* drm/amd/display: Revert change to HDCP display statesIsabel Zhang2020-03-316-28/+49
* drm/amd/display: Not doing optimize bandwidth if flip pending.Yongqiang Sun2020-03-311-0/+23
* drm/amd/display: Use double buffered DRR timing update by defaultNicholas Kazlauskas2020-03-312-0/+21
* drm/amd/display: Support P010 pixel formatStylon Wang2020-03-314-3/+11
* drm/amd/display: Update function to get optimal number of tapsEric Bernstein2020-03-311-0/+1
* drm/amdgpu: fix hpd bo size calculation errorKevin Wang2020-03-312-2/+2
* Merge tag 'drm-msm-next-2020-03-22' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie2020-03-3124-751/+724
|\
| * drm/msm/a6xx: Use the DMA API for GMU memory objectsJordan Crouse2020-03-202-107/+14
| * dt-bindings: display: msm: Convert GMU bindings to YAMLJordan Crouse2020-03-202-65/+123
| * dt-bindings: display: msm: gmu: move sram property to gpu bindingsBrian Masney2020-03-192-64/+42
| * drm/msm/a6xx: Fix CP_MEMPOOL state nameRob Clark2020-03-191-1/+1
| * drm/msm: devcoredump should dump MSM_SUBMIT_BO_DUMP buffersRob Clark2020-03-193-12/+34
| * drm/msm/a5xx: Always set an OPP supported hardware valueJordan Crouse2020-03-191-7/+20
| * drm/msm/dpu: fix comparing pointer to 0 in dpu_encoder.cZheng Bin2020-03-191-5/+5
| * drm/msm/dpu: fix comparing pointer to 0 in dpu_vbif.cZheng Bin2020-03-191-3/+3
| * drm/msm/dpu: fix comparing pointer to 0 in dpu_encoder_phys_vid.cZheng Bin2020-03-191-2/+2
| * drm/msm/dpu: fix comparing pointer to 0 in dpu_encoder_phys_cmd.cZheng Bin2020-03-191-2/+2
| * drm/msm/dpu: Remove some set but not used variablestongtiangen2020-03-191-16/+0
| * drm/msm: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-191-1/+1
| * drm/msm/msm_gem.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-191-1/+1
| * drm/msm: fix leaks if initialization failsPavel Machek2020-03-191-2/+4
| * drm/msm: avoid double-attaching hdmi/edp bridgesIlia Mirkin2020-03-192-8/+0
| * drm/msm/dpu: Track resources in global stateDrew Davenport2020-03-195-111/+207
| * drm/msm/dpu: Refactor resource managerDrew Davenport2020-03-192-320/+255
| * drm/msm/dpu: Refactor rm iteratorDrew Davenport2020-03-195-81/+76
| * drm/msm/dpu: Remove unused function argumentsDrew Davenport2020-03-191-23/+14
* | Merge v5.6 into drm-nextDave Airlie2020-03-31666-2881/+6433
|\ \
| * | Linux 5.6v5.6Linus Torvalds2020-03-301-1/+1
| * | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-03-297-45/+82
| |\ \
| | * | mm/sparse: fix kernel crash with pfn_section_valid checkAneesh Kumar K.V2020-03-291-0/+6
| | * | mm: fork: fix kernel_stack memcg stats for various stack implementationsRoman Gushchin2020-03-293-2/+52
| | * | hugetlb_cgroup: fix illegal access to memoryMina Almasry2020-03-291-2/+1
| | * | drivers/base/memory.c: indicate all memory blocks as removableDavid Hildenbrand2020-03-291-20/+3
| | * | mm/swapfile.c: move inode_lock out of claim_swapfileNaohiro Aota2020-03-291-21/+20
| * | | Merge tag 'timers-urgent-2020-03-29' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-03-291-2/+4
| |\ \ \
| | * | | clocksource/drivers/hyper-v: Make sched clock return nanoseconds correctlyYubo Xie2020-03-271-2/+4
| * | | | Merge tag 'irq-urgent-2020-03-29' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-291-2/+9
| |\ \ \ \
| | * | | | genirq: Fix reference leaks on irq affinity notifiersEdward Cree2020-03-211-2/+9
| | |/ / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-03-2923-80/+221
| |\ \ \ \
| | * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-03-284-20/+25
| | |\ \ \ \
| | | * | | | bpf: Explicitly memset some bpf info structures declared on the stackGreg Kroah-Hartman2020-03-202-3/+6
| | | * | | | bpf: Explicitly memset the bpf_attr structureGreg Kroah-Hartman2020-03-201-1/+2
| | | * | | | bpf: Sanitize the bpf_struct_ops tcp-cc nameMartin KaFai Lau2020-03-173-16/+17