Sandro Bonazzola
ff4d87727b
Update license access method
...
Dropped obsolete Free Software Foundation address pointing
to the FSF website instead as suggested by
https://www.gnu.org/licenses/gpl-howto.html
keeping intact the important part of the historical notice
as requested by the license.
Resolving rpmlint reported issue E: incorrect-fsf-address.
Signed-off-by: Sandro Bonazzola <sbonazzo@redhat.com>
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3155 >
2023-08-30 08:48:23 +02:00
Bilal Elmoussaoui
ead9a3024c
cleanup: Switch to pragma once
...
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3157 >
2023-08-07 22:24:36 +00:00
Jonas Ådahl
abac217617
crtc-mode-kms: Wrap MetaKmsMode instead of drmModeModeInfo
...
We'll need to use the MetaKmsMode later on for state keeping.
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1488 >
2021-01-22 16:47:08 +00:00
Jonas Ådahl
e089e53b24
crtc-kms: Make KMS CRTC mode a type inheriting MetaCrtcMode
...
It carries the drmModeModeInfo copy in it's instance struct, instead of
the `driver_private` it was using before.
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1287
This version of the commit includes fixes from:
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1305
2020-06-11 09:20:16 +00:00
Georges Basile Stavracas Neto
49408e8f9f
Revert "crtc-kms: Make KMS CRTC mode a type inheriting MetaCrtcMode"
...
This reverts commit 09078762a, which breaks Mutter.
2020-06-10 23:11:21 -03:00
Jonas Ådahl
09078762ac
crtc-kms: Make KMS CRTC mode a type inheriting MetaCrtcMode
...
It carries the drmModeModeInfo copy in it's instance struct, instead of
the `driver_private` it was using before.
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1287
2020-06-10 18:54:51 +00:00