summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorLines
2025-07-16drm/xe: Split xe_migrate allocation from initializationPiotr Piórkowski-7/+23
2025-07-16drm/xe: Move struct xe_vram_region to a dedicated headerPiotr Piórkowski-72/+91
2025-07-16drm/xe: Use dynamic allocation for tile and device VRAM region structuresPiotr Piórkowski-77/+202
2025-07-16drm/xe: Use devm_ioremap_wc for VRAM mapping and drop manual unmapPiotr Piórkowski-4/+2
2025-07-16drm: Make passing of format info to drm_helper_mode_fill_fb_struct() mandatoryVille Syrjälä-2/+1
2025-07-16drm/vmwgfx: Pass along the format info from .fb_create() to drm_helper_mode_f...Ville Syrjälä-5/+10
2025-07-16drm/virtio: Pass along the format info from .fb_create() to drm_helper_mode_f...Ville Syrjälä-2/+3
2025-07-16drm/tegra: Pass along the format info from .fb_create() to drm_helper_mode_fi...Ville Syrjälä-3/+7
2025-07-16drm/msm: Pass along the format info from .fb_create() to drm_helper_mode_fill...Ville Syrjälä-6/+8
2025-07-16drm/komeda: Pass along the format info from .fb_create() to drm_helper_mode_f...Ville Syrjälä-1/+1
2025-07-16drm/i915: Pass along the format info from .fb_create() to drm_helper_mode_fil...Ville Syrjälä-7/+20
2025-07-16drm/gma500: Pass along the format info from .fb_create() to drm_helper_mode_f...Ville Syrjälä-8/+12
2025-07-16drm/exynos: Pass along the format info from .fb_create() to drm_helper_mode_f...Ville Syrjälä-3/+8
2025-07-16drm/armada: Pass along the format info from .fb_create() to drm_helper_mode_f...Ville Syrjälä-4/+10
2025-07-16drm/amdgpu: Pass along the format info from .fb_create() to drm_helper_mode_f...Ville Syrjälä-2/+3
2025-07-16drm/gem/afbc: Eliminate redundant drm_get_format_info()Ville Syrjälä-13/+7
2025-07-16drm/gem: Pass along the format info from .fb_create() to drm_helper_mode_fill...Ville Syrjälä-16/+14
2025-07-16drm/malidp: Pass along the format info from .fb_create() malidp_verify_afbc_f...Ville Syrjälä-6/+4
2025-07-16drm: Allow the caller to pass in the format info to drm_helper_mode_fill_fb_s...Ville Syrjälä-17/+19
2025-07-16drm: Pass the format info to .fb_create()Ville Syrjälä-49/+55
2025-07-16drm: Look up the format info earlierVille Syrjälä-12/+13
2025-07-16drm: Pass pixel_format+modifier directly to drm_get_format_info()Ville Syrjälä-24/+47
2025-07-16drm: Pass pixel_format+modifier to .get_format_info()Ville Syrjälä-10/+12
2025-07-16drm/tests: edid: Add edid-decode --check outputMaxime Ripard-0/+51
2025-07-16drm/tests: edid: Update CTA-861 HDMI Vendor Specific Data BlockMaxime Ripard-45/+40
2025-07-16drm/tests: edid: Fix monitor range limitsMaxime Ripard-6/+6
2025-07-16drm/xe: Move debugfs GT attributes under tile directoryMichal Wajdeczko-1/+38
2025-07-16drm/panel/boe-himax8279d: Use refcounted allocation in place of devm_kzalloc()Anusha Srivatsa-6/+5
2025-07-16drm/panel/boe-tv101wum-nl6: Use refcounted allocation in place of devm_kzalloc()Anusha Srivatsa-5/+5
2025-07-16drm/panel/himax-hx83102: Use refcounted allocation in place of devm_kzalloc()Anusha Srivatsa-5/+5
2025-07-16drm/panel/ilitek-ili9882t: Use refcounted allocation in place of devm_kzalloc()Anusha Srivatsa-5/+5
2025-07-16drm/panel/lpm102a188a: Use refcounted allocation in place of devm_kzalloc()Anusha Srivatsa-6/+6
2025-07-16drm/panel/jdi-lt070me05000: Use refcounted allocation in place of devm_kzalloc()Anusha Srivatsa-6/+5
2025-07-16drm/panel/khadas-ts050: Use refcounted allocation in place of devm_kzalloc()Anusha Srivatsa-7/+6
2025-07-16drm/panel/kd097d04: Use refcounted allocation in place of devm_kzalloc()Anusha Srivatsa-6/+6
2025-07-16drm/panel/lg-sw43408: Use refcounted allocation in place of devm_kzalloc()Anusha Srivatsa-5/+5
2025-07-16drm/panel/novatek-nt36672a: Use refcounted allocation in place of devm_kzalloc()Anusha Srivatsa-5/+5
2025-07-16drm/panel/osd101t2587-53ts: Use refcounted allocation in place of devm_kzalloc()Anusha Srivatsa-6/+6
2025-07-16drm/panel/vvx10f034n00: Use refcounted allocation in place of devm_kzalloc()Anusha Srivatsa-6/+6
2025-07-16drm/panel/raspberrypi: Use refcounted allocation in place of devm_kzalloc()Anusha Srivatsa-6/+6
2025-07-16drm/panel/lq101r1sx01: Use refcounted allocation in place of devm_kzalloc()Anusha Srivatsa-6/+5
2025-07-16drm/xe: Fix a NULL vs IS_ERR() bug in xe_i2c_register_adapter()Dan Carpenter-2/+2
2025-07-16drm/i915: Refactor shmem_pwrite() to use kiocb and write_iterTaotao Chen-60/+22
2025-07-16drm/i915: Use kernel_write() in shmem object createTaotao Chen-24/+9
2025-07-16drm/amdgpu: Reset the clear flag in buddy during resumeArunpravin Paneer Selvam-0/+63
2025-07-16drm/sitronix/st7571-i2c: Add support for the ST7567 ControllerJavier Martinez Canillas-0/+75
2025-07-16drm/sitronix/st7571-i2c: Add an indirection level to parse DTJavier Martinez Canillas-1/+3
2025-07-16drm/sitronix/st7571-i2c: Log probe deferral cause for GPIO get failureJavier Martinez Canillas-1/+3
2025-07-16drm/sitronix/st7571-i2c: Fix encoder callbacks function namesJavier Martinez Canillas-6/+6
2025-07-16drm/ttm: remove ttm_bo_validate_swapout testChristian König-51/+0