summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2023-11-28drm/ast: Partially implement POST without ast device instanceThomas Zimmermann3-30/+47
2023-11-28drm/ast: Enable MMIO without ast device instanceThomas Zimmermann2-7/+11
2023-11-28drm/ast: Enable VGA without ast device instanceThomas Zimmermann2-19/+19
2023-11-28drm/ast: Add I/O helpers without ast deviceThomas Zimmermann1-17/+56
2023-11-28drm/ast: Retrieve I/O-memory ranges without ast deviceThomas Zimmermann1-6/+11
2023-11-28drm/ast: Rework I/O register setupThomas Zimmermann2-10/+31
2023-11-28drm/ast: Turn ioregs_lock to modeset_lockThomas Zimmermann3-16/+17
2023-11-28Merge drm/drm-next into drm-misc-nextThomas Zimmermann153-2089/+4611
2023-11-28drm/imagination: vm: fix drm_gpuvm reference countDanilo Krummrich1-3/+8
2023-11-28drm/imagination: vm: check for drm_gpuvm_range_valid()Danilo Krummrich2-4/+8
2023-11-28drm/imagination: vm: prevent duplicate drm_gpuvm_bo instancesDanilo Krummrich1-4/+6
2023-11-28drm/imagination: Remove unneeded semicolonYang Li1-1/+1
2023-11-28drm/imagination: Fix a couple of spelling mistakes in literal stringsColin Ian King1-2/+2
2023-11-28Merge v6.7-rc3 into drm-nextDaniel Vetter14-46/+108
2023-11-27drm: Use device_get_match_data()Rob Herring7-43/+28
2023-11-27drm/sched: Fix compilation issues with DRM priority renameLuben Tuikov2-4/+4
2023-11-27drm/ttm: Schedule delayed_delete worker closerRajneesh Bhardwaj2-3/+11
2023-11-25drm/sched: Reverse run-queue priority enumerationLuben Tuikov4-12/+12
2023-11-25drm/sched: Rename priority MIN to LOWLuben Tuikov5-10/+10
2023-11-25drm/sched: Fix bounds limiting when given a malformed entityLuben Tuikov1-5/+8
2023-11-24drm/nouveau: enable dynamic job-flow controlDanilo Krummrich6-10/+15
2023-11-24drm/nouveau: implement 1:1 scheduler - entity relationshipDanilo Krummrich10-195/+179
2023-11-24drm/nouveau: use GPUVM common infrastructureDanilo Krummrich6-115/+100
2023-11-24drm/plane: Extend damage tracking kernel-docJavier Martinez Canillas1-0/+30
2023-11-24drm/vmwgfx: Disable damage clipping if FB changed since last page-flipJavier Martinez Canillas1-0/+11
2023-11-24drm/virtio: Disable damage clipping if FB changed since last page-flipJavier Martinez Canillas1-0/+10
2023-11-24drm: Allow drivers to indicate the damage helpers to ignore damage clipsJavier Martinez Canillas1-1/+2
2023-11-24drm: Introduce documentation for hotspot propertiesMichael Banack1-1/+57
2023-11-24drm: Introduce DRM_CLIENT_CAP_CURSOR_PLANE_HOTSPOTZack Rusin1-0/+9
2023-11-24drm: Remove legacy cursor hotspot codeZack Rusin1-3/+0
2023-11-24drm/virtio: Use the hotspot properties from cursor planesZack Rusin1-4/+4
2023-11-24drm/vboxvideo: Use the hotspot properties from cursor planesZack Rusin1-2/+2
2023-11-24drm/qxl: Use the hotspot properties from cursor planesZack Rusin1-8/+6
2023-11-24drm/vmwgfx: Use the hotspot properties from cursor planesZack Rusin1-7/+2
2023-11-24drm/atomic: Add support for mouse hotspotsZack Rusin3-0/+84
2023-11-24drm: Disable the cursor plane on atomic contexts with virtualized driversZack Rusin5-4/+17
2023-11-24Merge tag 'drm-intel-fixes-2023-11-23' of git://anongit.freedesktop.org/drm/d...Dave Airlie3-22/+9
2023-11-24Merge tag 'drm-misc-fixes-2023-11-23' of git://anongit.freedesktop.org/drm/dr...Dave Airlie6-22/+91
2023-11-24Merge tag 'drm-msm-fixes-2023-11-21' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie6-10/+16
2023-11-23Merge tag 'drm-intel-next-2023-11-23' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter111-1945/+4318
2023-11-23Merge tag 'drm-misc-next-2023-11-23' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter101-191/+33014
2023-11-23drm: introduce DRM_CAP_ATOMIC_ASYNC_PAGE_FLIPSimon Ser1-0/+4
2023-11-23drm: allow DRM_MODE_PAGE_FLIP_ASYNC for atomic commitsSimon Ser1-3/+22
2023-11-23drm: Refuse to async flip with atomic prop changesAndré Almeida3-5/+51
2023-11-23drm/i915: Fix glk+ degamma LUT conversionsVille Syrjälä1-26/+28
2023-11-23drm/i915: s/clamp()/min()/ in i965_lut_11p6_max_pack()Ville Syrjälä1-1/+1
2023-11-23drm/i915: Adjust LUT rounding rulesVille Syrjälä1-8/+6
2023-11-23drm/i915/display: In intel_framebuffer_init switch to use intel_bo_to_drm_boJuha-Pekka Heikkila1-1/+1
2023-11-23drm/i915/display: in skl_surf_address check for dpt-vmaJuha-Pekka Heikkila1-1/+2
2023-11-23drm/i915/display: Separate xe and i915 common dpt code into own fileJuha-Pekka Heikkila6-28/+49