summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2024-07-22drm/nouveau: use GEM references instead of TTMsDanilo Krummrich9-40/+44
2024-07-22drm/nouveau: bo: remove unused functionsDanilo Krummrich1-29/+0
2024-07-22drm/nouveau: prime: fix refcount underflowDanilo Krummrich1-1/+2
2024-07-22drm/panel-edp: Add 6 panels used by MT8186 ChromebooksTerry Hsiao1-0/+6
2024-07-22drm/panel: Avoid warnings w/ panel-simple/panel-edp at shutdownDouglas Anderson3-18/+52
2024-07-20drm/panic: Add missing static inline to drm_panic_is_enabled()Jocelyn Falempe2-1/+3
2024-07-19drm/stm: add COMMON_CLK dependencyArnd Bergmann1-0/+1
2024-07-19drm/panic: Remove build time dependency with FRAMEBUFFER_CONSOLEJocelyn Falempe1-1/+1
2024-07-19drm/fb-helper: Set skip_panic if the drm driver supports drm panicJocelyn Falempe1-0/+2
2024-07-19drm/panic: Add drm_panic_is_enabled()Jocelyn Falempe2-0/+27
2024-07-19drm/stm: ltdc: remove reload interruptYannick Fertre1-10/+6
2024-07-19drm/stm: ltdc: add mask for lxcr registerYannick Fertre1-4/+4
2024-07-19drm/stm: ltdc: reset plane transparency after plane disableYannick Fertre1-0/+3
2024-07-19drm/mgag200: Implement struct drm_crtc_funcs.get_vblank_timestampThomas Zimmermann2-2/+33
2024-07-19drm/mgag200: Add vblank supportThomas Zimmermann12-2/+143
2024-07-19drm/mgag200: Add dedicted variable for <linecomp> fieldThomas Zimmermann1-4/+7
2024-07-19drm/mgag200: Add dedicated variables for blanking fieldsThomas Zimmermann1-13/+16
2024-07-19drm/mgag200: Use adjusted mode values for CRTCsThomas Zimmermann1-8/+8
2024-07-19drm/mgag200: Align register field names with documentationThomas Zimmermann1-27/+27
2024-07-19drm/mgag200: Use hexadecimal register indecesThomas Zimmermann1-25/+25
2024-07-19drm/bridge: analogix: remove unused struct 'bridge_init'Dr. David Alan Gilbert1-5/+0
2024-07-18drm: Add might_fault to drm_modeset_lock primingDaniel Vetter1-0/+2
2024-07-18drm/bridge-connector: Fix double free in error handling pathsCristian Ciocaltea1-6/+2
2024-07-18drm/bridge: Silence error messages upon probe deferralAlexander Stein1-2/+7
2024-07-17printk: Add a short description string to kmsg_dump()Jocelyn Falempe1-2/+2
2024-07-16drm/panel-edp: Add entry for BOE NV133WUM-N63 panelClayton Craft1-0/+1
2024-07-16drm: lcdif: Use adjusted_mode .clock instead of .crtc_clockMarek Vasut1-3/+2
2024-07-15drm/stm: ltdc: Remove unused function plane_to_ltdcJiapeng Chong1-5/+0
2024-07-15drm/stm: Avoid use-after-free issues with crtc and planeKatya Orlova2-56/+20
2024-07-15drm/stm: ltdc: check memory returned by devm_kzalloc()Claudiu Beznea1-0/+2
2024-07-15drm/mgag200: Rename BMC vidrst namesThomas Zimmermann6-20/+20
2024-07-15drm/mgag200: Remove vidrst callbacks from struct mgag200_device_funcsThomas Zimmermann7-42/+10
2024-07-15drm/mgag200: Only set VIDRST bits in CRTC modesettingThomas Zimmermann6-13/+15
2024-07-13drm/v3d: Expose memory stats through fdinfoMaĆ­ra Canal2-0/+14
2024-07-13drm/v3d: Add some local variables in queries/extensionsTvrtko Ursulin1-39/+49
2024-07-13drm/v3d: Prefer get_user for scalar typesTvrtko Ursulin1-5/+5
2024-07-13drm/v3d: Move perfmon init completely into own unitTvrtko Ursulin4-33/+38
2024-07-13drm/v3d: Do not use intermediate storage when copying performance query resultsTvrtko Ursulin1-21/+36
2024-07-13drm/v3d: Size the kperfmon_ids array at runtimeTvrtko Ursulin3-12/+15
2024-07-13drm/v3d: Move part of copying of reset/copy performance extension to a helperTvrtko Ursulin1-84/+68
2024-07-13drm/v3d: Validate passed in drm syncobj handles in the performance extensionTvrtko Ursulin1-0/+8
2024-07-13drm/v3d: Validate passed in drm syncobj handles in the timestamp extensionTvrtko Ursulin1-0/+12
2024-07-13drm/v3d: Fix potential memory leak in the performance extensionTvrtko Ursulin3-26/+50
2024-07-13drm/v3d: Fix potential memory leak in the timestamp extensionTvrtko Ursulin3-19/+48
2024-07-13drm/v3d: Prevent out of bounds access in performance query extensionsTvrtko Ursulin1-0/+6
2024-07-12drm/nouveau: Improve variable name in nouveau_sched_init()Philipp Stanner1-2/+2
2024-07-11drm/dp: Add helper to dump an LTTPR PHY descriptorImre Deak1-10/+56
2024-07-11drm/panel-edp: Add BOE NV140WUM-N41Hsin-Yi Wang1-0/+1
2024-07-11drm/amd: Add power_saving_policy drm property to eDP connectorsMario Limonciello3-5/+53
2024-07-10drm: Introduce 'power saving policy' drm propertyMario Limonciello1-0/+48