aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2023-01-03drm/amdgpu: adjust the sequence to check soft resetLikun Gao1-6/+2
2023-01-03drm/amdkfd: Fix kernel warning during topology setupMukul Joshi1-1/+1
2023-01-03Merge tag 'drm-misc-next-fixes-2023-01-03' of git://anongit.freedesktop.org/d...Daniel Vetter4-6/+8
2023-01-03drm/v3d: replace open-coded implementation of drm_gem_object_lookupMaíra Canal1-6/+1
2023-01-03drm: Replace DRM_DEBUG with drm_dbg_core in file and ioctl handlingTvrtko Ursulin3-27/+29
2023-01-03drm/i915/dmc: Do not require specific versionsGustavo Sousa2-36/+0
2023-01-03drm/format-helper: Remove unnecessary conversion helpersThomas Zimmermann1-75/+0
2023-01-03drm/format-helper: Simplify drm_fb_build_fourcc_list()Thomas Zimmermann3-96/+57
2023-01-03drm/fb-helper: Fix single-probe color-format selectionThomas Zimmermann1-78/+94
2023-01-03drm/fh-helper: Split fbdev single-probe helperThomas Zimmermann1-43/+73
2023-01-03drm/format-helper: Add conversion from XRGB8888 to 15-bit RGB555 formatsThomas Zimmermann2-0/+353
2023-01-03drm/format-helper: Add conversion from XRGB8888 to ARGB2101010Thomas Zimmermann2-2/+119
2023-01-03drm/format-helper: Add conversion from XRGB8888 to ARGB8888Thomas Zimmermann2-2/+114
2023-01-03drm/format-helper: Flip src/dst-format branches in blit helperThomas Zimmermann1-24/+20
2023-01-03drm/format-helper: Type fixes in format-helper testsThomas Zimmermann1-6/+6
2023-01-03drm/format-helper: Store RGB565 in little-endian orderThomas Zimmermann2-5/+24
2023-01-03drm/format-helper: Fix test-input format conversionThomas Zimmermann1-10/+25
2023-01-03drm/format-helper: Comment on RGB888 byte orderThomas Zimmermann2-0/+5
2023-01-03drm/i915: Enable XE_HP 4Tile supportJonathan Cavitt1-1/+1
2023-01-03drm/scheduler: Fix lockup in drm_sched_entity_kill()Dmitry Osipenko2-3/+3
2023-01-03Merge tag 'drm-misc-next-2022-11-24' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter6-8/+33
2023-01-03drm/i915: Use "%zu" to format size_tNirmoy Das1-1/+1
2023-01-03Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard1363-28782/+45701
2023-01-02drm/imx: ipuv3-plane: Fix overlay plane widthPhilipp Zabel1-6/+8
2023-01-02drm/virtio: Spiff out cmd queue/response tracesRob Clark3-14/+28
2023-01-02drm/scheduler: Fix lockup in drm_sched_entity_kill()Dmitry Osipenko2-3/+3
2023-01-02drm/virtio: Fix memory leak in virtio_gpu_object_create()Xiu Jianfeng1-2/+4
2023-01-02drm/bridge: panel: Set pre_enable_prev_first from drmm_panel_bridge_addDave Stevenson1-0/+2
2023-01-02drm/vc4: drop all currently held locks if deadlock happensMaíra Canal1-1/+10
2023-01-02drm/tiny: ili9486: Do not assume 8-bit only SPI controllersCarlo Caione1-4/+9
2023-01-02drm/tiny: ili9486: Enable driver module autoloadingCarlo Caione1-0/+2
2023-01-02drm/meson: Reduce the FIFO lines held when AFBC is not usedCarlo Caione1-3/+2
2023-01-02Merge drm/drm-next into drm-intel-nextJani Nikula618-5566/+13459
2023-01-01Merge tag 'drm-fixes-2023-01-01' of git://anongit.freedesktop.org/drm/drmLinus Torvalds12-45/+212
2022-12-30Merge tag 'acpi-6.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-0/+4
2022-12-30drm/i915/dsi: fix MIPI_BKLT_EN_1 native GPIO indexJani Nikula1-1/+1
2022-12-30drm/i915/dsi: add support for ICL+ native MIPI GPIO sequenceJani Nikula3-3/+95
2022-12-30drm/i915: Remove truncation warning for large objectsChris Wilson1-15/+0
2022-12-30drm/i915: Use error code as -E2BIG when the size of gem ttm object is too largeGwan-gyeong Mun1-0/+11
2022-12-30drm/i915: Check if the size is too big while creating shmem fileGwan-gyeong Mun1-0/+14
2022-12-30drm/i915: Check for integer truncation on the configuration of ttm placeGwan-gyeong Mun2-0/+17
2022-12-30drm/i915: Check for integer truncation on scatterlist creationChris Wilson12-14/+60
2022-12-30drm/i915/gem: Typecheck page lookupsChris Wilson9-61/+322
2022-12-30Merge drm/drm-next into drm-intel-gt-nextRodrigo Vivi1123-20582/+31697
2022-12-30drm/i915/uc: Fix two issues with over-size firmware filesJohn Harrison1-14/+28
2022-12-30drm/i915: improve the catch-all evict to handle lock contentionMatthew Auld6-26/+82
2022-12-30drm/i915: Remove __maybe_unused from mtl_infoLucas De Marchi1-1/+0
2022-12-30drm/i915: fix TLB invalidation for Gen12.50 video and compute enginesAndrzej Hajda1-1/+7
2022-12-29drm/panel: add the orisetech ota5601aChristophe Branchereau3-0/+374
2022-12-27drm/msm/hdmi: Fix the error handling path of msm_hdmi_dev_probe()Christophe JAILLET1-2/+10