aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/aty/atyfb_base.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-30video: fbdev: aty: Delete unused variable in radeon_monitorSam Ravnborg1-3/+1
2020-11-30drm/prime: split array import functions v4Christian König11-51/+60
2020-11-30drm/ttm: nuke ttm_dma_tt_initChristian König2-15/+0
2020-11-30drm/qxl: switch to ttm_sg_tt_initChristian König1-1/+1
2020-11-30drm/vmwgfx: switch to ttm_sg_tt_initChristian König1-2/+2
2020-11-30drm/nouveau: stop using pages with drm_prime_sg_to_page_addr_arrays v2Christian König2-4/+4
2020-11-30drm/amdgpu: stop using pages with drm_prime_sg_to_page_addr_arraysChristian König1-3/+3
2020-11-30drm/radeon: stop using pages with drm_prime_sg_to_page_addr_arrays v2Christian König1-5/+6
2020-11-30drm/cma-helper: Implement mmap as GEM CMA object functionsThomas Zimmermann5-94/+44
2020-11-30drm/cma-helper: Remove prime infix from GEM object functionsThomas Zimmermann3-14/+14
2020-11-29drm: panel: simple: Add BOE NV110WTM-N61Douglas Anderson1-0/+46
2020-11-29dt-bindings: dt-bindings: display: simple: Add BOE NV110WTM-N61Douglas Anderson1-0/+2
2020-11-29drm: panel: simple: Allow specifying the delay from prepare to enableDouglas Anderson1-6/+38
2020-11-29drm: panel: simple: Defer unprepare delay till next prepare to shorten itDouglas Anderson1-3/+24
2020-11-29drm: panel: simple: Fixup the struct panel_desc kernel docDouglas Anderson1-17/+42
2020-11-29drm/kmb: Remove an unnecessary NULL checkDan Carpenter1-1/+1
2020-11-29omapfb: fbcon: remove trailing semicolon in macro definitionTom Rix2-2/+2
2020-11-29video: fbdev: s1d13xxxfb: Fix kernel-doc and set but not used warningsSam Ravnborg1-2/+1
2020-11-29video: fbcon: Fix warnings by using pr_debug() in fbconSam Ravnborg1-17/+8
2020-11-29video: Fix kernel-doc warnings in of_display_timing + of_videomodeSam Ravnborg2-3/+4
2020-11-29drm/rockchip: fix typo in Kconfig 's/HDMI/dsi/'Dafna Hirschfeld1-1/+1
2020-11-29drm/rockchip: for error print, use the correct device pointerDafna Hirschfeld1-1/+1
2020-11-29drm/rockchip: dw_hdmi: fix incorrect clock in vpll clock error messageJonathan Liu1-1/+1
2020-11-28drm/ingenic: Add basic PM supportPaul Cercueil1-0/+18
2020-11-27drm/ttm: Warn on pinning without holding a referenceDaniel Vetter2-1/+3
2020-11-27fbdev: aty: SPARC64 requires FB_ATY_CTRandy Dunlap1-1/+1
2020-11-27via/via_irq: use __func__ to replace string function nameBernard Zhao1-1/+1
2020-11-27drm/radeon: fix check order in radeon_bo_moveChristian König1-30/+24
2020-11-26drm/imx/dcss: allow using nearest neighbor interpolation scalingLaurentiu Palcu3-10/+50
2020-11-26drm/imx/dcss: fix coccinelle warningLaurentiu Palcu1-2/+1
2020-11-26drm/imx/dcss: fix rotations for Vivante tiled formatsLaurentiu Palcu1-2/+9
2020-11-25drm/mcde: fix masking and bitwise-or on variable valColin Ian King1-1/+1
2020-11-25dma-buf/dma-resv: Respect num_fences when initializing the shared fence list.Maarten Lankhorst1-1/+1
2020-11-24panel-simple: add Innolux N125HCE-GN1Lukas F. Hartmann1-0/+28
2020-11-24dt-bindings: display/panel: add Innolux N125HCE-GN1Lukas F. Hartmann1-0/+2
2020-11-24drm: fix kernel-doc warnings for SCALING_FILTERSimon Ser2-7/+7
2020-11-24drm/fb-helper: Acquire modeset lock around shadow-buffer flushingThomas Zimmermann1-2/+18
2020-11-24drm/fb-helper: Copy dma-buf map before flushing shadow fbThomas Zimmermann1-2/+3
2020-11-24drm/fb-helper: Restore damage area upon errorsThomas Zimmermann1-3/+20
2020-11-24drm/fb-helper: Move damage blit code and its setup into separate routineThomas Zimmermann1-6/+21
2020-11-24drm/fb-helper: Separate shadow-buffer flushing and calling dirty callbackThomas Zimmermann1-3/+1
2020-11-24drm/fb-helper: Return early in damage workerThomas Zimmermann1-16/+15
2020-11-24drm/fb-helper: Rename dirty worker to damage workerThomas Zimmermann2-43/+36
2020-11-24drm/client: Depend on GEM object kmap ref-countingThomas Zimmermann1-4/+0
2020-11-24drm/fb-helper: Unmap client buffer during shutdownThomas Zimmermann1-4/+9
2020-11-24drm/fb-helper: Call dirty helper after writing to fbdevThomas Zimmermann1-0/+3
2020-11-24drm/shmem-helper: Removed drm_gem_shmem_create_object_cached()Thomas Zimmermann5-33/+0
2020-11-24drm/shmem-helper: Use cached mappings by defaultThomas Zimmermann6-12/+13
2020-11-24drm/mcde: Fix uninitialized valueLinus Walleij1-1/+1
2020-11-24drm/mcde: Support DPI outputLinus Walleij7-47/+595