Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
0de1a57b
Commit
0de1a57b
authored
Mar 01, 2010
by
Dave Airlie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drm/radeon/kms: bump the KMS version number for square tiling support.
Signed-off-by:
Dave Airlie
<
airlied@redhat.com
>
parent
1c622335
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
drivers/gpu/drm/radeon/radeon_drv.c
drivers/gpu/drm/radeon/radeon_drv.c
+3
-1
No files found.
drivers/gpu/drm/radeon/radeon_drv.c
View file @
0de1a57b
...
...
@@ -40,9 +40,11 @@
/*
* KMS wrapper.
* - 2.0.0 - initial interface
* - 2.1.0 - add square tiling interface
*/
#define KMS_DRIVER_MAJOR 2
#define KMS_DRIVER_MINOR
0
#define KMS_DRIVER_MINOR
1
#define KMS_DRIVER_PATCHLEVEL 0
int
radeon_driver_load_kms
(
struct
drm_device
*
dev
,
unsigned
long
flags
);
int
radeon_driver_unload_kms
(
struct
drm_device
*
dev
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment