aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2022-09-15Merge tag 'drm-intel-next-2022-08-29' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie88-1681/+3171
2022-09-12Merge tag 'drm-intel-gt-next-2022-09-09' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie53-555/+937
2022-09-12Merge tag 'amd-drm-next-6.1-2022-09-08' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie181-3694/+69781
2022-09-11drm/vkms: fix 32bit compilation error by replacing macrosMelissa Wen1-34/+19
2022-09-11Merge tag 'drm-misc-next-2022-09-09' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie106-3048/+6022
2022-09-08drm/dp_mst: Avoid deleting payloads for connectors staying enabledImre Deak1-0/+3
2022-09-08drm/panel-edp: Add Innolux N120ACA-EA1 panel entryChen-Yu Tsai1-0/+1
2022-09-08drm/sun4i: tv: Merge mode_set into atomic_enableMaxime Ripard1-15/+10
2022-09-08drm/i915: Set correct domains values at _i915_vma_move_to_activeNirmoy Das1-1/+2
2022-09-08drm/i915: Rename ggtt_view as gtt_viewNiranjana Vishwanathapura19-149/+149
2022-09-08drm/ssd130x: Replace simple display helpers with the atomic helpersJavier Martinez Canillas2-80/+189
2022-09-07drm/amd/amdgpu: Add missing CGTS*TCC_DISABLE to 10.3 headersTom St Denis2-0/+14
2022-09-07drm/amdgpu: prevent toc firmware memory leakGuchun Chen1-2/+5
2022-09-07drm/amdgpu: correct doorbell range/size value for CSDMA_DOORBELL_RANGEYifan Zhang1-6/+0
2022-09-07drm/amdkfd: print address in hex format rather than decimalYifan Zhang1-1/+1
2022-09-07drm/amd/display: Remove the unneeded result variablezhang songyi1-5/+1
2022-09-07drm/amd/display: fix memory leak when using debugfs_lookup()Greg Kroah-Hartman1-0/+1
2022-09-07drm/amd/pm: add missing SetMGpuFanBoostLimitRpm mapping for SMU 13.0.7Evan Quan1-0/+1
2022-09-07drm/amd/amdgpu: add rlc_firmware_header_v2_4 to amdgpu_firmware_headerChengming Gui1-0/+1
2022-09-07drm/amdgpu: TA unload messages are not actually sent to psp when amdgpu is uninstalledYiPeng Chai2-4/+3
2022-09-07drm/i915/uc: Add patch level version number supportJohn Harrison5-19/+47
2022-09-07drm/i915/uc: Support for version reduced and multiple firmware filesJohn Harrison5-186/+319
2022-09-07drm/gma500: fix repeated words in commentsJilin Yuan1-1/+1
2022-09-07drm/qxl: fix the suspend/resume issue on qxl deviceZongmin Zhou1-1/+2
2022-09-07drm/bochs: fix blankingGerd Hoffmann1-0/+2
2022-09-07drm/virtio: set fb_modifiers_not_supportedChia-I Wu1-0/+2
2022-09-07drm/sun4i: tv: Add missing reset assertionMaxime Ripard1-0/+1
2022-09-07drm/sun4i: tv: Rename error labelMaxime Ripard1-2/+2
2022-09-07drm/sun4i: tv: Remove useless destroy functionMaxime Ripard1-7/+1
2022-09-07drm/sun4i: tv: Remove useless functionMaxime Ripard1-7/+0
2022-09-07drm/sun4i: tv: Convert to atomic hooksMaxime Ripard1-4/+6
2022-09-07drm/sun4i: tv: Remove unused mode_validMaxime Ripard1-8/+0
2022-09-07drm/vc4: vec: Fix timings for VEC modesMateusz Kwiatkowski1-2/+2
2022-09-07drm/vc4: vec: Remove redundant atomic_mode_setMateusz Kwiatkowski1-14/+4
2022-09-07drm/vc4: vec: Refactor VEC TV mode settingMateusz Kwiatkowski1-65/+23
2022-09-07drm/vc4: vec: Convert to atomic helpersMaxime Ripard1-4/+6
2022-09-07drm/vc4: vec: Remove empty mode_fixupMaxime Ripard1-9/+0
2022-09-07drm/ttm: Remove unnecessary '0' values from retLi zeming1-1/+1
2022-09-07drm/via: Add new condition to via_dma_cleanup()Alisa Khabibrakhmanova1-1/+1
2022-09-06drm/panel-edp: Fix typo in kerneldoc comment (appers=>appears)Douglas Anderson1-1/+1
2022-09-06drm/i915: Don't try to disable host RPS when this was never enabled.Rodrigo Vivi1-0/+3
2022-09-06drm/scheduler: quieten kernel-doc warningsRandy Dunlap2-5/+7
2022-09-06drm/bridge: anx7625: Set HPD irq detect window to 2msXin Ji2-0/+20
2022-09-06Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter478-14656/+16283
2022-09-06drm/i915: consider HAS_FLAT_CCS() in needs_ccs_pagesMatthew Auld2-1/+4
2022-09-05drm: vkms: Add support to the RGB565 formatIgor Torrente3-3/+76
2022-09-05drm: vkms: Adds XRGB_16161616 and ARGB_1616161616 formatsIgor Torrente3-1/+82
2022-09-05drm: vkms: Supports to the case where primary plane doesn't match the CRTCIgor Torrente3-33/+33
2022-09-05drm: vkms: Refactor the plane composer to accept new formatsIgor Torrente7-182/+318
2022-09-05drm: vkms: Add fb information to `vkms_writeback_job`Igor Torrente2-8/+35