summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2022-08-23drm/radeon: Drop legacy MST supportLyude Paul11-975/+7
2022-08-23drm/display/dp_mst: Maintain time slot allocations when deleting payloadsLyude Paul1-7/+7
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 Paul6-1/+92
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 Paul4-2/+109
2022-08-23drm/display/dp_mst: Add helper for finding payloads in atomic MST stateLyude Paul1-64/+45
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 Paul5-73/+72
2022-08-23drm/display/dp_mst: Rename drm_dp_mst_vcpi_allocationLyude Paul1-48/+48
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-23drm/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 Selvam2-7/+79
2022-08-22drm/msm: Make .remove and .shutdown HW shutdown consistentJavier Martinez Canillas1-4/+9
2022-08-19drm/virtio: remove drm_plane_cleanup() destroy hookDanilo 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ögander1-1/+51
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-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
2022-08-10drm/udl: Sync pending URBs at suspend / disconnectTakashi Iwai3-0/+20
2022-08-10drm/udl: Replace semaphore with a simple wait queueTakashi Iwai2-64/+31
2022-08-10drm/format-helper: Rename parameter vmap to srcThomas Zimmermann1-53/+53
2022-08-10drm/format-helper: Move destination-buffer handling into internal helperThomas Zimmermann1-111/+63
2022-08-10drm/format-helper: Rework XRGB8888-to-MONO conversionThomas Zimmermann3-23/+46
2022-08-10drm/format-helper: Rework XRGB8888-to-GRAY8 conversionThomas Zimmermann3-15/+43
2022-08-10drm/format-helper: Rework XRGB8888-to-XRGB2101010 conversionThomas Zimmermann1-16/+34
2022-08-10drm/format-helper: Rework RGB888-to-XRGB8888 conversionThomas Zimmermann1-7/+19