summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)Author
2019-11-04drm/ttm: Remove explicit typecasts of vm_private_dataThomas Hellstrom
2019-10-29drm/gem: Fix mmap fake offset handling for drm_gem_object_funcs.mmapRob Herring
2019-10-29drm/panfrost: Simplify devfreq utilisation trackingSteven Price
2019-10-29drm/panfrost: Use generic code for devfreqSteven Price
2019-10-29drm/vboxvideo: Use drm_gem_fb_create_with_dirty instead of drm_gem_fb_createHans de Goede
2019-10-28drm/amdgpu: add independent DMA-buf import v9Christian König
2019-10-28drm/amdgpu: add independent DMA-buf export v8Christian König
2019-10-28drm/fb-helper: Remove drm_fb_helper_defio_init() and update docsThomas Zimmermann
2019-10-25drm: Don't free jobs in wait_event_interruptible()Steven Price
2019-10-25drm/ttm: stop exporting ttm_mem_io_* functionsChristian König
2019-10-25drm/qxl: stop using TTM to call driver internal functionsChristian König
2019-10-25drm/ttm: use the parent resv for ghost objects v3Christian König
2019-10-25drm/ttm: remove pointers to globalsChristian König
2019-10-25drm/ttm: always keep BOs on the LRUChristian König
2019-10-25drm/ttm, drm/vmwgfx: move cpu_writers handling into vmwgfxChristian König
2019-10-25drm/gpu: Fix Memory barrier without comment IssueBhanusree
2019-10-25drm/gpu: Fix Missing blank line after declarationsBhanusree
2019-10-24drm: Spelling s/connet/connect/Geert Uytterhoeven
2019-10-24drm/vboxvideo: Replace prepare_fb()/cleanup_fb() with GEM VRAM helpersThomas Zimmermann
2019-10-24drm/hisilicon/hibmc: Use GEM VRAM's prepare_fb() and cleanup_fb() helpersThomas Zimmermann
2019-10-24drm/bochs: Replace prepare_fb()/cleanup_fb() with GEM VRAM helpersThomas Zimmermann
2019-10-24drm/vram-helpers: Add helpers for prepare_fb() and cleanup_fb()Thomas Zimmermann
2019-10-24drm/gpu: Add comment for memory barrierBhanusree
2019-10-24drm/mediatek: remove cast to pointers passed to kfreeWambui Karuga
2019-10-24drm/simple-kms: Standardize arguments for callbacksDaniel Vetter
2019-10-23drm/tegra: Move drm_dp_link helpers to Tegra DRMThierry Reding
2019-10-23drm/rockchip: Avoid drm_dp_link helpersThierry Reding
2019-10-23drm/msm: edp: Avoid drm_dp_link helpersThierry Reding
2019-10-23drm/bridge: tc358767: Use DP nomenclatureThierry Reding
2019-10-23drm/bridge: tc358767: Avoid drm_dp_link helpersThierry Reding
2019-10-23drm/bridge: analogix-anx78xx: Avoid drm_dp_link helpersThierry Reding
2019-10-23drm/dp: Add helper to get post-cursor adjustmentsThierry Reding
2019-10-23drm/dp: Do not busy-loop during link trainingThierry Reding
2019-10-23drm/dp: Remove a gratuituous blank lineThierry Reding
2019-10-23Merge drm/drm-next into drm-misc-nextSean Paul
2019-10-23Revert "drm/omap: add OMAP_BO flags to affect buffer allocation"Sean Paul
2019-10-23Merge v5.4-rc4 into drm-nextDaniel Vetter
2019-10-23drm/doc: Drop misleading comment on drm_mode_config_cleanupDaniel Vetter
2019-10-22drm/vc4: Use drm_hdmi_avi_infoframe_bars()Ville Syrjälä
2019-10-22drm/edid: Add drm_hdmi_avi_infoframe_bars()Ville Syrjälä
2019-10-22drm/mipi_dbi: Use simple right shift instead of double negationAndy Shevchenko
2019-10-22drm/virtio: move byteorder handling into virtio_gpu_cmd_transfer_to_host_2d f...Gerd Hoffmann
2019-10-22drm/virtio: print a single line with device featuresGerd Hoffmann
2019-10-22drm/qxl: allocate small objects top-downGerd Hoffmann
2019-10-22drm/qxl: use DEFINE_DRM_GEM_FOPS()Gerd Hoffmann
2019-10-22drm/qxl: drop verify_accessGerd Hoffmann
2019-10-22drm/qxl: switch qxl to &drm_gem_object_funcs.mmapGerd Hoffmann
2019-10-22drm/qxl: drop qxl_ttm_faultGerd Hoffmann
2019-10-22drm: remove unnecessary return variableWambui Karuga
2019-10-22drm/gma500: fix memory disclosures due to uninitialized bytesKangjie Lu