summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/sched: Cancel and flush all outstanding jobs before finish.Andrey Grodzovsky2021-01-191-0/+3
* drm: Unamp the entire device address space on device unplugAndrey Grodzovsky2021-01-191-0/+3
* drm: Upcast struct drm_device.dev to struct pci_device; replace pdevThomas Zimmermann2021-01-196-23/+37
* drm/drm_agpsupport: Strip out obviously wrong descriptions and demote to stan...Lee Jones2021-01-181-35/+11
* drm/gma500/mdfld_intel_display: Demote three kernel-doc formatting abusesLee Jones2021-01-181-3/+3
* drm/gma500/mdfld_dsi_output: Demote a couple of kernel-doc formatting abusesLee Jones2021-01-181-2/+2
* drm/gma500/oaktrail_crtc: Demote unworthy kernel-doc headersLee Jones2021-01-181-3/+3
* drm/gma500/oaktrail_lvds: Demote one documentation header fix anotherLee Jones2021-01-181-1/+2
* drm/gma500/oaktrail_lvds_i2c: Remove unused variables 'tmp'Lee Jones2021-01-181-4/+4
* drm/gma500/cdv_intel_dp: Demote one unworthy header fix anotherLee Jones2021-01-181-2/+2
* drm/gma500/cdv_intel_lvds: Demote unworthy headers to standard blocks and fix...Lee Jones2021-01-181-3/+4
* drm/gma500/cdv_intel_display: Demote kernel-doc abuse in 'cdv_intel_panel_fit...Lee Jones2021-01-181-1/+1
* drm/gma500/cdv_intel_crt: Demote kernel-doc abuse in 'cdv_intel_crt_detect_ho...Lee Jones2021-01-181-1/+1
* drm/drm_dp_helper: Fix spelling issue and add missing description for 'enable...Lee Jones2021-01-181-1/+2
* drm/gma500/psb_irq: Demote kernel-doc abuseLee Jones2021-01-181-2/+1
* drm/gma500/psb_intel_sdvo: Demote kernel-doc abusesLee Jones2021-01-181-3/+3
* drm/gma500/mmu: Actually return an error if one occursLee Jones2021-01-181-1/+1
* drm/gma500/power: Remove excess param description 'state'Lee Jones2021-01-181-1/+0
* drm/gma500/mmu: Remove unused function 'psb_get_default_pd_addr'Lee Jones2021-01-181-9/+0
* drm/gma500/gem: Include our own header containing prototypesLee Jones2021-01-181-0/+1
* drm/gma500/gem: Do not rely on consumers to include drm/drm_device.h before g...Lee Jones2021-01-181-0/+2
* drm/gma500/psb_intel_modes: Provide missing descriptions for function param '...Lee Jones2021-01-181-1/+2
* drm/gma500/psb_intel_lvds: Supply description for 'mode_dev'Lee Jones2021-01-181-0/+1
* drm/gma500/psb_intel_display: Demote kernel-doc formatting abuseLee Jones2021-01-181-1/+1
* drm/gma500/gma_device: Include our own header containing prototypesLee Jones2021-01-181-0/+1
* drm/gma500/gma_display: Demote kernel-doc abuses to standard comment blocksLee Jones2021-01-181-4/+4
* drm/gma500/power: Fix a bunch of *dev documentation issuesLee Jones2021-01-181-3/+4
* drm/gma500/mmu: Make local function 'psb_mmu_pt_alloc_map_lock()' staticLee Jones2021-01-181-2/+2
* drm/gma500/intel_i2c: Remove superflouous parameter description and rename an...Lee Jones2021-01-181-2/+1
* drm/gma500/intel_bios: Demote non-conformant kernel-doc headerLee Jones2021-01-181-1/+1
* drm/gma500/gem: Add and rename some function parameter descriptionsLee Jones2021-01-181-2/+3
* drm/gma500/framebuffer: Fix some possible doc-rot issuesLee Jones2021-01-181-3/+3
* drm/mga/mga_ioc32: Fix some formatting issues in 'mga_compat_ioctl's headerLee Jones2021-01-181-6/+6
* drm/r128/r128_ioc32: Fix formatting issues in 'r128_compat_ioctl()'s headerLee Jones2021-01-181-6/+6
* drm/mga/mga_ioc32: Document headers do not make good kernel-doc candidatesLee Jones2021-01-181-1/+1
* drm/r128/r128_ioc32: Document headers do not make good kernel-doc candidatesLee Jones2021-01-181-1/+1
* drm/vmwgfx: Always evict vram _before_ disabling itDaniel Vetter2021-01-181-1/+1
* drm/vmwgfx: Drop svga_lockDaniel Vetter2021-01-182-10/+1
* drm/panel: panel-simple: add bus-format and connector-type to Innolux n116bgeHeiko Stuebner2021-01-181-0/+2
* drm: Set vm_ops to GEM object's values during mmapThomas Zimmermann2021-01-182-9/+12
* drm/vkms: Fix missing kmalloc allocation failure checkColin Ian King2021-01-151-1/+5
* drm/amdgpu: Remove unused variableNirmoy Das2021-01-151-1/+0
* drm/vc4: Initialize vc4_drm_driver with CMA helper defaultsThomas Zimmermann2021-01-153-23/+1
* drm/hisilicon/hibmc: Remove hibmc_ttm.cThomas Zimmermann2021-01-151-61/+0
* drm/modes: Switch to 64bit maths to avoid integer overflowVille Syrjälä2021-01-141-2/+2
* drm/vmwgfx: Fix display register usage for some older configsZack Rusin2021-01-142-2/+2
* drm/vmwgfx: Cleanup the cmd/fifo splitZack Rusin2021-01-1423-207/+198
* drm/vmwgfx: Remove the throttling codeZack Rusin2021-01-146-188/+3
* drm/vmwgfx: Cleanup pci resource allocationZack Rusin2021-01-142-45/+73
* drm/vmwgfx: Cleanup fifo mmio handlingZack Rusin2021-01-147-113/+98