Originally posted by smitty3268
View Post
81 Fresh Patches For AMDGPU's DC (DAL) Display Code
Collapse
X
-
-
-
Originally posted by bridgman View Post
We are trying to get everyone to stop calling it DC (since that is the name of the abstraction layer) or DAL (since that stands for Display Abstraction Layer) since neither of those make sense when we are de-mid-layering the display code. Let's just call it display code, OK ?
(the use of DC/DAL came from a desire to distinguish between this display code and the more limited display code already upstream, but probably not worth the confusion)
Comment
-
-
Originally posted by agd5f View PostYou can read the threads from the previous code reviews.
Comment
-
-
Hi Alex, if I recall correctly, you were asking the maintainers to merge the code with the midlayer because, among other things, it would make it easier for you guys to test and debug the code and therefore you wouldn't have to duplicate your efforts. Have you guys come up with a way to do this with your windows and your linux code in way that doesn't duplicate your efforts and without requiring a midlayer?
Comment
-
-
Originally posted by jrdls View PostHi Alex, if I recall correctly, you were asking the maintainers to merge the code with the midlayer because, among other things, it would make it easier for you guys to test and debug the code and therefore you wouldn't have to duplicate your efforts. Have you guys come up with a way to do this with your windows and your linux code in way that doesn't duplicate your efforts and without requiring a midlayer?The "DC" name was partially an attempt to bridge over the DCE/DCN transition but unfortunately it was also the name of the abstraction layer we need to largely eliminate (at least for Linux).
Comment
-
-
Originally posted by Hi-Angel View PostJudging by "at least for Linux" from the comment , I'd guess the code gonna talk directly to kernel on Linux, and to a mid-layer on Windows.
Comment
-
-
Originally posted by jrdls View PostHi Alex, if I recall correctly, you were asking the maintainers to merge the code with the midlayer because, among other things, it would make it easier for you guys to test and debug the code and therefore you wouldn't have to duplicate your efforts. Have you guys come up with a way to do this with your windows and your linux code in way that doesn't duplicate your efforts and without requiring a midlayer?
Comment
-
-
Originally posted by smitty3268 View PostYou mean the stuff from 8 months ago, or are there more recent code reviews I'm not aware of? I was hoping maybe some of that original review wasn't relevant anymore and had been cleaned up since then.
Comment
-
Comment