summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-25udmabuf: Set ubuf->sg = NULL if the creation of sg table failsVivek Kasireddy1-3/+6
2022-08-25drm/vc4: hvs: protect drm_print_regset32()Danilo Krummrich1-2/+2
2022-08-25drm/vc4: crtc: protect device resources after removalDanilo Krummrich1-1/+40
2022-08-25drm/vc4: plane: protect device resources after removalDanilo Krummrich1-0/+20
2022-08-25drm/vc4: hdmi: unlock mutex when device is unpluggedDanilo Krummrich1-2/+5
2022-08-23drm/display/dp_mst: Move all payload info into the atomic stateLyude Paul9-874/+525
2022-08-23drm/radeon: Drop legacy MST supportLyude Paul11-975/+7
2022-08-23drm/display/dp_mst: Maintain time slot allocations when deleting payloadsLyude Paul2-8/+11
2022-08-23drm/display/dp_mst: Drop all ports from topology on CSNs before queueing link...Lyude Paul1-6/+8
2022-08-23drm/display/dp_mst: Add helpers for serializing SST <-> MST transitionsLyude Paul7-1/+94
2022-08-23drm/nouveau/kms: Pull mst state in for all modesetsLyude Paul1-1/+1
2022-08-23drm/nouveau/kms: Cache DP encoders in nouveau_connectorLyude Paul2-1/+6
2022-08-23drm/display/dp_mst: Fix modeset tracking in drm_dp_atomic_release_vcpi_slots()Lyude Paul1-3/+8
2022-08-23drm/display/dp_mst: Don't open code modeset checks for releasing time slotsLyude Paul4-72/+23
2022-08-23drm/display/dp_mst: Add nonblocking helpers for DP MSTLyude Paul5-2/+124
2022-08-23drm/display/dp_mst: Add helper for finding payloads in atomic MST stateLyude Paul1-64/+45
2022-08-23drm/display/dp_mst: Add some missing kdocs for atomic MST structsLyude Paul1-0/+23
2022-08-23drm/display/dp_mst: Fix confusing docs for drm_dp_atomic_release_time_slots()Lyude Paul1-2/+1
2022-08-23drm/display/dp_mst: Call them time slots, not VCPI slotsLyude Paul6-76/+81
2022-08-23drm/display/dp_mst: Rename drm_dp_mst_vcpi_allocationLyude Paul2-50/+50
2022-08-23drm/amdgpu/dm/mst: Rename get_payload_table()Lyude Paul1-3/+4
2022-08-23drm/amdgpu/dc/mst: Rename dp_mst_stream_allocation(_table)Lyude Paul4-15/+19
2022-08-23drm/panel-edp: add IVO M133NW4J-R3 panel entrySteev Klimaszewski1-0/+1
2022-08-23subdev/clk: fix repeated words in commentswangjianli1-1/+1
2022-08-22drm/nouveau/hwmon: use simplified HWMON_CHANNEL_INFO macroBeniamin Sandu1-68/+17
2022-08-22drm/panel-edp: add AUO B133UAN02.1 panel entryJohan Hovold1-0/+1
2022-08-22drm/lcdif: switch to devm_drm_of_get_bridgeMarek Vasut1-15/+3
2022-08-22drm/lcdif: Clean up debug prints and commentsMarek Vasut1-1/+1
2022-08-22drm/lcdif: Consistently use plain timingsMarek Vasut1-4/+4
2022-08-22drm/lcdif: Clean up headersMarek Vasut3-4/+2
2022-08-22drm/ttm: Switch to using the new res callbackArunpravin Paneer Selvam2-47/+15
2022-08-22drm/nouveau: Implement intersect/compatible functionsArunpravin Paneer Selvam3-0/+59
2022-08-22drm/i915: Implement intersect/compatible functionsArunpravin Paneer Selvam2-40/+74
2022-08-22drm/amdgpu: Implement intersect/compatible functionsArunpravin Paneer Selvam2-0/+106
2022-08-22drm/ttm: Implement intersect/compatible functionsArunpravin Paneer Selvam1-0/+33
2022-08-22drm/ttm: Add new callbacks to ttm res mgrArunpravin Paneer Selvam3-7/+119
2022-08-22drm/msm: Make .remove and .shutdown HW shutdown consistentJavier Martinez Canillas1-4/+9
2022-08-19drm/virtio: remove drm_plane_cleanup() destroy hookdrm-misc-next-2022-08-20-1Danilo Krummrich1-1/+0
2022-08-16drm/nouveau/kms/nv140-: Disable interlacingLyude Paul1-1/+2
2022-08-15drm/vc4: Drop of_gpio headerMaíra Canal1-1/+0
2022-08-11drm/i915: Use luminance range calculated during edid parsingJouni Högander1-2/+13
2022-08-11drm/amdgpu_dm: Rely on split out luminance calculation functionJouni Högander1-31/+4
2022-08-11drm: New function to get luminance range based on static hdr metadataJouni Högander2-1/+72
2022-08-11drm:pl111: Add of_node_put() when breaking out of for_each_available_child_of...Liang He1-0/+1
2022-08-11drm/bridge: tc358767: disable main link PHYs on main link disableLucas Stach1-1/+7
2022-08-11drm/bridge: tc358767: increase CLRSIPO countLucas Stach1-4/+4
2022-08-11drm/bridge: tc358767: don't fixup mode sync polarityLucas Stach1-36/+18
2022-08-10dma-buf/sync_file: use strscpy to replace strlcpyXueBing Chen1-4/+4
2022-08-10drm/udl: Replace BUG_ON() with WARN_ON()Takashi Iwai2-2/+4
2022-08-10drm/udl: Kill pending URBs at suspend and disconnectTakashi Iwai3-3/+26